Skip to content

Latest commit

 

History

History
149 lines (83 loc) · 6.82 KB

CHANGELOG.md

File metadata and controls

149 lines (83 loc) · 6.82 KB

tigerbeetle-unofficial changelog

All user visible changes to tigerbeetle-unofficial, tigerbeetle-unofficial-core and tigerbeetle-unofficial-sys crates will be documented in this file. This project uses Semantic Versioning 2.0.0.

0.7.0+0.16.20 · 2024-12-30

Diff | Milestone

BC Breaks

  • Removed MIT license. (#41)

Changed

0.6.1+0.16.19 · 2024-12-25

Diff | Milestone

Added

Changed

0.6.0+0.16.17 · 2024-12-19

Diff | Milestone

BC Breaks

Added

0.5.0+0.16.11 · 2024-12-02

Diff | Milestone

BC Breaks

  • Upgraded tb_client C library to 0.16.11 version. (#24, #19, #18)
  • Removed concurrency_max argument from Client::new(), Client::with_callback() and Client::with_callback_unchecked() methods. (#24, #19)
  • Replaced Client::acquire() and ClientHandle::acquire() methods with Client::packet() and Packet::new(). (#24, #19, #34)
  • Removed error::AcquirePacketError type. (#24, #19)

Added

  • TIGERBEETLE_LOG_LEVEL env var for setting config-log-level when building (default is info). (#24, #19)
  • QueryFilter and query_filter::Raw types. (#26)
  • Client::query_accounts() and Client::query_transfers() methods. (#26)

Fixed

  • Broken builds inside environments without Git (like Docker image). (#23, #20)

0.4.1+0.15.3 · 2024-07-28

Diff

See the release notes.

0.4.0+0.15.3 · 2024-07-13

Diff

See the release notes.

0.3.0+0.13.133 and prior

See Git log.