Skip to content

Releases: FINTLabs/fint-cache

v2.1.0-alpha-5

26 Nov 21:49
Compare
Choose a tag to compare
v2.1.0-alpha-5 Pre-release
Pre-release
Added missing method.

v2.1.0-alpha-4

26 Nov 21:43
Compare
Choose a tag to compare
v2.1.0-alpha-4 Pre-release
Pre-release
Performance experiment 2, using hashcodes of cache member identifiers.

Acts as a quick filter (with potential false positives) for candidate
members.

v2.1.0-alpha-3

26 Nov 20:26
Compare
Choose a tag to compare
v2.1.0-alpha-3 Pre-release
Pre-release
Only filter function is made parallel.  Drop exactness of getOne().

NOTE:  This will produce stale results in the case of events replacing
individual cache members.

v2.1.0-alpha-2

26 Nov 19:18
Compare
Choose a tag to compare
v2.1.0-alpha-2 Pre-release
Pre-release

Parallel streams in iteration.

v2.1.0-alpha-1

26 Nov 12:09
eb1fe8e
Compare
Choose a tag to compare
v2.1.0-alpha-1 Pre-release
Pre-release

Added performance monitoring.

v2.0.1

26 Sep 11:40
Compare
Choose a tag to compare

Upgraded with Hazelcast support.

This is controlled by the configuration setting fint.cache.manager. If this is set to hazelcast, the new Hazelcast cache manager is used.

v2.0.1-rc-3

20 Jun 11:54
Compare
Choose a tag to compare
v2.0.1-rc-3 Pre-release
Pre-release
Closes #7.

v2.0.1-rc-2

30 May 09:43
Compare
Choose a tag to compare
v2.0.1-rc-2 Pre-release
Pre-release
Updated Jenkinsfile.

v2.0.1-rc-1

26 Jan 12:21
Compare
Choose a tag to compare
v2.0.1-rc-1 Pre-release
Pre-release

Upgraded with Hazelcast support.

v1.4.0

13 Sep 15:48
Compare
Choose a tag to compare
added new update method to cache service