Skip to content

Releases: cojen/Dirmi

Version 2.4.1

01 Nov 17:26
Compare
Choose a tag to compare
  • The Pipe interface also implements ByteChannel now.

Version 2.4.0

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

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.