Releases: Raghava-Ch/modbus-rs
Releases · Raghava-Ch/modbus-rs
v0.15.0
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
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
feature gates corrected.
client sync stack optimised
v0.12.0
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
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
What's Changed
- Server stack optimisation
- Server app header file generation filters
v0.9.0
What's Changed
- Feature gateway
- feat(dotnet): implement Phases 2–4 of .NET P/Invoke bindings
- Feature bindings
v0.8.0
What's Changed
- Async server
- Server ffi
v0.7.0
What's Changed
Modbus async server feature added.
Modbus async client refactored redesigned to pure async
v0.6.0
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