File: refactor-storage-e5453296e477e594.yaml

package info (click to toggle)
cloudkitty 17.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,144 kB
  • sloc: python: 19,245; sh: 374; makefile: 220; pascal: 54
file content (13 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    The storage system is being refactored.
    A hybrid storage backend has been added. This backend handles states
    via SQLAlchemy and pure storage via another storage backend. Once
    this new storage is considered stable, it will become the default storage.
    This will ease the creation of storage backends (no more state handling).

deprecations:
  - |
    All storage backends except sqlalchemy and the new hybrid storage 
    have been deprecated.