Update Rust crate resend-rs to 0.10.0 #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5.2
->0.10.0
Release Notes
resend/resend-rust (resend-rs)
v0.10.0
Added
broadcasts
moduleCreateEmailBaseOptions::with_reply_multiple
Changed
CreateEmailBaseOptions.reply_to
field privatereusing them. Of course it is still possible to clone them if necessary.
api_keys::delete
now takesApiKeyId
instead of&str
audiences::delete
now takesAudienceId
instead of&str
domains::delete
now takesDomainId
instead of&str
v0.9.2
Added
events
modulev0.9.1
Changed
CreateEmailBaseOptions::with_scheduled
towith_scheduled_at
emails::cancel_schedule
tocancel
v0.9.0
Yanked due to some method naming, use
0.9.1
instead.Added
email.scheduled_at
field (andemails::with_scheduled
method for setting it)emails::update
methodemails::cancel_schedule
methodChanged
The following structs had all their fields made private in order to prevent future breaking
changes when new fields are added. Simply use the relevant builder methods instead.
GitHub issue.
CreateEmailBaseOptions
ContactData
ContactChanges
CreateDomainOptions
DomainChanges
UpdateEmailOptions
v0.8.1
Changed
Email.text
is now optionalFixed
cc
,bcc
andtext
fields of theEmail
struct are nullable which broke deserialization.It now works as expected.
v0.8.0
Added
rate_limit
moduleError::RateLimit
v0.7.0
Added
Attachment::with_content_type
method andcontent_type
fieldError::Parse
variantChanged
now have better error messages
v0.6.0
Changed
RATE_LIMIT
toRESEND_RATE_LIMIT
to avoid potential collisions with other libsRemoved
Client::user_agent
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.