Skip to content

Releases: MongoEngine/flask-mongoengine

Last travis release

21 Nov 05:14
e090909
Compare
Choose a tag to compare

Changes

Breaking Changes

  • Update install requirements to last flask dependencies (#390) @insspb
  • Pymongo support < 3.6.0 dropped (#372) @insspb
  • Drop python versions from python 2.7 to 3.5 (#359) @insspb
  • Code reformatting, cleanup and formatting automation (#368) @insspb

Added

Changed

  • Travis updated to use focal ubuntu images (#419) @insspb
  • Сlarify new URI style setting proccesing regarding db. (#329) @Irisha
  • Update setup.py: Remove setup_requirements (#380) @9nix00
  • Update installation documentation (#378) @onlinejudge95
  • Tests refactoring. Moving to pytest engine (#397) @insspb
  • Replace general Exception raising with more detailed type (#398) @insspb
  • Remove six dependency (Drop Python 2.7 compatibility) (#393) @insspb
  • Changed: Imports order, drop imports for python 2.7 (#374) @insspb
  • Allow keep config in MongoEngine object until init_app (#401) @insspb

Fixed

  • Pass 'places' to 'precision' in wtfForms DecimalField convertation (#343) @PeterKharchenko
  • ListField documentation extended with min_entries info (#353) @molitoris
  • Fixed: docstrings typo in flask_mongoengine/operation_tracker.py (#383) @timgates42
  • Fix formdata default value on ModelForm <-> FlaskForm inheritance. (#387) @sdayu

This release is made by wonderful contributors:

@9nix00, @Irisha, @PeterKharchenko, @alysivji, @insspb, @itsnauman, @martinhanzik, @molitoris, @noirbizarre, @onlinejudge95, @qisoster, @sdayu, @sebbekarlsson, @timgates42, @touilleMan and @wojcikstefan

v0.9.2

16 Feb 23:02
Compare
Choose a tag to compare

This is just a test release finalizing the TravisCI automation which will automatically publish new GitHub releases on PyPI.

v0.9.1

16 Feb 22:53
Compare
Choose a tag to compare
  • Fixed setup.py for various platforms (#298).
  • Added Flask-WTF v0.14 support (#294).
  • MongoEngine instance now holds a reference to a particular Flask app it was initialized with (#261).

v0.9.0

12 Dec 00:13
Compare
Choose a tag to compare

Dropped Python v2.6 support.

v0.8.2

11 Dec 23:32
Compare
Choose a tag to compare
  • Fixed relying on mongoengine.python_support.
  • Fixed cleaning up empty connection settings #285

v0.8.1

30 Nov 21:42
Compare
Choose a tag to compare
  • Fixed connection issues introduced in 0.8
  • Removed support for MongoMock

Major Release version 0.8

11 Aug 11:21
Compare
Choose a tag to compare
  • Dropped MongoEngine 0.7 support
  • Added MongoEngine 0.10 support
  • Added PyMongo 3 support
  • Added Python3 support up to 3.5
  • Allowed empying value list in SelectMultipleField
  • Fixed paginator issues
  • Use InputRequired validator to allow 0 in required field
  • Made help_text Field attribute optional
  • Added "radio" form_arg to convert field into RadioField
  • Added "textarea" form_arg to force conversion into TextAreaField
  • Added field parameters (validators, filters...)
  • Fixed 'False' connection settings ignored
  • Fixed bug to allow multiple instances of extension
  • Added MongoEngineSessionInterface support for PyMongo's tz_aware option
  • Support arbitrary primary key fields (not "id")
  • Configurable httponly flag for MongoEngineSessionInterface
  • Various bugfixes, code cleanup and documentation improvements
  • Move from deprecated flask.ext.* to flask_* syntax in imports
  • Added independent connection handler for FlaskMongoEngine
  • All MongoEngine connection calls are proxied via FlaskMongoEngine connection handler
  • Added backward compatibility for settings key names
  • Added support for MongoMock and temporary test DB
  • Fixed issue with multiple DB support
  • Various other bugfixes

Release version 0.7.5

09 Jan 21:13
Compare
Choose a tag to compare
  • Changes to resolve MongoEngine deprecated help_text and safe attribute issues.
  • Minor PyPy3 compatibility issue with operation tracker resolved.
  • SESSION_TTL setting is accepted via app config to set and override session timeout default.
  • Provided RadioField component via model form.
  • Other enhancements

Version 0.7.2

15 May 07:48
Compare
Choose a tag to compare
Merge pull request #129 from corydolphin/patch-1

Update version to 0.7.2

Version 0.7.1

10 Aug 12:21
Compare
Choose a tag to compare
Added myself to AUTHORS