Skip to content

Releases: himadieievsv/redpulsar

v1.3.2

02 Oct 12:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.2

v1.3.0

16 Feb 08:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 Jan 14:25
6aac897
Compare
Choose a tag to compare
  • Rename classes RedLock and SimpleLock to Mutex and SimplifiedMutex
  • inline List extension executor

v1.1.4

17 Jan 02:42
b1dd38c
Compare
Choose a tag to compare
  • Fix bug with multi instance executor on wait majority strategy #64

v1.1.3

13 Jan 13:24
f29c052
Compare
Choose a tag to compare
  1. Remove coroutines related parameter from lock fabric functions and lock constructors
  2. Listening backends now return simple value
  3. Add new waiter: wait for majority. This will change how count down latch opens. Now it waits for message from majority of instances.
  4. multi instance executor will not lock thread from inside of its body.

1.0.0.rc1

10 Jan 14:17
8e5d42b
Compare
Choose a tag to compare
  • All locks will return operation status on unlock()
  • All locks are using multi instance executor

v0.10.1

09 Jan 12:13
77b8e8b
Compare
Choose a tag to compare

Declare necessary dependencies as COMPILE in POM

v0.10.0

06 Jan 23:39
7e4ac8a
Compare
Choose a tag to compare

Using new package that leads to real existing domain

v0.9.1

06 Jan 21:23
6f1cef5
Compare
Choose a tag to compare

Distributed locks implementation:

  • RedLock
  • Semaphore
  • SimpleLock
  • ListeningCountDownLatch

Support of Redis clients:

  • Jedis
  • Lettuce

v0.0.1

06 Jan 12:55
b03c4b3
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
  • kotlin exclusive code
  • no lib provided