Currently, Zenohex uses version 1.9.0 of Zenoh.
⚠️ ⚠️ Breaking Change!! ⚠️ ⚠️
The function Zenohex.Config.update_in/3 has been removed in v0.9.0.
For updating Zenoh configurations, please use Zenohex.Config.insert_json5/3 instead.
Migration method from update_in/3
### Past usage with `update_in/3`:
Zenohex.Config.update_in(config, ["scouting", "delay"], fn _ -> 100 end)
### Use `insert_json5/3` with the key path joined by `/`:
Zenohex.Config.insert_json5(config, "scouting/delay", "100")What's Changed
- Bump rustler_precompiled from 0.8.4 to 0.9.0 by @dependabot[bot] in #167
- Drop support for Elixir 1.13 and 1.14. by @takasehideki in #168
- Add querier and stable opts by @pojiro in #169
- Bump credo from 1.7.17 to 1.7.18 by @dependabot[bot] in #171
- Bump zenoh from 1.8.0 to 1.9.0 in /native/zenohex_nif by @dependabot[bot] in #172
- Update config files for testing to Zenoh v1.9.0 by @takasehideki in #173
- feat: gitignore to rustls_platform_verifier.so by @takasehideki in #177
- feat: Config APIs compatible with zenoh-python by @takasehideki in #174
- Release v0.9.0 by @takasehideki in #179
Full Changelog: v0.8.0...v0.9.0