Skip to content

Releases: twisted/txmongo

24.0.0

04 Oct 08:50
064c35c
Compare
Choose a tag to compare
  • This is the last release that supports Python <3.8 and MongoDB <4.0
  • Collection methods insert(), update() and remove() are deprecated in favor of
    corresponding *_one() and *_many() methods. Old methods will be removed in the next release.
  • Collection methods save(), find_and_modify() and group() are deprecated and will be removed
    in the next release.
  • as_class argument of find(), find_with_cursor() and find_one() is deprecated and will
    be removed in the next release.
  • PyMongo 4+ is now supported. If you will migrate from PyMongo 3 to PyMongo 4, please be sure
    to check their PyMongo's guide because newer version has a number of incompatible changes.

23.0.0

31 Jan 12:11
Compare
Choose a tag to compare

Now with Python 3.10+ support

19.2.0

20 Jan 08:59
Compare
Choose a tag to compare
19.2.0 release

19.1.0

20 Jan 08:58
Compare
Choose a tag to compare
19.1.0

Merge pull request #235 from IlyaSkriblovsky/18.2.0

19 Jul 09:02
06b89d2
Compare
Choose a tag to compare

Merge pull request #230 from IlyaSkriblovsky/18.1.0

22 Mar 17:36
3bdd644
Compare
Choose a tag to compare