Skip to content

Commit

Permalink
Merge branch 'master' into transform-tag-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-prosser authored Nov 6, 2023
2 parents d96ace5 + 41348d0 commit a3fd595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- Fix url used for fetching streams
- Return `is_end_sequence` on stream fetch
- Make `transform_tag` optional on `create bucket`
- Retry `put_emails` requests

## v0.20.0

Expand Down
2 changes: 1 addition & 1 deletion api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ impl Client {
self.endpoints.put_emails(bucket_name)?,
Some(PutEmailsRequest { emails }),
Some(NoChargeQuery { no_charge }),
Retry::No,
Retry::Yes,
)
}

Expand Down

0 comments on commit a3fd595

Please sign in to comment.