Skip to content

Releases: nuxeo/nuxeo-python-client

release-6.1.2

02 Jan 06:43
7c1bc43
Compare
Choose a tag to compare

What's Changed

Full Changelog: release-6.1.1...release-6.1.2

6.1.1

23 Nov 10:01
45cb35e
Compare
Choose a tag to compare

NXPY-250: Release python client

What's Changed

New Contributors

Full Changelog: release-6.1.0...release-6.1.1

6.1.0

21 Oct 14:48
33f8803
Compare
Choose a tag to compare

NXPY-236: Release python client

What's Changed

New Contributors

Full Changelog: release-6.0.3...release-6.1.0

6.0.3

06 Jul 10:17
Compare
Choose a tag to compare
  • NXPY-228: Use proper job names in GitHub workflows
  • NXPY-230: Allow to pass requests arguments to the OAuth2 client
  • NXPY-231: Prevent warnings when packaging the module
  • NXPY-232: Allow specifying the upload provider type in the batch details
  • NXPY-233: Allow to pass additional arguments when querying document

6.0.2

07 Jun 16:06
Compare
Choose a tag to compare
  • NXPY-225: Allow to pass additional arguments when asking for a batchId

6.0.1

18 May 15:32
Compare
Choose a tag to compare
  • NXPY-223: Fix third-party credentials renewal

6.0

10 May 13:33
Compare
Choose a tag to compare
6.0
  • NXPY-129: Drop support for Python 2.7 and 3.5

5.2.0

07 May 13:41
Compare
Choose a tag to compare
  • NXPY-219: Add support for OpenID Connect Discovery
  • NXPY-220: Use a REST API call instead of Automation for Users.current_user()

5.1.0

27 Apr 13:17
Compare
Choose a tag to compare
  • NXPY-201: Implement support for OAuth2
  • NXPY-213: Handle incomplete serialized HTTP error
  • NXPY-214: Add a code coverage GitHub Action on PRs
  • NXPY-215: Add support for the JSON Web Token authentication
  • NXPY-217: Restore Python 2.7 support
  • NXPY-218: Introduce the BasicAuth class

5.0.0

04 Mar 17:58
Compare
Choose a tag to compare
  • NXPY-208: Use __slots__ for memory efficiency and attributes access velocity
  • NXPY-209: Allow to pass a callback to uploads.refresh_token()