Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

0.6.0

Compare
Choose a tag to compare
@segler-alex segler-alex released this 06 Jan 19:42
· 367 commits to master since this release

[0.6.0] - 2020-01-06

Added

  • Changelog
  • Check fields: "metainfo_overrides_database", "public", "name", "description", "tags", "countrycode", "homepage", "favicon", "loadbalancer"

Removed

  • "id" from all of the API, because database id should not be exposed
  • Endpoint /stations/broken

Changed

  • Faster station import from pull source
  • Restructured more code to the new style of connecting to the database, this should enable other types of databases (e.g.: postgresql) on the long term, this means also more error checking and use of transactions.

Fixed

  • Output lastchangetime and countrycode in /json/stations/changed
  • Correctly collect and summarize different sources of station checks
  • "numberofentries" added to pls output
  • Less usages of "unwrap()"