Skip to content

Releases: cojen/Dirmi

Version 2.4.2

01 Mar 15:13
Compare
Choose a tag to compare
  • 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

10 Apr 14:23
Compare
Choose a tag to compare
  • 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

02 Mar 19:05
Compare
Choose a tag to compare

Changes:

  • Avoid blocking when closing channels.
  • Deployed to Maven Central.