2021-07-22 21:52:47 +00:00
|
|
|
|
# Changelog
|
|
|
|
|
|
2021-10-06 20:06:13 +00:00
|
|
|
|
## 3.0.0 - 2021-10-06
|
|
|
|
|
### Changed
|
|
|
|
|
- EpisodeAction upload now expects JSON similar to gpodder.net (see README)
|
|
|
|
|
- expanded minimal API documentation (see README)
|
|
|
|
|
- query episodes by UNIX time instead of DateTime
|
|
|
|
|
|
2021-08-29 11:20:05 +00:00
|
|
|
|
## 2.0.0 - 2021-08-29
|
|
|
|
|
### Changed
|
|
|
|
|
- add field "guid" to episode_action
|
|
|
|
|
- identify episode actions by guid. episode_action.episode (episode url) serves as fallback if no guid is provided.
|
|
|
|
|
|
2021-08-24 21:41:53 +00:00
|
|
|
|
## 1.0.14 - 2021-08-24
|
|
|
|
|
### Fixed
|
|
|
|
|
- enable processing of multiple EpisodeActions (thanks https://github.com/JonOfUs)
|
|
|
|
|
|
2021-08-22 21:24:31 +00:00
|
|
|
|
## 1.0.13 - 2021-08-22
|
|
|
|
|
### Fixed
|
|
|
|
|
- increase table column episode_action.action length limit to fit episode actions like DOWNLOAD
|
|
|
|
|
### Changed
|
|
|
|
|
- narrow catch to nextcloud dbal exceptions
|
|
|
|
|
|
2021-08-21 18:21:49 +00:00
|
|
|
|
## 1.0.12 - 2021-08-21
|
|
|
|
|
### Fixed
|
|
|
|
|
- handle UniqueConstraintViolationException thrown by nc < v22.0
|
|
|
|
|
|
|
|
|
|
|
2021-08-16 20:40:23 +00:00
|
|
|
|
## 1.0.11 - 2021-08-16
|
|
|
|
|
### Fixed
|
|
|
|
|
- stop creating unnecessary log file in nextcloud root folder
|
|
|
|
|
|
2021-08-14 17:56:34 +00:00
|
|
|
|
## 1.0.10 - 2021-08-14
|
|
|
|
|
### Fixed
|
|
|
|
|
- return all subscriptions and episode changes for parameter since=0
|
|
|
|
|
|
|
|
|
|
|
2021-07-26 22:06:50 +00:00
|
|
|
|
## 1.0.9 - 2021-07-27
|
|
|
|
|
### Changed
|
|
|
|
|
- save episode action timestamps as UTC (thanks @JohnOfUs)
|
|
|
|
|
|
2021-07-22 21:52:47 +00:00
|
|
|
|
## 1.0.8 - 2021-07-22
|
|
|
|
|
### Fixed
|
|
|
|
|
- convert timestamp from episode action request to format also mysql can process (#13)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 1.0.7 – 2021-07-13
|
|
|
|
|
### Changed
|
|
|
|
|
- accept only arrays on subscription change endpoint (thanks https://github.com/mattsches)
|
|
|
|
|
|