Skip to content

Commit 74ebb61

Browse files
committed
release 0.5.0
1 parent f6dae07 commit 74ebb61

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

Diff for: docs/index.rst

+45
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,44 @@ History and Contributors
228228
------------------------
229229

230230
Changes:
231+
232+
- 0.5.0: May 21, 2017
233+
234+
**This will be the last 0.x series release.** The next non-bugfix
235+
release will be Flask-PyMongo 2.0, which will introduce backwards
236+
breaking changes, and will be the foundation for improvements and
237+
changes going forward. Flask-PyMongo 2.0 will no longer support Python
238+
2.6, but will support Python 2.7 and Python 3.3+.
239+
240+
- `#44 <https://github.com/dcrosta/flask-pymongo/issues/44>`_, `#51
241+
<https://github.com/dcrosta/flask-pymongo/pull/51>`_ Redirect ``/``
242+
to ``/HomePage`` in the wiki example (David Awad)
243+
- `#76 <https://github.com/dcrosta/flask-pymongo/pull/76>`_ Build on more
244+
modern Python versions (Robson Roberto Souza Peixoto)
245+
- `#79 <https://github.com/dcrosta/flask-pymongo/pull/79>`_, `#84
246+
<https://github.com/dcrosta/flask-pymongo/issues/84>`_, `#85
247+
<https://github.com/dcrosta/flask-pymongo/pull/85>`_ Don't use
248+
``flask.ext`` import paths any more (ratson, juliascript)
249+
- `#40 <https://github.com/dcrosta/flask-pymongo/issues/40>`_, `#83
250+
<https://github.com/dcrosta/flask-pymongo/pull/83>`_, `#86
251+
<https://github.com/dcrosta/flask-pymongo/pull/86>`_ Fix options parsing
252+
from ``MONGO_URI`` (jobou)
253+
- `#72 <https://github.com/dcrosta/flask-pymongo/issues/72>`_, `#80
254+
<https://github.com/dcrosta/flask-pymongo/pull/80>`_ Support
255+
``MONGO_SERVER_SELECTION_TIMEOUT_MS`` (Henrik Blidh)
256+
- `#34 <https://github.com/dcrosta/flask-pymongo/issues/34>`_, `#64
257+
<https://github.com/dcrosta/flask-pymongo/pull/64>`_, `#88
258+
<https://github.com/dcrosta/flask-pymongo/pull/88>`_ Support
259+
from ``MONGO_AUTH_SOURCE`` and ``MONGO_AUTH_MECHANISM`` (Craig Davis)
260+
- `#74 <https://github.com/dcrosta/flask-pymongo/issues/74>`_, `#77
261+
<https://github.com/dcrosta/flask-pymongo/issues/77>`_, `#78
262+
<https://github.com/dcrosta/flask-pymongo/pull/78>`_ Fixed ``maxPoolSize``
263+
in PyMongo 3.0+ (Henrik Blidh)
264+
- `#82 <https://github.com/dcrosta/flask-pymongo/issues/82>`_ Fix "another
265+
user is already authenticated" error message.
266+
- `#54 <https://github.com/dcrosta/flask-pymongo/issues/54>`_ Authenticate
267+
against "admin" database if no ``MONGO_DBNAME`` is provided.
268+
231269
- 0.4.1: January 25, 2016
232270

233271
- Add the connect keyword:
@@ -333,3 +371,10 @@ Contributors:
333371
- `Kevin Funk <https://github.com/k-funk>`_
334372
- `Ben Jeffrey <https://github.com/jeffbr13>`_
335373
- `Emmanuel Valette <https://github.com/karec>`_
374+
- `David Awad <https://github.com/DavidAwad>`_
375+
- `Robson Roberto Souza Peixoto <https://github.com/robsonpeixoto>`_
376+
- `juliascript <https://github.com/juliascript>`_
377+
- `Henrik Blidh <https://github.com/hbldh>`_
378+
- `jobou <https://github.com/jbouzekri>`_
379+
- `Craig Davis <https://github.com/blade2005>`_
380+
- `ratson <https://github.com/ratson>`_

0 commit comments

Comments
 (0)