Skip to content

Releases: DanielYWoo/fast-object-pool

v2.2.1 release

13 Mar 02:48
Compare
Choose a tag to compare

Features:

  • N/A

Fixes:

  • Remove useless dependency: #51

Others:

  • Better doc and unit test

v2.2.0 release

18 Oct 01:30
Compare
Choose a tag to compare

Features:

  • Now we have PoolInvalidObjectException and PoolExhaustedException.

Fixes:

  • Disable the scavanger: #39

Others:

  • Better SonarQube reports

v2.1.2 release

28 Jan 04:15
Compare
Choose a tag to compare

Features:

  • N/A

Fixes:

  • Unnecessary wait in #25

V2.1.1 release

14 Oct 02:19
Compare
Choose a tag to compare
  • upgrade dependencies versions
  • better javadoc
  • PoolConfig setup now has some validation for maxWaitMilliseconds and scavengeIntervalMilliseconds

v2.0.0

08 Nov 11:03
Compare
Choose a tag to compare
  • scavenge ratio is supported now. The objects will be randomly cleaned up to avoid shrinking too quickly.
  • new package name and gpg signing.

1.0.3

04 Jul 09:27
Compare
Choose a tag to compare
  • AutoCloseable
  • Now you can disable auto-shrink for small/fixed pools

1.0.2

02 Aug 06:36
Compare
Choose a tag to compare

Enhancement: add a convenient method returnObject method to the Poolable interface.

Enhancement and bug fixes

10 Jul 05:38
Compare
Choose a tag to compare

Graceful shutdown
Fix pool shrinking
Updated benchmark against Commons Pool 2.2

Initial release

10 Jul 05:37
Compare
Choose a tag to compare
1.0.0

Merge branch 'master' into 1.0.0, disable signature