Skip to content

Releases: marrow/web.db

Uriron (3.0 Packaging Release)

10 Jun 17:19
4ea90c6
Compare
Choose a tag to compare
  • Updated minimum Python version. Marrow Package now requires Python 3.6 or later.

  • Removed Python 2 support and version specific code. The project has been updated to modern Python packaging standards, including modern namespace use. Modern namespaces are wholly incompatible with the previous namespacing mechanism; this project can not be simultaneously installed with any Marrow project that is Python 2 compatible.

2.0.1 Zaliel

04 Nov 03:25
51975e5
Compare
Choose a tag to compare

Bugfix release.

  • Updated the README and metaproject layout to current Marrow standards.
  • Removed extraneous imports and slots where unhelpful or causing issues, such as in the SQLAlchemy adapter. (Thanks bmillham!)
  • Migrated MongoDBConnection from marrow.mongo.

2.0.0 Thoth

29 Sep 03:01
2e7d43b
Compare
Choose a tag to compare
  • Initial extract of extension from WebCore.
  • SQLAlchemy support.
  • Python DB API 2.0 support.
  • Experimental MongoEngine support.