Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

45 lines (27 loc) · 1.35 KB

Changelog

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

Added

  • Add last_used field for applications and clients (introduced in Gotify 2.4.0)

Changed

  • 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

Changed

  • BREAKING: Don't create features for optional dependencies
  • BREAKING: Make TLS backend configurable via feature flags

0.2.0 - 2023-08-28

Changed

  • BREAKING: Rename Client::message_stream to Client::stream_messages
  • Rework internal request builder
  • Improve docs

0.1.0 - 2023-08-27

Added

  • Initial release