Releases: cojen/Dirmi
Releases · cojen/Dirmi
Version 2.4.2
- Added a pipe method for skipping a fixed amount of bytes, and added a method to skip objects.
- Added support for data methods.
- Fixed a race condition which caused AutoDisposed objects to be disposed of prematurely.
- Fixed disposed stub cleanup by calling the correct method.
- Fixed handling of root stub reconnect when declared as AutoDispose.
- Eagerly attempt to restore stubs after a reconnect.
- Eagerly disable reference mode when writing stubs and skeletons.
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.