Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

63 lines (34 loc) · 1.64 KB

Changelog

Tags v0.23.0-X, v0.24.3-X, and v0.25.0-1 were created before adopting a proper versioning scheme, and will be removed in the future. The legacy tags have a corresponding tag listed below.


v0.3.3+v0.25.0

  • IMPORTANT: Kotlin: for out of range Duration/Timestamp values passed into generated bindings, throw IllegalArgumentException instead of java.time.DateTimeException. This brings down the Android min SDK requirement from 26 to 24.

v0.3.2+v0.25.0

  • Fix callbacks lifetimes #17

v0.3.1+v0.25.0

  • IMPORTANT: Fix memory leak in uniffi scaffolding when invoking callback.

v0.3.0+v0.25.0 (v0.25.0-1)

  • BREAKING: uniffi-rs: v0.25.0.

v0.2.3+v0.24.3 (v0.24.3-4)

  • Add missing docstring for Kotlin and Swift error variants.

v0.2.2+v0.24.3 (v0.24.3-3)

  • Merge changes from v0.1.2+v0.23.0.

v0.2.1+v0.24.3 (v0.24.3-2)

  • Merge override config with uniffi.toml #1788.

v0.2.0+v0.24.3 (v0.24.3-1)

  • BREAKING: uniffi-rs: v0.24.3.
  • Append custom types example to include C# and Go configuration.

v0.1.3+v0.23.0 (v0.23.0-4)

  • Looks like a mistake was made, this does not belong to 0.23 branch.

v0.1.2+v0.23.0 (v0.23.0-3)

  • Add missing docstring for Kotlin flat enum variants.

v0.1.1+v0.23.0 (v0.23.0-2)

  • Fix duplicate RustBuffer functions when using multiple static libraries #2.

v0.1.0+v0.23.0 (v0.23.0-1)

  • Ad hoc docstrings implementation.