Releases: himadieievsv/redpulsar
Releases · himadieievsv/redpulsar
v1.3.2
What's Changed
- Use redis cluter by @himadieievsv in #72
- update plugin versions up to date by @himadieievsv in #73
- Add latest java to tests by @himadieievsv in #75
- Fix object borrowing by @himadieievsv in #76
Full Changelog: v1.3.0...v1.3.2
v1.3.0
What's Changed
- Move lua scripts to core/common by @himadieievsv in #68
- Update to hashtag keys by @himadieievsv in #69
- Improve support of Redis cluster by @himadieievsv in #70
- Add LettuceUnified abstraction by @himadieievsv in #70
Full Changelog: v1.2.0...v1.3.0
v1.2.0
- Rename classes RedLock and SimpleLock to Mutex and SimplifiedMutex
- inline List extension executor
v1.1.4
v1.1.3
- Remove coroutines related parameter from lock fabric functions and lock constructors
- Listening backends now return simple value
- Add new waiter: wait for majority. This will change how count down latch opens. Now it waits for message from majority of instances.
- multi instance executor will not lock thread from inside of its body.
1.0.0.rc1
- All locks will return operation status on unlock()
- All locks are using multi instance executor
v0.10.1
Declare necessary dependencies as COMPILE in POM
v0.10.0
Using new package that leads to real existing domain
v0.9.1
Distributed locks implementation:
- RedLock
- Semaphore
- SimpleLock
- ListeningCountDownLatch
Support of Redis clients:
- Jedis
- Lettuce
v0.0.1
- kotlin exclusive code
- no lib provided