Releases: moonstream-to/waggle
Waggle v0.1.4 Multiple password types support
The waggle server supports configuration with next password types:
- plaintext
- text_file
- aws_secret
`waggle` v0.1.3: Improved logic when registering drops
This release includes more resilient execution of waggle moonstream drop
. A failure to submit a single batch (after retries) doesn't result in the process exiting. Instead, an attempt is made to register subsequent batches even if a single batch fails.
This is useful because often batches fail to submit because of duplication of request IDs. Being able to run the waggle moonstream drop
command idempotently with the same input file means that such duplication is not catastrophic.
What's Changed
waggle moonstream drop
is now idempotent on a per infile basis by @zomglings in #18
Full Changelog: v0.1.2...v0.1.3
Waggle v0.1.2
This release fixes a the way waggle
version is calculated in v0.1.1.
Now, the waggle
version is specified in version.go
. This release removes version.txt
.
Waggle v0.1.1
Waggle with API Server Extension.
Waggle v0.0.9
This release was created by our new automated release action: https://github.com/moonstream-to/waggle/actions/runs/5909243181
It contains waggle
builds for common (OS, CPU architecture)
pairs. Download the version appropriate for your environment and unzip the file to start using waggle
.
Support for `request_id` in call requests
This release updates waggle
to support the new request_id
parameter on the /metatx/call_requests
endpoints. The API uses request_id
to deduplicate call requests. It is the client's responsibility to generate request_id
s.