Skip to content

Releases: prat-man/unique4j

Public Release 1.4

16 Apr 19:33
Compare
Choose a tag to compare

This release fixes a lot of major bugs in terms of special characters and escape sequences.

Changelog:

  • Changed Unique4j to transfer data in terms of bytes rather than as a string.
  • Introduced data length identification.
  • Fixed issues with special characters and escape sequences not being transferred properly.

Public Release 1.3

07 Mar 11:17
243011f
Compare
Choose a tag to compare

This release introduces sending of string Lists or Maps as alternatives to simple string messages.

Changelog:

  • Introduced Unique4jList for sending List of strings
  • Introduced Unique4jMap for sending Map of string key-value pairs
  • Minor Bugfixes

Breaking Changes:

  • Renamed class Unique to Unique4j to maintain consistency and make class name less generic

Public Release 1.2.1

17 Nov 18:21
Compare
Choose a tag to compare

+ Minor Bugfixes.
+ JavaDoc Updates.

Public Release 1.2

17 Nov 13:22
Compare
Choose a tag to compare

+ Introduced option to turn off auto exit for subsequent instances with overloaded constructor.
+ Introduced acquireLock() and freeLock() which return boolean value.
+ Introduced beforeExit() to perform long running tasks in subsequent instances before exiting.

− Deprecated lock() method in favour of acquireLock() method.
− Deprecated free() method in favour of freeLock() method.

Public Release 1.1

15 Nov 19:15
Compare
Choose a tag to compare

Fixed multiple client parallel access.
User facing methods are not synchronized.

Public Release 1.0

15 Nov 18:26
Compare
Choose a tag to compare

First public release