cloudkitty/releasenotes/notes/deprecate-get-state-2932a4e6a74295ce.yaml
Dawud e3e55d2cf6
Remove get_state function and its references
Change all functions to use ``get_last_processed_timestamp`` instead of
``get_state``, update the tests and remove the ``get_state`` function.

Change-Id: Iea704fc594f4b5201a1fff7d38a6c0bafb9be6f1
2024-04-23 18:41:40 +01:00

6 lines
154 B
YAML

---
upgrade:
- |
The ``storage_state.get_state`` method has been removed in favor of the
``storage_state.get_last_processed_timestamp`` method.