Skip to content

Releases: BonfireTrunk/simple-object-pool

v2.4.0

09 Dec 10:59
baced66

Choose a tag to compare

What's Changed

Added

  • Add evict method to allow manual triggering of eviction run [6e195ed]
  • Make object creation lock fair to prevent thread starvation [555fdb4]
  • Add Eclipse formatter profile [573ec4c]

Changed

  • Skip activateObject for newly created objects to avoid redundant activation [b18454f]
  • Extract eviction logic into helper methods and streamline idle object handling [c4bb4f2]
  • Reorganize SimpleObjectPool methods and improve logging [87ca95f]
  • Introduce creationLock for thread-safe object creation [e689ca3]

Full Changelog: v2.3.3...v2.4.0

v2.3.3

19 Mar 21:24
18586ed

Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.3.3

v2.3.2

15 Jan 16:31
d1c3d58

Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.1

14 Jan 13:40
f0981a4

Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

14 Jan 04:33
ed81dee

Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

25 Dec 11:07
df45c09

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

24 Dec 18:31
3362fdd

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

23 Dec 19:21
85b50e8

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v2.0.0

v1.3.0

21 Dec 19:17
8c6a0c8

Choose a tag to compare

Final release for version 1.x.x