Skip to content

Releases: pharo-ide/ObjectPool

v1.0.3

22 May 13:50
6b6a529
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

11 Apr 12:44
8abf30f
Compare
Choose a tag to compare

What's Changed

  • Added support for Pharo 10
  • Fix test failing on Pharo 10

Full Changelog: v1.0.1...v1.0.2

v1.0.1

08 Jul 22:13
6fae2fd
Compare
Choose a tag to compare

Changelog

  • Added .project so the repo will load cleanly on Pharo > 8
  • Added a build using GitHub Actions
  • Added coverage reporting by CodeCov
  • Added some hints in .gitattributes so GitHub can detect correctly the language

Tonel Migration

05 Jul 14:02
2d981c3
Compare
Choose a tag to compare
v1.0.0

Update README.md

Fix for serious sinchronization bug

16 Feb 18:09
bd6e5bb
Compare
Choose a tag to compare

#objectForBorrow is transformed and renamed to unsafeBorrow with fixed logic:
Remove of idle object and add it to the borrow is now atomic operation.
Same idea is appliyed to return: operation.

this is major stable version 0.3

15 Jul 16:19
bd6e5bb
Compare
Choose a tag to compare
Merge pull request #1 from dionisiydk/dev

syncronizationFixForWaitingToBorrowObject

moved from smalltalkhub

15 Jul 16:19
Compare
Choose a tag to compare

Tests are separated