cloudkitty/releasenotes/notes/deprecate-set-state-3eea30afd43647ab.yaml
Dawud 75d672b2a0 Remove set_state function and its references
Change all functions to use ``set_last_processed_timestamp`` instead of
``set_state``, update the tests and remove the ``set_state`` function.

Change-Id: I3ff5a8932165a8a1780ca7e3084a9819bba281ec
2024-12-16 09:05:08 +00:00

6 lines
154 B
YAML

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