Skip to content

Releases: diennea/blazingcache

v3.1.0

29 Aug 18:08
Compare
Choose a tag to compare
  • Thinned the payload of 'Load' requests from the cache-client. Cache value is no longer sent to server (it was not used). No behaviour changes

V3.0.0

16 Aug 08:35
Compare
Choose a tag to compare

This release contains a bug-fix for the cache-client. This fix could highlight issues in your application's invalidation procedure, we recommend to test that your cache invalidation/load procedures are working as intended.

  • Fixed a bug where the cache-client would send to the server a PUT request instead of a LOAD request #182

V2.7.0

15 Jul 14:14
Compare
Choose a tag to compare
  • Changed messageID generation for client-server messages (see #174)

v2.6.0

21 Feb 18:25
Compare
Choose a tag to compare

What's Changed

  • #170 Cache server loose track of client known keys on concurrent fetch and invalidate

No breaking changes

v2.5.0

24 Jan 16:04
Compare
Choose a tag to compare

News:

  • Dependencies upgrade

No breaking changes

v2.4.0

23 Jun 09:37
Compare
Choose a tag to compare

News:

  • Support for ops/mem usage metrics

No breaking changes

v.2.3.0

01 Jul 14:14
Compare
Choose a tag to compare

News:

  • Upgrade ZooKeeper to 3.6.1
  • Upgrade Netty to 4.1.50Final
  • Upgrade other libraries
  • Make blazingcache-services package run on JDK14
  • Fix a problem related to unexpected network condition on the server side
  • Ensure compatibility with Java runtime from Java 8 up to Java 14

The upgrade from v2.x release line is straightforward, just update your dependencies

v2.2.0

23 Apr 13:51
Compare
Choose a tag to compare

This is a bugfix release.
It now supports officially JDK14

v2.1.0

04 Apr 14:35
Compare
Choose a tag to compare

Make ByteBufferAllocator configurable.
Change defaults to UnpooledByteBufferAllocator

v.1.13.0

26 Jul 13:39
Compare
Choose a tag to compare

Release Notes:

[BLAZ-68] - Netty: Clean up dependencies and update to 4.1.12
[BLAZ-69] - Inefficient usage of Logger calls toString on any fetch request
[BLAZ-70] - Investigate potential leak in PendingFetchesManager

https://dev.blazingcache.org/jira/secure/ReleaseNote.jspa?projectId=10000&version=10200