Skip to content

Releases: solita/adenotifier

v0.2.2: Added return values for notifier functions

08 Jan 10:53
b54ee1a
Compare
Choose a tag to compare
Merge pull request #3 from solita/dev_20230815

Dev 20230815

v0.2.1: Improved error handling

27 Jun 09:29
Compare
Choose a tag to compare
  • Improved error handling
  • Ensuring HTTP errors are raised

v0.2.0: Improved logic, error handling and bug fixes

21 Jun 06:43
Compare
Choose a tag to compare
  • 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

09 Nov 08:05
aeeace6
Compare
Choose a tag to compare
Added ability to add batch in add_multiple_entries_to_manifest-function

v0.1.6: Release 0.1.6. Added new function to create manifest, put multiple en…

16 Aug 07:36
Compare
Choose a tag to compare

Added new function to create manifest, put multiple entries and notify it

v0.1.2: Version update. Added possibility to configure max_file_in_manifest p…

02 May 06:32
Compare
Choose a tag to compare

Version update. Added possibility to configure max_file_in_manifest parameters. This is useful in some target databases, where COPY command can take max 1000 files per COPY command.

v0.1.1

29 Apr 11:06
Compare
Choose a tag to compare

Bug fixes

v0.1.0: Added manifest sorting by created time. This allows better functional…

29 Apr 11:00
Compare
Choose a tag to compare

Added functionality to give max_files_in_manifest parameter. This is useful especially for Snowflake, where max files in COPY command is 1000

v0.0.2

29 Apr 06:50
Compare
Choose a tag to compare

Bug fixes to retry logic

v0.0.1

28 Apr 13:45
Compare
Choose a tag to compare

Initial release with basic functionality.