More-transaction

Latest version: v0.8

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

Scan your dependencies

Page 1 of 2

0.9

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

- Nothing changed yet.

0.8

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

- Fixes incompatibility with latest transaction release in combination with
Python 2.7. See https://github.com/morepath/more.transaction/issues/8

- Add Python 3.5 and make it the default test environment.

- Clean up meta data.

- Fix `6`_: ``userid`` not taken properly.

.. _6: https://github.com/morepath/more.transaction/issues/6

0.7

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

- Use a new ``request.reset`` API introduced by Morepath 0.15 to reset
the request so that a transaction can be properly
retried. Previously ``more.transaction`` was using internal Morepath
APIs to reset the request, which failed after a change in Morepath
0.15.

- Discovered a bug: request resetting wasn't working properly with
mounted applications. This is fixed in Morepath's new
``request.reset`` method, which we now use.

- Replaced custom exception re-raise machinery with a ``raise``
statement with no arguments. That was legacy code from
``pyramid_tm`` when they were using a context manager instead of a
``try...except`` statement.

See https://github.com/morepath/more.transaction/issues/7

- Update test suite to take advantage of Morepath 0.15.

- Remove Python 2.5 syntax.

0.6

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

- Adds compatibility with Morepath 0.13.

0.5

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

- Fixes transaction retries not working for paths with more than one variable.

This bug had no effect on applications using the default more.transaction
settings. The bug only concerned applications using an ``attempts`` setting
greater than 1.

See https://github.com/morepath/more.transaction/issues/3

0.4

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

- Rename ``transaction_app`` to ``TransactionApp`` to be consistent
with modern class naming in Morepath. Still provide
``transaction_app`` for backwards compatibility.

- Modify ``setup.py`` to use ``io.open`` instead of ``open`` to
include the README and the CHANGELOG and hardcode UTF-8 so it works
on all versions of Python with all default encodings.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.