Skip to content

Releases: Relrin/sanic-mongodb-extension

sanic-mongodb-extension v0.6.0

10 May 17:27
Compare
Choose a tag to compare

Fixes:

  • Updated dependecies to the latest stable release
  • Upgrade to umongo v3
  • Updated the example in README

sanic-mongodb-extension v0.5.0

12 Dec 21:15
Compare
Choose a tag to compare

Update to the latest compatible versions for Sanic

sanic-mongodb-extension v0.4.0

03 Jan 06:08
Compare
Choose a tag to compare

Fixes:

  • Reuploaded sanic-mongodb-extension on PyPI with correct dependencies
  • Updated umongo and motor packages to the latest release

sanic-mongodb-extension v0.3.0

12 Aug 16:45
Compare
Choose a tag to compare

Added:

  • Passing connection options for motor_asyncio client (PR #11)

Updates:

  • Updated README.md
  • uMongo changed to the latest release

sanic-mongodb-extension v0.2.2

29 Dec 11:38
Compare
Choose a tag to compare

Updates:

  • Updated motor dependency to the latest release (to 1.0.0)

sanic-mongodb-extension v0.2.1

01 Oct 10:11
Compare
Choose a tag to compare

Added:

  • The lazy_umongo attribute for getting an access to the lazy uMongo instance

Fixed:

  • The example in README.rst

sanic-mongodb-extension v0.2.0

19 Jul 12:36
Compare
Choose a tag to compare

Updates:

  • Updated motor dependency to the latest release

sanic-mongodb-extension v0.1.1

24 Feb 08:48
c0fe046
Compare
Choose a tag to compare

Fixes:

  • Missing import to motor asyncio client

sanic-mongodb-extension v0.1.0

23 Feb 17:49
Compare
Choose a tag to compare

Features:

  • Implemented MongoDbExtension class