2022-05-06 10:30:14 +02:00
|
|
|
- 0.1.16
|
|
|
|
* Queue list cli tool
|
|
|
|
* Provide pluggable renderer capability for queue list cli tool
|
|
|
|
* Move path and state query parsing to settings module
|
|
|
|
* Add queue path and digest parameters to base config
|
2022-05-05 19:06:30 +02:00
|
|
|
- 0.1.15
|
|
|
|
* Upgrade shep to avoid sync in persist set
|
2022-05-05 17:42:08 +02:00
|
|
|
- 0.1.14
|
|
|
|
* Upgrade shep to handle exception in filestore list
|
2022-05-05 16:22:21 +02:00
|
|
|
- 0.1.13
|
|
|
|
* Remove sync on each get
|
2022-05-05 17:11:01 +02:00
|
|
|
* Upgrade shep to guarantee atomic state lock state
|
2022-05-04 20:37:02 +02:00
|
|
|
- 0.1.12
|
|
|
|
* Raise correct exception from index store exists check
|
|
|
|
- 0.1.11
|
|
|
|
* Allow for sync skip in store instantiation
|
|
|
|
- 0.1.10
|
|
|
|
* Improve logging
|
|
|
|
- 0.1.9
|
|
|
|
* Upgrade deps
|
|
|
|
- 0.1.8
|
|
|
|
* Upgrade deps
|
|
|
|
- 0.1.7
|
|
|
|
* Improve logging
|
2022-05-01 08:44:33 +02:00
|
|
|
- 0.1.6
|
|
|
|
* Sort upcoming queue item chronologically
|
|
|
|
* Add unit testing for upcoming query method
|
|
|
|
- 0.1.5
|
|
|
|
* Add reserved state check method
|
|
|
|
- 0.1.4
|
|
|
|
* Dependency cleanups
|
|
|
|
- 0.1.3
|
|
|
|
* Add CLI args and config handling, settings object
|
2022-04-26 23:35:20 +02:00
|
|
|
- 0.1.2
|
|
|
|
* Add CLI inspection tools
|
|
|
|
- 0.1.1
|
|
|
|
*
|
2022-03-11 12:02:47 +01:00
|
|
|
- 0.1.0
|
|
|
|
* Replace state transitions with shep
|
2021-08-26 10:05:56 +02:00
|
|
|
- 0.0.3
|
|
|
|
* cli tool for listing queue by address
|
|
|
|
* ensure lowercase hex input in db
|
|
|
|
* exportable unittest utilities
|
2021-06-03 14:05:56 +02:00
|
|
|
- 0.0.2
|
|
|
|
* add fs backend
|
|
|
|
* add flexible data directory
|
|
|
|
* factor out sql backend as module
|
|
|
|
- 0.0.1 (unreleased)
|
|
|
|
* add queue states
|
|
|
|
* add queries
|
|
|
|
* add tx creation helper
|