Releases: solita/adenotifier
Releases · solita/adenotifier
v0.2.2: Added return values for notifier functions
v0.2.1: Improved error handling
- Improved error handling
- Ensuring HTTP errors are raised
v0.2.0: Improved logic, error handling and bug fixes
- When single_file_manifest = true, Notifier will now always create a new manifest, add entry to that manifest and notify only that manifest.
- Notifier will now retry with a new manifest if adding entries to manifest fails. This mitigates issues with uncontrolled parallel executions.
- Fixed critical bug: Failed HTTP requests were not retried and didn't raise exceptions.
v0.1.7: Merge pull request #2 from solita/dev_missing_batch_id
Added ability to add batch in add_multiple_entries_to_manifest-function