Releases: ECN/webqueue2-api
Releases · ECN/webqueue2-api
1.1.0
- Rewrote parser with a formal grammar using pyparsing.
- Implementing multi-threading in parser for Queue class and
load_queues
utility.
- Implemented config file support.
- Fixed bug where unreadable lock files would break item lock detection.
1.0.1
Adds /api/error/<int:response_code>
endpoint to API for simulating API response codes in clients.
1.0.0
First stable release with revamped package structure, proper API return codes, high level parser errors, global configuration and WSGI support.
0.9.1
First installable release.