Skip to content

v0.9.1-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 May 06:43
· 22 commits to main since this release
1903816

Since several useful features have been added after v0.9.0, this version is being published as a pre-release (so this is marked as "Set as a pre-release").

Note that the compatible Zenoh version remains v1.9.0.

What's Changed

  • Add automated release workflow to create a tag/release, precompile NIFs, download checksums, and publish to Hex when the version numbers are updated by @takasehideki in #180
  • feat: enhance caching for cargo in GHA workflows and change Windows runner to the latest by @takasehideki in #178
  • Remove unused pkgs by mix deps.unlock --unused by @takasehideki in #182
  • Fix typos in documentation examples by @takasehideki in #185
  • fix: update copyright holder in LICENSE file by @takasehideki in #186
  • Add KeyExpr join/2 and change autocanonize/1 api by @pojiro in #183
  • Support get_async for Querier by @pojiro in #184
  • Add notice section to README about support strategy by @takasehideki in #187
  • Bump rustler from 0.37.3 to 0.37.4 in /native/zenohex_nif by @dependabot[bot] in #188
  • Update dependabot.yml to follow gha update by @pojiro in #189
  • refactor: specifiy fixed OS versions for GitHub Actions by @takasehideki in #196
  • chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #190
  • chore(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #194
  • chore(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #192
  • chore(deps): bump philss/rustler-precompiled-action from 1.0.0 to 1.1.5 by @dependabot[bot] in #195
  • refactor: Add ignore rule for dtolnay/rust-toolchain because Zenoh should be used with Rust 1.93.0 by @takasehideki in #199
  • chore(deps-dev): bump ex_doc from 0.40.1 to 0.40.2 by @dependabot[bot] in #198
  • chore(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #193
  • bump minimum Elixir version to 1.18 (due to usage of standand JSON module by @takasehideki in #197
  • test: remove explicit close in open tests (revert 11d3cc4) and add retry to Windows CI to improve flaky tests by @takasehideki in #202
  • feat(config): introduce map-centric config API and improve insert_json5/session.open map handling by @takasehideki in #181
  • Pre-Release v0.9.1-beta.1 by @takasehideki in #203

Full Changelog: v0.9.0...v0.9.1-beta.1