This repository has been archived by the owner on Oct 8, 2023. It is now read-only.
Releases: segler-alex/radiobrowser-api-rust
Releases · segler-alex/radiobrowser-api-rust
0.7.24
0.7.23
[0.7.23] 2022-04-18
Added
- CLI: basic cli commands for database maintenance
- API: countrycode field to countries endpoint (#148)
Changed
- API: Deprecated countrycodes endpoint
- API: support uppercase stationuuids (#147)
Fixed
- CHECK: Station compare and update does not create new history entries if not needed anymore
0.7.22
[0.7.22] 2021-11-10
Fixed
- CHECK: check for http result code for favicons
- PULL: insert duplicates
0.7.21
Added
- CHECK: check websites for favicons, if favicon is currently empty
- CLEANUP: recheck favicon every day if still existing and delete from station if not
- CONFIG: regular automatic load/download of config
- CONFIG: reload main config on HUP and regular automatic config reload (does not get used for db connection and api, but for regular jobs)
- CONFIG: added error log level, now there are 5 log levels, 0-4
- CHECK: tags replace
- API: added identifier and image tags to xspf output
Changed
- CLEANUP: add station change entries into the database for language and favicon updates
- DB: use transactions for migrations
- DB: allow update of existing stations with pulled changes
Fixed
- CONFIG: replace config in shared memory
0.7.20
Added
- CLEANUP: language replace, language to code
- API: iso 639 code output to language list
- DB: use binary collation for tags to fix compare
- CONFIG: allow pulling of replacement csv info from web
- CONFIG: reload csv list files on HUP signal
0.7.19
Changed
- DOCKER: use alpine as base image
Fixed
- CHECK: update stations with new languagecodes
- DB: check for empty lists in streaming servers api
- DB: collect streaming servers only if enabled
0.7.18
Changed
- DB: removed fragment and query from streaming server urls
- CHECK: removed fragment and query from streaming server urls
- CLEANUP: remove unreferenced streaming server after 1 day
0.7.17
Added
- API: new order type "changetimestamp"
- API: streaming servers
- DB: streaming servers
- CHECK: streaming servers
0.7.16
[0.7.16] 2021-09-29
Fixed
- DB: save geolat and geolong to checks table
0.7.15
Added
- API: search by extended info marker
- API: search by is_https
- API: exposed iso_3166_2 in station lists
Fixed
- DB: countrysubdivisioncode is now able to hold full 6 chars
Updated
- dependencies