Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate resend-rs to 0.10.0 #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 18, 2024

This PR contains the following updates:

Package Type Update Change
resend-rs (source) dependencies minor 0.5.2 -> 0.10.0

Release Notes

resend/resend-rust (resend-rs)

v0.10.0

Added
  • broadcasts module
  • CreateEmailBaseOptions::with_reply_multiple
Changed
  • Made CreateEmailBaseOptions.reply_to field private
  • The following changes were made to ensure IDs are consumed upon deletion to avoid accidetally
    reusing them. Of course it is still possible to clone them if necessary.
    • api_keys::delete now takes ApiKeyId instead of &str
    • audiences::delete now takes AudienceId instead of &str
    • domains::delete now takes DomainId instead of &str

v0.9.2

Added
  • Added webhook support with the events module

v0.9.1

Changed
  • renamed CreateEmailBaseOptions::with_scheduled to with_scheduled_at
  • renamed emails::cancel_schedule to cancel

v0.9.0

Yanked due to some method naming, use 0.9.1 instead.

Added
  • email.scheduled_at field (and emails::with_scheduled method for setting it)
  • emails::update method
  • emails::cancel_schedule method
Changed
  • 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 optional
Fixed
  • The cc, bcc and text fields of the Email struct are nullable which broke deserialization.
    It now works as expected.

v0.8.0

Added
  • rate_limit module
  • Error::RateLimit

v0.7.0

Added
  • Attachment::with_content_type method and content_type field
  • Error::Parse variant
Changed
  • HTML server responses instead of proper JSON errors (which should mostly happen in outages)
    now have better error messages

v0.6.0

Changed
  • RATE_LIMIT to RESEND_RATE_LIMIT to avoid potential collisions with other libs
Removed
  • Outdated doc comment from 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/resend-rs-0.x branch from fa26666 to 5f7bb41 Compare July 2, 2024 23:28
@renovate renovate bot changed the title Update Rust crate resend-rs to 0.6.0 Update Rust crate resend-rs to 0.7.0 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/resend-rs-0.x branch from 5f7bb41 to 6420c59 Compare July 7, 2024 02:35
@renovate renovate bot changed the title Update Rust crate resend-rs to 0.7.0 Update Rust crate resend-rs to 0.8.0 Jul 7, 2024
@renovate renovate bot force-pushed the renovate/resend-rs-0.x branch from 6420c59 to 0aceb6e Compare August 13, 2024 05:54
@renovate renovate bot changed the title Update Rust crate resend-rs to 0.8.0 Update Rust crate resend-rs to 0.9.0 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/resend-rs-0.x branch from 0aceb6e to 2490a97 Compare December 14, 2024 04:23
@renovate renovate bot changed the title Update Rust crate resend-rs to 0.9.0 Update Rust crate resend-rs to 0.10.0 Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants