Skip to content

Releases: pharo-nosql/mongotalk

v2.0

14 Sep 09:26
5c45519
Compare
Choose a tag to compare

This version implements protocol v5 (the one introduced in mongo 5+)
it can be found here: https://www.mongodb.com/docs/manual/reference/mongodb-wire-protocol/

Pharo10 ready

18 May 14:46
b91c14f
Compare
Choose a tag to compare

This release can be loaded in pharo10

Fix connection leak and deprecation of symbols

09 Jun 11:12
68e1c19
Compare
Choose a tag to compare

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

27 Jan 09:20
0055b79
Compare
Choose a tag to compare

This release should fix the remaining problems preventing to be used by pharo9

Better dependencies for pharo9, mongo updates

26 Jan 09:58
8ef45ae
Compare
Choose a tag to compare

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

15 Sep 09:39
895dca0
Compare
Choose a tag to compare

TaskIt is included in pharo9 and loading the current TaskIt does not work in pharo9

More fixes for pharo9 and voyage

22 Jul 14:38
Compare
Choose a tag to compare
1.21

Reverted usage of byteAt:put:

Pharo9 ready, Pharo6.1 retired

22 Jul 08:53
894407c
Compare
Choose a tag to compare

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

23 Aug 12:55
b3a3754
Compare
Choose a tag to compare
Merge pull request #64 from pharo-nosql/build-pharo8

Build pharo8

Update cryptography, retire pharo5 and writeConcern checking

05 Jul 10:09
64cec22
Compare
Choose a tag to compare
  • 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