Releases: cojen/Dirmi
Releases · cojen/Dirmi
Version 2.4.1
Version 2.4.0
- Ignore static methods in remote interfaces.
- Added pipe methods for efficiently encoding and decoding complex objects.
- Added support for automatic remote object disposal.
- Added a session reconnect method.
- Optimize reading and writing primitive arrays.
Version 2.3.3
- Fixed a bug when comparing the client and server remote interfaces. Remote methods which differed only by their annotations or exceptions would sometimes be treated as equal, leading to mismatched code generation on the client and server sides.
Release 1.1.4
Changes:
- Avoid blocking when closing channels.
- Deployed to Maven Central.