Releases: nuxeo/nuxeo-python-client
Releases · nuxeo/nuxeo-python-client
2.0.4
- NXPY-71: Use tox to test the client on Python 2 and 3
- NXPY-72: Rely only on
application/json
content type
- NXPY-74: Add
context
as a property of Operation class (thanks to @ReneVolution)
2.0.3
- NXPY-69: Split the
get_digester()
function in two
2.0.2
Python 3.7 compliant!
- NXPY-64: Distribute a wheel on PyPi
- NXPY-65: Fix bytes <> str warnings
- NXPY-67: Fix Python 3.7 DeprecationWarning with ABCs
2.0.1
- NXPY-58: Modify the client to fit in Nuxeo Drive
- NXPY-63: Handle multiblob uploads to a single document
2.0.0
This is a refactoring of the module that breaks the compatibility with older versions.
- NXPY-11: Add usage examples
- NXPY-16: Move from urllib2 and poster to Requests
- NXPY-26: Use of setup.cfg
- NXPY-37: Add type checking for operation parameters
- NXPY-40: Add chunked resumable upload
- NXPY-42: Client refactoring
- NXPY-54: Add new Trash API
- A lot of code clean-up and improvement