Skip to content

Releases: diennea/blazingcache

v3.3.0

10 Jan 11:56
Compare
Choose a tag to compare
  • fixed a bug in the invalidation flow
  • updated some libraries (most notably, jcache from 1.1.0 to 1.1.1)
  • fetch requests are distributed among same-fetch-priority clients (if multiple same-fetch-priority clients are holding the requested key)

v3.2.0 [DO NOT USE]

08 Jan 19:06
Compare
Choose a tag to compare
v3.2.0 [DO NOT USE] Pre-release
Pre-release
  • fixed a bug in the invalidation flow
  • updated some libraries (most notably, jcache from 1.1.0 to 1.1.1)
  • fetch requests are distributed among same-fetch-priority clients (if multiple same-fetch-priority clients are holding the requested key)
  • upgraded target jdk version to 17

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