Skip to content

Releases: metaodi/tecdottir

Release 2.0.0

14 Oct 22:34
Compare
Choose a tag to compare

Changed

  • BC-Break: change domain from tecdottir.herokuapp.com to tecdottir.metaodi.ch
  • Updated npm dependencies

Release 1.5.0

05 Aug 05:17
9dea0de
Compare
Choose a tag to compare

Changed

  • Use new heroku stack, re-deployment

Release 1.4.1

22 Sep 23:07
Compare
Choose a tag to compare

Fixed

  • Fixed tests

Release 1.4.0

22 Sep 22:57
Compare
Choose a tag to compare

Changed

  • Update npm dependencies
  • There are no longer default values for startDate and endDate, instead they are only added the the WHERE clause in the SQL, if a value is given.

Fixed

  • Fix typo in setup_local_database.sh

Release 1.3.1

23 Jun 09:58
Compare
Choose a tag to compare

Fixed

  • Make sure tests work even if env variable is missing

Release 1.3.0

23 Jun 09:40
Compare
Choose a tag to compare

Added

  • Add instructions to setup a local database

Changed

  • Use timestamp_cet desc as default on Swagger UI, but keep timestamp_cet asc as default, if no sort parameter is given

Fixed

  • Fix sorting as pg does not allow parameters for ORDER BY

Release 1.2.1

22 Jun 21:04
Compare
Choose a tag to compare

Fixed

  • Disable syntax highlighing to fix slow UI

Release 1.2.0

22 Jun 20:34
Compare
Choose a tag to compare

Added

  • New total_count field in the response to show how many rows there are meeting the criteria (regardless of the limit parameter)

Release 1.1.0

22 Jun 13:15
Compare
Choose a tag to compare

Added

  • New row_count field in the response to indicate how many rows are being returned
  • 3 new query parameters: sort, limit and offset, they can be used for pagination

Changed

  • Add node v16 and v18 to GitHub Action matrix

Removed

  • Unused dependency nock

Release 1.0.0

16 Jun 05:11
Compare
Choose a tag to compare

Changed

  • BC-Break: format of timestamp changed, it is now a valid ISO-8601 string
  • Use postgres as a backend (instead of scraping HTML of Tecson)
  • The "try-it-out" button is on by default on the Swagger UI
  • Updated the tests, use sinon to mock pg

Added

  • Python script to update the postgres db (using GitHub Actions)