14
0

Accepting request 360145 from home:evshmarnev:branches:devel:languages:python

- Update to 3.1.1:
  * Command monitoring support.
  * Configurable error handling for UnicodeDecodeError. 
  * Optional automatic timezone conversion when decoding BSON datetime. 
  * An implementation of GridFSBucket from the new GridFS spec.
  * Compliance with the new Connection String spec.
  * Reduced idle CPU usage in Python 2.

OBS-URL: https://build.opensuse.org/request/show/360145
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=45
This commit is contained in:
2016-02-22 10:38:58 +00:00
committed by Git OBS Bridge
parent 31ac0900b0
commit 1ca0fd6dec
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 18 13:24:49 UTC 2016 - eshmarnev@suse.com
- Update to 3.1.1:
* Command monitoring support.
* Configurable error handling for UnicodeDecodeError.
* Optional automatic timezone conversion when decoding BSON datetime.
* An implementation of GridFSBucket from the new GridFS spec.
* Compliance with the new Connection String spec.
* Reduced idle CPU usage in Python 2.
-------------------------------------------------------------------
Wed Aug 5 00:49:55 UTC 2015 - jacobwinski@gmail.com