Releases: pharo-nosql/mongotalk
v2.0
Pharo10 ready
This release can be loaded in pharo10
Fix connection leak and deprecation of symbols
This release includes changes for not leaking connections to the database in case non-local returns are used. The usage of symbols in BSON is deprecated. This version changes the usage of symbols to warn with a dialog and write as string to the database instead
Pharo9 ready, mongo updates
This release should fix the remaining problems preventing to be used by pharo9
Better dependencies for pharo9, mongo updates
CAUTION: this release has issues when loading in pharo9 with the tests group. 1.24 fixes this!
This releases rearranges dependencies for packages in the new SDAM clients so it does not need unnecessary ones. Updates for newer mongo database versions.
Do not load TaskIt, fix for pharo9
TaskIt is included in pharo9 and loading the current TaskIt does not work in pharo9
More fixes for pharo9 and voyage
1.21 Reverted usage of byteAt:put:
Pharo9 ready, Pharo6.1 retired
This adds grease version that supports pharo9. Pharo6.1 has been retired as we only support three versions and 6.1 was causing trouble
Pharo 8 support and grease update
Merge pull request #64 from pharo-nosql/build-pharo8 Build pharo8
Update cryptography, retire pharo5 and writeConcern checking
- cryptography now uses the tonel format so windows users can load it
- pharo5 has been removed from supported set
- mongo versions prior 3.4 have been removed from supported set
- writeConcern is now checked by default and raises an exception