Nti.transactions

Latest version: v5.1.0

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

Scan your dependencies

Page 3 of 3

2.0.1

==================

- Fix compatibility with perfmetrics 3.0: drop ``from __future__
import unicode_literals``.

2.0.0

==================

- Use the new public ``isRetryableError`` in transaction 2.2. The
interface for this package is unchanged, but a major version bump of
a dependency necessitates a major bump here. See `issue 12
<https://github.com/NextThought/nti.transactions/issues/12>`_.

- Test support for Python 3.7; remove test support for Python 3.4.

- ``TransactionLoop`` is more careful to not keep traceback objects
around, especially on Python 2.

1.1.1

==================

- When the ``TransactionLoop`` raises a ``CommitFailedError`` from a
``TypeError``, it preserves the original message.

- Test support for Python 3.6.

1.1.0

==================

- Add a new ObjectDataManager that will attempt to execute after
other ObjectDataManagers.

1.0.0

==================

- Add support for Python 3.
- Eliminate ZODB dependency. Instead of raising a
``ZODB.POSException.StorageError`` for unexpected ``TypeErrors``
during commit, the new class
``nti.transactions.interfaces.CommitFailedError`` is raised.
- Introduce a new subclass of ``TransactionError``,
``AbortFailedError`` that is raised when an abort fails due to a
system error.

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.