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

Releases: segler-alex/radiobrowser-api-rust

0.6.11

17 Feb 22:05
Compare
Choose a tag to compare

[0.6.11] 2020-02-17

Added

  • API: Added stationuuid to m3u output

Fixed

  • API: Filter order column for extra tables

0.6.10

02 Feb 01:09
Compare
Choose a tag to compare

[0.6.10] 2020-02-01

Fixed

  • API: Wrong links in docs
  • API: Faster select from stationcheck view with added index
  • SYNC: Only update stations with changed votes
  • SYNC: Faster update of station's clicks with added index

0.6.9

01 Feb 20:11
Compare
Choose a tag to compare

[0.6.9] 2020-02-01

Added

  • DEB: logrotate config
  • API: more exports to metrics
  • API: config endpoint

Fixed

  • API: return change lists (stations, checks, clicks) from start if lastuuid not found

Changed

  • CLEANUP: remove all non http/https content from favicon field of stations
  • ANSIBLE: disabled all apache2 logging by default
  • CONFIG: type errors do not get ignored with default value
  • CONFIG: use human readable durations instead of fixed seconds or hours

0.6.8

22 Jan 19:23
Compare
Choose a tag to compare

[0.6.8] 2020-01-22

Fixed

  • Fixed wrong sql delete
  • Ignore station checks and clicks on pull, when there is no station

Added

  • Show "hidebroken" in docs for station query

0.6.7

19 Jan 12:56
Compare
Choose a tag to compare

[0.6.7] 2020-01-19

Fixed

  • Migrations on mysql

0.6.6

19 Jan 12:33
Compare
Choose a tag to compare

[0.6.6] 2020-01-19

Added

  • Simple sync of votes, may drop some votes

Fixed

  • Broken stations were not marked
  • Make foreign keys of StationClick and StationCheckHistory on delete cascade

0.6.5

18 Jan 17:55
Compare
Choose a tag to compare

[0.6.5] 2020-01-18

Added

  • Ansible role and example playbook for debian/ubuntu

Fixed

  • Station checks
  • Always use UTC time in database
  • Faster check insert with mysql 5.7

Changed

  • Default install paths changed
  • IPs for clicks are only kept until not needed anymore (default 24 hours)

0.6.4

13 Jan 23:25
Compare
Choose a tag to compare

[0.6.4] 2020-01-14

Fixed

  • Insert of checks does now ignore duplicates
  • Resuse checkuuids of pullserver, do not generate new ones on pull
  • Incremental results of /format/stations/changed, /format/checks and /format/clicks do work reliably

Changed

  • Replaced StationCheck table with view on StationCheckHistory
  • Migration deletes contents of StationCheckHistory, to remove unconnected uuids
  • Migration deletes contents of PullServers to force re-pulling of every server

0.6.3

12 Jan 13:56
Compare
Choose a tag to compare

[0.6.3] 2020-01-12

Added

  • Script for building distribution file

Changed

  • Debian package
  • Improved readme

0.6.2

11 Jan 23:57
Compare
Choose a tag to compare

[0.6.2] 2020-01-11

Added

  • Sync for clicks
  • Api for clicks /format/clicks

Changed

  • Document "/format/url" endpoint as station click endpoint
  • Document returned structs "station", "checks"
  • Faster sync

Fixed

  • Clickcount calculation for each station
  • Error in /format/stations/changed endpoint