@@ -186,218 +186,3 @@ If you have problem like ``TypeError: argument must be an int, or have a fileno(
186
186
.. code-block :: bash
187
187
188
188
wsgi-disable-file-wrapper = true
189
-
190
-
191
- History and Contributors
192
- ------------------------
193
-
194
- Changes:
195
-
196
- - 2.4.0: Unreleased
197
-
198
- - `#125 <https://github.com/dcrosta/flask-pymongo/pull/125 >`_ Drop
199
- MongoDB 3.2 support.
200
- - `#130 <https://github.com/dcrosta/flask-pymongo/pull/130 >`_ Fix
201
- quickstart example in README (Emmanuel Arias).
202
- - `#62 <https://github.com/dcrosta/flask-pymongo/issues/62 >`_ Add
203
- support for :func: `~flask.json.jsonify() `.
204
- - `#131 <https://github.com/dcrosta/flask-pymongo/pulls/131 >`_ Drop
205
- support for Flask 0.11 and Python 3.4; Add support for MongoDB 4.2,
206
- PyMongo 3.9, and Flask 1.1.
207
-
208
- - 2.3.0: April 24, 2019
209
-
210
- - Update version compatibility matrix in tests, drop official support for
211
- PyMongo less than 3.3.x.
212
-
213
- - 2.2.0: November 1, 2018
214
-
215
- - `#117 <https://github.com/dcrosta/flask-pymongo/pull/117 >`_ Allow URIs
216
- without database name.
217
-
218
- - 2.1.0: August 6, 2018
219
-
220
- - `#114 <https://github.com/dcrosta/flask-pymongo/pull/114 >`_ Accept
221
- keyword arguments to :meth: `~flask_pymongo.PyMongo.save_file ` (Andrew C.
222
- Hawkins).
223
-
224
- - 2.0.1: July 17, 2018
225
-
226
- - `#113 <https://github.com/dcrosta/flask-pymongo/pull/113 >`_ Make the
227
- ``app `` argument to ``PyMongo `` optional (yarobob).
228
-
229
- - 2.0.0: July 2, 2018
230
-
231
- **This release is not compatible with Flask-PyMongo 0.5.x or any earlier
232
- version. ** You can see an explanation of the reasoning and changes in
233
- `issue #110 <https://github.com/dcrosta/flask-pymongo/issues/110 >`_.
234
-
235
- - Only support configuration via URI.
236
- - Don't connect to MongoDB by default.
237
- - Clarify version support of Python, Flask, PyMongo, and MongoDB.
238
- - Readability improvement to ``README.md `` (MinJae Kwon).
239
-
240
- - 0.5.2: May 19, 2018
241
-
242
- - `#102 <https://github.com/dcrosta/flask-pymongo/pull/102 >`_ Return 404,
243
- not 400, when given an invalid input to `BSONObjectIdConverter ` (Abraham
244
- Toriz Cruz).
245
-
246
- - 0.5.1: May 24, 2017
247
-
248
- - `#93 <https://github.com/dcrosta/flask-pymongo/pull/93 >`_ Supply a
249
- default ``MONGO_AUTH_MECHANISM `` (Mark Unsworth).
250
-
251
- - 0.5.0: May 21, 2017
252
-
253
- **This will be the last 0.x series release. ** The next non-bugfix
254
- release will be Flask-PyMongo 2.0, which will introduce backwards
255
- breaking changes, and will be the foundation for improvements and
256
- changes going forward. Flask-PyMongo 2.0 will no longer support Python
257
- 2.6, but will support Python 2.7 and Python 3.3+.
258
-
259
- - `#44 <https://github.com/dcrosta/flask-pymongo/issues/44 >`_, `#51
260
- <https://github.com/dcrosta/flask-pymongo/pull/51> `_ Redirect ``/ ``
261
- to ``/HomePage `` in the wiki example (David Awad)
262
- - `#76 <https://github.com/dcrosta/flask-pymongo/pull/76 >`_ Build on more
263
- modern Python versions (Robson Roberto Souza Peixoto)
264
- - `#79 <https://github.com/dcrosta/flask-pymongo/pull/79 >`_, `#84
265
- <https://github.com/dcrosta/flask-pymongo/issues/84> `_, `#85
266
- <https://github.com/dcrosta/flask-pymongo/pull/85> `_ Don't use
267
- ``flask.ext `` import paths any more (ratson, juliascript)
268
- - `#40 <https://github.com/dcrosta/flask-pymongo/issues/40 >`_, `#83
269
- <https://github.com/dcrosta/flask-pymongo/pull/83> `_, `#86
270
- <https://github.com/dcrosta/flask-pymongo/pull/86> `_ Fix options parsing
271
- from ``MONGO_URI `` (jobou)
272
- - `#72 <https://github.com/dcrosta/flask-pymongo/issues/72 >`_, `#80
273
- <https://github.com/dcrosta/flask-pymongo/pull/80> `_ Support
274
- ``MONGO_SERVER_SELECTION_TIMEOUT_MS `` (Henrik Blidh)
275
- - `#34 <https://github.com/dcrosta/flask-pymongo/issues/34 >`_, `#64
276
- <https://github.com/dcrosta/flask-pymongo/pull/64> `_, `#88
277
- <https://github.com/dcrosta/flask-pymongo/pull/88> `_ Support
278
- from ``MONGO_AUTH_SOURCE `` and ``MONGO_AUTH_MECHANISM `` (Craig Davis)
279
- - `#74 <https://github.com/dcrosta/flask-pymongo/issues/74 >`_, `#77
280
- <https://github.com/dcrosta/flask-pymongo/issues/77> `_, `#78
281
- <https://github.com/dcrosta/flask-pymongo/pull/78> `_ Fixed ``maxPoolSize ``
282
- in PyMongo 3.0+ (Henrik Blidh)
283
- - `#82 <https://github.com/dcrosta/flask-pymongo/issues/82 >`_ Fix "another
284
- user is already authenticated" error message.
285
- - `#54 <https://github.com/dcrosta/flask-pymongo/issues/54 >`_ Authenticate
286
- against "admin" database if no ``MONGO_DBNAME `` is provided.
287
-
288
- - 0.4.1: January 25, 2016
289
-
290
- - Add the connect keyword:
291
- `#67 <https://github.com/dcrosta/flask-pymongo/pull/67 >`_.
292
-
293
- - 0.4.0: October 19, 2015
294
-
295
- - Flask-Pymongo is now compatible with pymongo 3.0+:
296
- `#63 <https://github.com/dcrosta/flask-pymongo/pull/63 >`_.
297
-
298
- - 0.3.1: April 9, 2015
299
-
300
- - Flask-PyMongo is now tested against Python 2.6, 2.7, 3.3, and 3.4.
301
- - Flask-PyMongo installation now no longer depends on `nose
302
- <https://pypi.python.org/pypi/nose/> `_.
303
- - `#58 <https://github.com/dcrosta/flask-pymongo/pull/58 >`_ Update
304
- requirements for PyMongo 3.x (Emmanuel Valette).
305
- - `#43 <https://github.com/dcrosta/flask-pymongo/pull/43 >`_ Ensure error
306
- is raised when URI database name is parsed as 'None' (Ben Jeffrey).
307
- - `#50 <https://github.com/dcrosta/flask-pymongo/pull/50 >`_ Fix a bug in
308
- read preference handling (Kevin Funk).
309
- - `#46 <https://github.com/dcrosta/flask-pymongo/issues/46 >`_ Cannot use
310
- multiple replicaset instances which run on different ports (Mark
311
- Unsworth).
312
- - `#30 <https://github.com/dcrosta/flask-pymongo/issues/30 >`_
313
- ConfiguationError with MONGO_READ_PREFERENCE (Mark Unsworth).
314
-
315
- - 0.3.0: July 4, 2013
316
-
317
- - This is a minor version bump which introduces backwards breaking
318
- changes! Please read these change notes carefully.
319
- - Removed read preference constants from Flask-PyMongo; to set a
320
- read preference, use the string name or import constants directly
321
- from :class: `pymongo.read_preferences.ReadPreference `.
322
- - `#22 (partial) <https://github.com/dcrosta/flask-pymongo/pull/22 >`_
323
- Add support for ``MONGO_SOCKET_TIMEOUT_MS `` and
324
- ``MONGO_CONNECT_TIMEOUT_MS `` options (ultrabug).
325
- - `#27 (partial) <https://github.com/dcrosta/flask-pymongo/pull/27 >`_
326
- Make Flask-PyMongo compatible with Python 3 (Vizzy).
327
-
328
- - 0.2.1: December 22, 2012
329
-
330
- - `#19 <https://github.com/dcrosta/flask-pymongo/pull/19 >`_ Added
331
- ``MONGO_DOCUMENT_CLASS `` config option (jeverling).
332
-
333
- - 0.2.0: December 15, 2012
334
-
335
- - This is a minor version bump which may introduce backwards breaking
336
- changes! Please read these change notes carefully.
337
- - `#17 <https://github.com/dcrosta/flask-pymongo/pull/17 >`_ Now using
338
- PyMongo 2.4's ``MongoClient `` and ``MongoReplicaSetClient `` objects
339
- instead of ``Connection `` and ``ReplicaSetConnection `` classes
340
- (tang0th).
341
- - `#17 <https://github.com/dcrosta/flask-pymongo/pull/17 >`_ Now requiring
342
- at least PyMongo version 2.4 (tang0th).
343
- - `#17 <https://github.com/dcrosta/flask-pymongo/pull/17 >`_ The wrapper
344
- class ``flask_pymongo.wrappers.Connection `` is renamed to
345
- ``flask_pymongo.wrappers.MongoClient `` (tang0th).
346
- - `#17 <https://github.com/dcrosta/flask-pymongo/pull/17 >`_ The wrapper
347
- class ``flask_pymongo.wrappers.ReplicaSetConnection `` is renamed to
348
- ``flask_pymongo.wrappers.MongoReplicaSetClient `` (tang0th).
349
- - `#18 <https://github.com/dcrosta/flask-pymongo/issues/18 >`_
350
- ``MONGO_AUTO_START_REQUEST `` now defaults to ``False `` when
351
- connecting using a URI.
352
-
353
- - 0.1.4: December 15, 2012
354
-
355
- - `#15 <https://github.com/dcrosta/flask-pymongo/pull/15 >`_ Added support
356
- for ``MONGO_MAX_POOL_SIZE `` (Fabrice Aneche)
357
-
358
- - 0.1.3: September 22, 2012
359
-
360
- - Added support for configuration from MongoDB URI.
361
-
362
- - 0.1.2: June 18, 2012
363
-
364
- - Updated wiki example application
365
- - `#14 <https://github.com/dcrosta/flask-pymongo/issues/14 >`_ Added
366
- examples and docs to PyPI package.
367
-
368
- - 0.1.1: May 26, 2012
369
-
370
- - Added support for PyMongo 2.2's "auto start request" feature, by way
371
- of the ``MONGO_AUTO_START_REQUEST `` configuration flag.
372
- - `#13 <https://github.com/dcrosta/flask-pymongo/pull/13 >`_ Added
373
- BSONObjectIdConverter (Christoph Herr)
374
- - `#12 <https://github.com/dcrosta/flask-pymongo/pull/12 >`_ Corrected
375
- documentation typo (Thor Adam)
376
-
377
- - 0.1: December 21, 2011
378
-
379
- - Initial Release
380
-
381
-
382
- Contributors:
383
-
384
- - `jeverling <https://github.com/jeverling >`_
385
- - `tang0th <https://github.com/tang0th >`_
386
- - `Fabrice Aneche <https://github.com/akhenakh >`_
387
- - `Thor Adam <https://github.com/thoradam >`_
388
- - `Christoph Herr <https://github.com/jarus >`_
389
- - `Mark Unsworth <https://github.com/markunsworth >`_
390
- - `Kevin Funk <https://github.com/k-funk >`_
391
- - `Ben Jeffrey <https://github.com/jeffbr13 >`_
392
- - `Emmanuel Valette <https://github.com/karec >`_
393
- - `David Awad <https://github.com/DavidAwad >`_
394
- - `Robson Roberto Souza Peixoto <https://github.com/robsonpeixoto >`_
395
- - `juliascript <https://github.com/juliascript >`_
396
- - `Henrik Blidh <https://github.com/hbldh >`_
397
- - `jobou <https://github.com/jbouzekri >`_
398
- - `Craig Davis <https://github.com/blade2005 >`_
399
- - `ratson <https://github.com/ratson >`_
400
- - `Abraham Toriz Cruz <https://github.com/categulario >`_
401
- - `MinJae Kwon <https://github.com/mingrammer >`_
402
- - `yarobob <https://github.com/yarobob >`_
403
- - `Andrew C. Hawkins <https://github.com/achawkins >`_
0 commit comments