All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.0 - 2023-09-17
- Add last_used field for applications and clients (introduced in Gotify 2.4.0)
- BREAKING: Mark all returned models as
#[non_exhaustive]
. This helps avoiding backwards incompatible changes when new fields are added to Gotify's API.
0.3.0 - 2023-09-01
- BREAKING: Don't create features for optional dependencies
- BREAKING: Make TLS backend configurable via feature flags
0.2.0 - 2023-08-28
- BREAKING: Rename
Client::message_stream
toClient::stream_messages
- Rework internal request builder
- Improve docs
0.1.0 - 2023-08-27
- Initial release