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.
- IMPORTANT: Kotlin: for out of range Duration/Timestamp values passed into generated bindings,
throw
IllegalArgumentException
instead ofjava.time.DateTimeException
. This brings down the Android min SDK requirement from 26 to 24.
- Fix callbacks lifetimes #17
- IMPORTANT: Fix memory leak in uniffi scaffolding when invoking callback.
- BREAKING: uniffi-rs:
v0.25.0
.
- Add missing docstring for Kotlin and Swift error variants.
- Merge changes from
v0.1.2+v0.23.0
.
- Merge override config with
uniffi.toml
#1788.
- BREAKING: uniffi-rs:
v0.24.3
. - Append custom types example to include C# and Go configuration.
- Looks like a mistake was made, this does not belong to
0.23
branch.
- Add missing docstring for Kotlin flat enum variants.
- Fix duplicate RustBuffer functions when using multiple static libraries #2.
- Ad hoc docstrings implementation.