Releases: metaodi/tecdottir
Releases · metaodi/tecdottir
Release 2.0.0
Release 1.5.0
Changed
- Use new heroku stack, re-deployment
Release 1.4.1
Fixed
- Fixed tests
Release 1.4.0
Changed
- Update npm dependencies
- There are no longer default values for
startDate
andendDate
, 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
Fixed
- Make sure tests work even if env variable is missing
Release 1.3.0
Added
- Add instructions to setup a local database
Changed
- Use
timestamp_cet desc
as default on Swagger UI, but keeptimestamp_cet asc
as default, if nosort
parameter is given
Fixed
- Fix sorting as pg does not allow parameters for
ORDER BY
Release 1.2.1
Fixed
- Disable syntax highlighing to fix slow UI
Release 1.2.0
Added
- New
total_count
field in the response to show how many rows there are meeting the criteria (regardless of thelimit
parameter)
Release 1.1.0
Added
- New
row_count
field in the response to indicate how many rows are being returned - 3 new query parameters:
sort
,limit
andoffset
, they can be used for pagination
Changed
- Add node v16 and v18 to GitHub Action matrix
Removed
- Unused dependency
nock
Release 1.0.0
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)