Skip to content

Releases: nuxeo/nuxeo-python-client

2.0.4

24 Oct 10:55
Compare
Choose a tag to compare
  • 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

04 Sep 10:30
Compare
Choose a tag to compare
  • NXPY-69: Split the get_digester() function in two

2.0.2

28 Jun 16:05
Compare
Choose a tag to compare

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

31 May 13:33
ca3a5b7
Compare
Choose a tag to compare
  • NXPY-58: Modify the client to fit in Nuxeo Drive
  • NXPY-63: Handle multiblob uploads to a single document

2.0.0

18 May 12:33
69b07fe
Compare
Choose a tag to compare

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