Releases: OkraScheduler/OkraApi
Releases · OkraScheduler/OkraApi
1.3.0
Major changes
- Modifying the spec to support Asynchronous Okra.
- Minor improvements
1.2.0
Major changes
- Adding Index Definitions
- Improving AbstractOkra
1.1.1
Major changes
- Minor fix
1.1.0
Major changes
- Improving API spec
- Adding countByStatus method
- BREAKING CHANGE: poll() now deletes the item after retrieved
- BREAKING CHANGE: peek() retrieves one item (if found) without removing it from the repository
- BREAKING CHANGE: retrieve() tries to get one item from the repository. If no item is found, an exception is thrown.