Nuxeo

Latest version: v6.1.1

Safety actively analyzes 625831 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

3.1.1

-----

Release date: ``2020-11-12``

- `NXPY-188 <https://jira.nuxeo.com/browse/NXPY-188>`__: Set the ``Content-Type`` for uploads done via S3

3.1.0

-----

Release date: ``2020-11-06``

- `NXPY-183 <https://jira.nuxeo.com/browse/NXPY-183>`__: Set the TCP keep alive option by default
- `NXPY-184 <https://jira.nuxeo.com/browse/NXPY-184>`__: Fix ``test_upload_s3.py`` about ``IllegalLocationConstraintException``
- `NXPY-185 <https://jira.nuxeo.com/browse/NXPY-185>`__: Add the ``Blob.batchId`` attribute

Technical changes
-----------------

- Added ``Blob.batchId`` and deprecated ``Blob.batch_id``
- Added ``constants.LINUX``
- Added ``constants.MAC``
- Added ``constants.TCP_KEEPINTVL``
- Added ``constants.TCP_KEEPIDLE``
- Added ``constants.WINDOWS``
- Added nuxeo/tcp/tcp_keep_alive_probes.py

3.0.1

-----

Release date: ``2020-09-08``

- `NXPY-180 <https://jira.nuxeo.com/browse/NXPY-180>`__: Allow to upload to S3 when the bucket prefix is empty

3.0.0

-----

Release date: ``2020-08-25``

- `NXPY-159 <https://jira.nuxeo.com/browse/NXPY-159>`__: Allow to pass additional arguments to ``Batch.complete()``
- `NXPY-145 <https://jira.nuxeo.com/browse/NXPY-145>`__: Detect and log appropriate debug info when the transfer if chunked
- `NXPY-163 <https://jira.nuxeo.com/browse/NXPY-163>`__: Add the capability to refresh tokens in third-party batch handlers
- `NXPY-164 <https://jira.nuxeo.com/browse/NXPY-164>`__: Clean-up code smells found by Sourcery
- `NXPY-166 <https://jira.nuxeo.com/browse/NXPY-166>`__: Move to GitHub Actions for testing
- `NXPY-167 <https://jira.nuxeo.com/browse/NXPY-167>`__: Enable back Python 2.7 tests (+ fixes)
- `NXPY-168 <https://jira.nuxeo.com/browse/NXPY-168>`__: Rework Comments handling to work on all supported Nuxeo versions
- `NXPY-169 <https://jira.nuxeo.com/browse/NXPY-169>`__: Fix errors to fully re-support Nuxeo 9.10
- `NXPY-170 <https://jira.nuxeo.com/browse/NXPY-170>`__: Enforce ``NuxeoClient.server_info()`` robustness against invalid data
- `NXPY-171 <https://jira.nuxeo.com/browse/NXPY-171>`__: Set the timeout for uploads using the default handler
- `NXPY-172 <https://jira.nuxeo.com/browse/NXPY-172>`__: Always log the server response
- `NXPY-173 <https://jira.nuxeo.com/browse/NXPY-173>`__: Consign additionnal parameters sent to each HTTP requests in logs
- `NXPY-174 <https://jira.nuxeo.com/browse/NXPY-174>`__: Improve ``test_repository.py`` reliability
- `NXPY-176 <https://jira.nuxeo.com/browse/NXPY-176>`__: Add ``Nuxeo.can_use()`` to determine if a given operation is available
- `NXPY-177 <https://jira.nuxeo.com/browse/NXPY-177>`__: Prevent ``AttributeError`` when fetching the server version and the response is bad (and return "unknown")
- `NXPY-178 <https://jira.nuxeo.com/browse/NXPY-178>`__: Use a uniq ID for the S3 direct upload key
- `NXPY-179 <https://jira.nuxeo.com/browse/NXPY-179>`__: Use S3 accelerate endpoint when enabled

Technical changes
-----------------

- ``Batch.complete()`` now handles additional parameters
- Added ``Batch.key``
- Added ``Nuxeo.can_use()``
- Added ``Uploader.timeout()``
- Added nuxeo/constants.py::\ ``LOG_LIMIT_SIZE``
- nuxeo/uploads.py::\ ``API.complete()`` now handles additional parameters
- Added ``kwargs`` keyword arguments to nuxeo/uploads.py::\ ``API.send_data()``
- Added ``docuid`` argument to nuxeo/comments.py::\ ``API.get()``
- Added ``params`` keyword argument to nuxeo/comments.py::\ ``API.get()``
- Changed ``uid`` from positional argument to keyword argument in nuxeo/comments.py::\ ``API.get()``
- Added ``docuid`` argument to nuxeo/comments.py::\ ``API.post()``
- Changed ``comment (Comment)`` argument of nuxeo/comments.py::\ ``API.post()`` to ``text (str)``
- Added nuxeo/compat.py::\ ``lru_cache()``
- Changed nuxeo/constants.py::\ ``TIMEOUT_CONNECT`` from ``5`` to ``10``
- Changed nuxeo/constants.py::\ ``TIMEOUT_READ`` from ``30`` to ``600``
- Added nuxeo/uploads.py::\ ``API.refresh_token()``
- Added nuxeo/utils.py::\ ``cmp()``
- Added nuxeo/utils.py::\ ``get_response_content()``
- Added nuxeo/utils.py::\ ``version_compare()``
- Added nuxeo/utils.py::\ ``version_compare_client()``
- Added nuxeo/utils.py::\ ``version_le()``
- Added nuxeo/utils.py::\ ``version_lt()``

2.4.4

-----

Release date: ``2020-02-28``

- `NXPY-148 <https://jira.nuxeo.com/browse/NXPY-148>`__: Use the tmp_path fixture to auto-cleanup created files in tests
- `NXPY-155 <https://jira.nuxeo.com/browse/NXPY-155>`__: Don't use dots or underscores in custom HTTP headers
- `NXPY-156 <https://jira.nuxeo.com/browse/NXPY-156>`__: Do not silence S3 errors on upload resuming
- `NXPY-158 <https://jira.nuxeo.com/browse/NXPY-158>`__: Allow S3 custom endpoint for direct upload

2.4.3

-----

Release date: ``2020-01-31``

- `NXPY-151 <https://jira.nuxeo.com/browse/NXPY-151>`__: Do not log the full exception when retrieving MPU parts
- `NXPY-152 <https://jira.nuxeo.com/browse/NXPY-152>`__: Remove ``Uploader`` assert statements
- `NXPY-153 <https://jira.nuxeo.com/browse/NXPY-153>`__: Do not yield one more time only for S3 uploads
- `NXPY-154 <https://jira.nuxeo.com/browse/NXPY-154>`__: Fix S3 client instanciation not thread-safe

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.