Skip to content

Releases: Raghava-Ch/modbus-rs

v0.15.0

20 Jun 07:25

Choose a tag to compare

What's Changed

  • Wasm exports are updated to resolve the issue of bundler vs web imports
  • feat(gateway): implement on_routing_miss telemetry in async gateways
  • refactor(napi): overhaul FFI client/server APIs and split server requests
  • Modbus ffi/wasm: API updates as per standard practice as js and ts
  • Version updated to 0.15.0

Full Changelog: v0.14.0...v0.15.0
Migration Guide: https://github.com/Raghava-Ch/modbus-rs/blob/main/documentation/migrations/v0.14.0-to-v0.15.0.md

v0.14.0

09 Jun 15:28
c3193ce

Choose a tag to compare

What's Changed

  • Nodejs: multi drop limitation resolved
  • Python Bindings: Multi drop limitation resolved
  • Python Bindings: migratin guide added
  • Multi drop/wasm
  • Documentation on examples improved, And feature gates on bindings improved

v0.13.0: Merge pull request #51 from Raghava-Ch/client-optimisation

02 Jun 16:03
83d7082

Choose a tag to compare

feature gates corrected.
client sync stack optimised

v0.12.0

27 May 15:17

Choose a tag to compare

What's Changed

  • Npm limitations cleard
  • python limitations about async server, parsing over head on user is resolved
  • gateway updates for sync, and dynamic tables for asynchronous runtime

v0.11.0

24 May 15:53
51d0ac1

Choose a tag to compare

What's Changed

  • Chores
  • Server app header file generation filters
  • Version update
  • Server timers
  • Gateway stream
  • Feature gates
  • Second level feature check

v0.10.0

16 May 12:15

Choose a tag to compare

What's Changed

  • Server stack optimisation
  • Server app header file generation filters

v0.9.0

05 May 06:33

Choose a tag to compare

What's Changed

  • Feature gateway
  • feat(dotnet): implement Phases 2–4 of .NET P/Invoke bindings
  • Feature bindings

v0.8.0

24 Apr 07:05
634694a

Choose a tag to compare

What's Changed

  • Async server
  • Server ffi

v0.7.0

19 Apr 03:57
3d501ea

Choose a tag to compare

What's Changed

Modbus async server feature added.
Modbus async client refactored redesigned to pure async

v0.6.0

17 Apr 04:57
08c05b7

Choose a tag to compare

What's Changed

  • transport: add compile-time transport metadata and broadcast capability
  • Transport refactor
  • Refactor/pdu unified parsers
  • feat(server): add write-hook validation, dispatch tests, and docs
  • feat(server): complete DiscreteInputsModel derive with tests, compile
  • feat(mbus-server): complete server implementation