Commit Graph

433 Commits

Author SHA1 Message Date
Bernie Hackett
a7402900b8 Document 2.x branch status on index page 2017-05-25 13:22:56 -07:00
Bernie Hackett
d2a5cd82b0 Changelog updates 2017-03-06 16:18:35 -08:00
Bernie Hackett
53ee18eefe Changelog updates for 2.9.5 2017-01-31 13:36:14 -08:00
Bernie Hackett
7903473f99 Changelog for 2.9.4 2016-09-29 17:19:02 -07:00
Bernie Hackett
989a40ade5 PYTHON-1144 - Add Atlas / PyMongo 2.x usage guide 2016-09-29 15:04:18 -07:00
Bernie Hackett
500db80aa0 PYTHON-1154 - Various doc and doctest fixes
- Make the doctests pass against MongoDB 2.6 - master (3.3)
- Make the doctests pass under python 2.6 - python 3.5
- Make the docs build properly with python 2.4 and 2.5

Previous changes to make the doctests pass under python 3 keep
them from working at all under python 2.4, and cause some doctests
to fail under python 2.5. That feels like a fair tradeoff.
2016-09-28 15:57:34 -07:00
Bernie Hackett
2c232e78b2 PYTHON-1153 - Make docs build and test under python 3 2016-09-26 15:39:57 -07:00
Bernie Hackett
de847f03b0 PYTHON-1094 - Document how to use TLS securely in 2.x 2016-05-19 14:32:25 -07:00
Bernie Hackett
f6e2adbb45 Changelog for 2.9.3 2016-03-14 17:01:53 -07:00
Bernie Hackett
cb4a80a28a PYTHON-1063 - Add an example doc for tailable cursors 2016-03-08 18:06:18 -08:00
Luke Lovett
0f01056114 Changelog for PyMongo 2.9.2 2016-02-01 14:15:57 -08:00
Bernie Hackett
caa3cff558 Minor changelog updates 2015-11-17 15:41:51 -08:00
Bernie Hackett
0519c5d763 Changelog updates for PyMongo 2.9.1 2015-11-16 16:55:08 -08:00
Bernie Hackett
17e04afebc BUMP 2.9rc0 2015-08-05 20:37:19 -07:00
Bernie Hackett
283bfa364f Fix up copyright dates 2015-08-05 19:30:30 -07:00
Bernie Hackett
dd042a3957 Link to issues resolved 2015-08-05 18:21:12 -07:00
Bernie Hackett
29652d2460 Note that not all deprecated features raise DeprecationWarning 2015-07-17 13:17:23 -07:00
Bernie Hackett
699b6d3cdf PYTHON-966 - 3.0 compatibility for read preference options 2015-07-17 12:41:18 -07:00
Bernie Hackett
3bb6f0865d Changelog for 2.9. 2015-07-15 14:52:46 -07:00
Bernie Hackett
d19786423f Fix high availability examples to align with 3.0 2015-07-15 09:49:03 -07:00
Bernie Hackett
92968aad19 PYTHON-965 Backport MongoClient.address.
This change also deprecates MongoClient.host and MongoClient.port,
which are removed in PyMongo 3.
2015-07-14 13:13:12 -07:00
Bernie Hackett
89b7a9d5af PYTHON-963 - A few more doctest fixes. 2015-07-13 16:24:53 -07:00
Bernie Hackett
d312f8787d PYTHON-887 - Deprecate all features removed in 3.0 2015-07-13 14:56:32 -07:00
Luke Lovett
a8ad0656b0 PYTHON-963 - Fix doctests for documentation when running against MongoDB 2.6.x, 3.0.x. 2015-07-10 17:07:49 -07:00
Bernie Hackett
ff79cbacd6 PYTHON-954 - Update links and text for TxMongo 2015-06-30 15:04:31 -07:00
Bernie Hackett
e4c8d17a8f PYTHON-955 - Backport connect option. 2015-06-25 11:47:42 -07:00
Bernie Hackett
8431379afa PYTHON-884 - Add 3.0 migration guide. 2015-06-24 17:03:06 -07:00
aherlihy
8f6c0ec68c PYTHON-950 - Backport CRUD write methods. 2015-06-23 11:21:27 -07:00
Bernie Hackett
9b1ac9717f PYTHON-882 - Backport get_database, get_collection, and with_options.
This change comes with a small backward breaking change in the
behavior of client.document_class in exchange for enhanced
configuration flexibility. See changelog.rst for details and
examples.
2015-06-11 14:54:04 -07:00
aherlihy
6e4608b9cd PYTHON-890 - Support localThresholdMS URI option. 2015-06-08 13:26:48 -07:00
aherlihy
f6c28646d6 PYTHON-886 - Add CRUD API find / find_one options. 2015-06-03 16:49:03 -04:00
Bernie Hackett
d70578f650 PYTHON-881 - Backport CodecOptions class from 3.x. 2015-05-26 19:23:40 -07:00
Bernie Hackett
f2c01af265 Fix indentation in docs. 2015-05-26 12:34:55 -07:00
aherlihy
666a31438b PYTHON-883 - Backport CursorType from 3.x 2015-05-26 12:21:41 -07:00
Bernie Hackett
32c06e0494 PYTHON-879 - Backport new read preference classes from 3.x. 2015-05-22 10:36:06 -07:00
Bernie Hackett
8d072d59e8 PYTHON-880 - Backport WriteConcern class from 3.x. 2015-05-21 14:38:44 -07:00
Bernie Hackett
11a3d54f60 Changelog for PyMongo 2.8.1. 2015-05-11 10:57:42 -07:00
Bernie Hackett
5ed6a24086 PEP8 2015-05-07 16:11:46 -07:00
nahumoz@gmail.com
1152f89430 Add log4mongo-python
Log4mongo-python is actively maintained and upaded to the latest pymongo versions (2.8 and 3.X).
2015-05-07 16:03:41 -07:00
behackett
a73d3cbdab PYTHON-841 FAQ entry for key order and subdocument matching. 2015-04-28 17:29:06 -04:00
behackett
18711cae93 Add required whitespace. 2015-04-19 10:43:15 -07:00
Vladimir Savin
12cefd69c0 Small fix documentation aggregation
Updated the example of Grouping
2015-04-19 10:41:36 -07:00
Len Buckens
cc943f176c allow ssl_cert_reqs options to be passed as string 2015-04-13 12:27:05 -07:00
Bernie Hackett
720a141227 Update MongoDB version references from 2.8 to 3.0. 2015-01-24 09:21:32 -08:00
Bernie Hackett
0b715cff2e BUMP 2.8rc2 2014-12-24 11:38:35 -08:00
A. Jesse Jiryu Davis
753356a723 PYTHON-807 Deprecate Database.error() and related methods. 2014-12-19 19:56:02 -05:00
James Root
2aae624dda Updated minimongo repository location 2014-12-18 16:19:37 -08:00
A. Jesse Jiryu Davis
4a085f1d33 Fix formatting in changelog. 2014-12-12 15:24:35 -05:00
Bernie Hackett
e9e764c4f3 Add Heewa Barfchin to contributors. 2014-11-24 11:05:33 -08:00
Bernie Hackett
cf791ca74e Update changelog to mention new BSON helpers. 2014-11-24 11:04:12 -08:00