File: rehome-db-api-63300ddab6a41e28.yaml

package info (click to toggle)
python-neutron-lib 3.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,652 kB
  • sloc: python: 22,800; sh: 145; makefile: 24
file content (15 lines) | stat: -rw-r--r-- 748 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
features:
  - The public APIs from ``neutron.db.api`` are now available in
    the ``neutron_lib.db.api`` module.
  - The ``CONTEXT_READER`` and ``CONTEXT_WRITER`` global database contexts
    are available in ``neutron_lib.db.api`` for convenient access as
    decorators.
  - The ``DBRetryErrorsFixture`` and ``DBAPIContextManagerFixture`` test
    fixtures are now available in ``neutron_lib.fixture`` allowing consumers
    to patch out retry error values and the gobal context manager.
upgrade:
  - Consumers using the global ``context_manager`` from ``neutron.db.api``
    should now use the ``get_context_manager()`` function in
    the ``neutron_lib.db.api`` module or the global ``CONTEXT_READER``
    and ``CONTEXT_WRITER`` if needed.