---
name: "Resend-Go-SDK"
slug: resend-go-sdk
type: github
source_url: https://github.com/resend/resend-go
changelog_url: https://github.com/resend/resend-go/blob/HEAD/CHANGELOG.md
organization: Resend
organization_slug: resend
total_releases: 48
latest_version: v3.5.0
latest_date: 2026-04-16
last_updated: 2026-04-19
tracking_since: 2023-05-19
canonical: https://releases.sh/resend/resend-go-sdk
organization_url: https://releases.sh/resend
---

<Release version="v3.5.0" date="April 16, 2026" published="2026-04-16T13:16:00.000Z" url="https://github.com/resend/resend-go/releases/tag/v3.5.0">
## What's Changed
* feat(domains): add OpenTracking and ClickTracking to CreateDomainRequest by @rehanvdm in https://github.com/resend/resend-go/pull/111


**Full Changelog**: https://github.com/resend/resend-go/compare/v3.4.1...v3.5.0
</Release>

<Release version="v3.4.1" date="April 15, 2026" published="2026-04-15T15:10:54.000Z" url="https://github.com/resend/resend-go/releases/tag/v3.4.1">
## What's Changed
* feat(domains): add TrackingCAA record support by @rehanvdm in https://github.com/resend/resend-go/pull/110

## New Contributors
* @rehanvdm made their first contribution in https://github.com/resend/resend-go/pull/110

**Full Changelog**: https://github.com/resend/resend-go/compare/v3.4.0...v3.4.1
</Release>

<Release version="v3.4.0" date="April 13, 2026" published="2026-04-13T13:22:58.000Z" url="https://github.com/resend/resend-go/releases/tag/v3.4.0">
## What's Changed
* feat: add custom click tracking support to Domains API by @drish in https://github.com/resend/resend-go/pull/107
* feat: implement automations and events api by @drish in https://github.com/resend/resend-go/pull/108
* chore: bump version to 3.4.0 by @drish in https://github.com/resend/resend-go/pull/109


**Full Changelog**: https://github.com/resend/resend-go/compare/v3.3.0...v3.4.0
</Release>

<Release version="v3.4.0-alpha.1" date="April 10, 2026" published="2026-04-10T21:02:21.000Z" url="https://github.com/resend/resend-go/releases/tag/v3.4.0-alpha.1">
## What's Changed
* feat: add custom click tracking support to Domains API by @drish in https://github.com/resend/resend-go/pull/107
* feat: implement automations and events api by @drish in https://github.com/resend/resend-go/pull/108


**Full Changelog**: https://github.com/resend/resend-go/compare/v3.3.0...v3.4.0-alpha.1
</Release>

<Release version="v3.3.0" date="April 1, 2026" published="2026-04-01T18:43:48.000Z" url="https://github.com/resend/resend-go/releases/tag/v3.3.0">
## What's Changed
* feat: contacts list segment by @drish in https://github.com/resend/resend-go/pull/105
* feat: add logs API support by @drish in https://github.com/resend/resend-go/pull/106


**Full Changelog**: https://github.com/resend/resend-go/compare/v3.2.0...v3.3.0
</Release>

<Release version="v3.2.0" date="March 16, 2026" published="2026-03-16T12:47:04.000Z" url="https://github.com/resend/resend-go/releases/tag/v3.2.0">
## What's Changed
* feat: add last_used_at field to ApiKey by @drish in https://github.com/resend/resend-go/pull/104


**Full Changelog**: https://github.com/resend/resend-go/compare/v3.1.1...v3.2.0
</Release>

<Release version="v3.1.1" date="February 26, 2026" published="2026-02-26T14:54:23.000Z" url="https://github.com/resend/resend-go/releases/tag/v3.1.1">
## What's Changed
* modernize: replace interface{} -> any by @servusdei2018 in https://github.com/resend/resend-go/pull/102
* chore: bump version to 3.1.1 by @drish in https://github.com/resend/resend-go/pull/103

## New Contributors
* @servusdei2018 made their first contribution in https://github.com/resend/resend-go/pull/102

**Full Changelog**: https://github.com/resend/resend-go/compare/v3.1.0...v3.1.1
</Release>

<Release version="v3.1.0" date="January 21, 2026" published="2026-01-21T16:47:29.000Z" url="https://github.com/resend/resend-go/releases/tag/v3.1.0">
## What's Changed
* chore: quick fix on readme by @drish in https://github.com/resend/resend-go/pull/93
* feat: add broadcasts send and scheduledAt options by @drish in https://github.com/resend/resend-go/pull/97
* Update parsed fields on email receiving API by @toofishes in https://github.com/resend/resend-go/pull/98
* chore: bump to v3.1.0 by @drish in https://github.com/resend/resend-go/pull/99

## New Contributors
* @toofishes made their first contribution in https://github.com/resend/resend-go/pull/98

**Full Changelog**: https://github.com/resend/resend-go/compare/v3.0.0...v3.1.0
</Release>

<Release version="v3.0.0" date="October 31, 2025" published="2025-10-31T21:10:17.000Z" url="https://github.com/resend/resend-go/releases/tag/v3.0.0">
## What's Changed
* feat: topics implementation by @drish in https://github.com/resend/resend-go/pull/85
* feat: Inbound support by @drish in https://github.com/resend/resend-go/pull/83
* feat: webhooks API support by @drish in https://github.com/resend/resend-go/pull/86
* feat: Templates API support by @drish in https://github.com/resend/resend-go/pull/84
* feat: make new attachments API conform to updated spec by @lucasfcosta in https://github.com/resend/resend-go/pull/87
* example: improved with_attachments example by @drish in https://github.com/resend/resend-go/pull/88
* feat: impl contacts properties and contact topics by @drish in https://github.com/resend/resend-go/pull/90
* release/v3.0.0 by @drish in https://github.com/resend/resend-go/pull/92

## New Contributors
* @lucasfcosta made their first contribution in https://github.com/resend/resend-go/pull/87

**Full Changelog**: https://github.com/resend/resend-go/compare/v2.27.0...v3.0.0
</Release>

<Release version="v2.28.0" date="October 29, 2025" published="2025-10-29T19:01:35.000Z" url="https://github.com/resend/resend-go/releases/tag/v2.28.0">
Impl support for Webhooks (https://github.com/resend/resend-go/pull/86)

**Full Changelog**: https://github.com/resend/resend-go/compare/v2.27.0...v2.28.0
</Release>

<Release version="v2.28.0-alpha.4" date="October 29, 2025" published="2025-10-29T18:09:07.000Z" url="https://github.com/resend/resend-go/releases/tag/v2.28.0-alpha.4">
## What's Changed
* feat: make new attachments API conform to updated spec by @lucasfcosta in https://github.com/resend/resend-go/pull/87

## New Contributors
* @lucasfcosta made their first contribution in https://github.com/resend/resend-go/pull/87

**Full Changelog**: https://github.com/resend/resend-go/compare/v2.28.0-alpha.3...v2.28.0-alpha.4
</Release>

<Release version="v2.28.0-alpha.3" date="October 29, 2025" published="2025-10-29T01:28:23.000Z" url="https://github.com/resend/resend-go/releases/tag/v2.28.0-alpha.3">
## What's Changed
* feat: Templates API support by @drish in https://github.com/resend/resend-go/pull/84


**Full Changelog**: https://github.com/resend/resend-go/compare/v2.28.0-alpha.2...v2.28.0-alpha.3
</Release>

<Release version="v2.28.0-alpha.2" date="October 28, 2025" published="2025-10-28T00:37:33.000Z" url="https://github.com/resend/resend-go/releases/tag/v2.28.0-alpha.2">
## What's Changed
* feat: webhooks API support by @drish in https://github.com/resend/resend-go/pull/86


**Full Changelog**: https://github.com/resend/resend-go/compare/v2.28.0-alpha.1...v2.28.0-alpha.2
</Release>

<Release version="v2.28.0-alpha.1" date="October 26, 2025" published="2025-10-26T23:26:03.000Z" url="https://github.com/resend/resend-go/releases/tag/v2.28.0-alpha.1">
## What's Changed
* feat: Initial topics implementation by @drish in https://github.com/resend/resend-go/pull/85
* feat: Inbound support by @drish in https://github.com/resend/resend-go/pull/83

**Full Changelog**: https://github.com/resend/resend-go/compare/v2.27.0...v2.28.0-alpha.1
</Release>

<Release version="v2.27.0" date="October 14, 2025" published="2025-10-14T23:44:26.000Z" url="https://github.com/resend/resend-go/releases/tag/v2.27.0">
## What's Changed
* feat: Handle rate limit error more gracefully by @drish in https://github.com/resend/resend-go/pull/80
* feat: Add html/text fields to broadcasts response object by @drish in https://github.com/resend/resend-go/pull/82


**Full Changelog**: https://github.com/resend/resend-go/compare/v2.26.0...v2.27.0
</Release>

<Release version="v2.26.0" date="October 8, 2025" published="2025-10-08T22:37:55.000Z" url="https://github.com/resend/resend-go/releases/tag/v2.26.0">
## What's Changed
* feat: Emails list method with pagination by @drish in https://github.com/resend/resend-go/pull/75
* chore: Bump to v2.26.0 by @drish in https://github.com/resend/resend-go/pull/81


**Full Changelog**: https://github.com/resend/resend-go/compare/v2.25.0...v2.26.0
</Release>

<Release version="v2.25.0" date="September 24, 2025" published="2025-09-24T16:08:20.000Z" url="https://github.com/resend/resend-go/releases/tag/v2.25.0">
## What's Changed
* feat: Implement ListWithOptions for all list methods, with support for pagination by @drish in https://github.com/resend/resend-go/pull/78
* chore: Bump to v2.25.0 by @drish in https://github.com/resend/resend-go/pull/79


**Full Changelog**: https://github.com/resend/resend-go/compare/v2.24.0...v2.25.0
</Release>

<Release version="v2.24.0" date="September 19, 2025" published="2025-09-19T23:36:46.000Z" url="https://github.com/resend/resend-go/releases/tag/v2.24.0">
## What's Changed
* example: Add custom http client example by @drish in https://github.com/resend/resend-go/pull/74
* feat: Batch send email validation mode by @drish in https://github.com/resend/resend-go/pull/76
* chore: Bump to v2.24.0 by @drish in https://github.com/resend/resend-go/pull/77


**Full Changelog**: https://github.com/resend/resend-go/compare/v2.23.0...v2.24.0
</Release>

<Release version="v2.23.0" date="August 13, 2025" published="2025-08-13T00:46:01.000Z" url="https://github.com/resend/resend-go/releases/tag/v2.23.0">
## What's Changed
* feat: Prefer content_id over inline_content_id by @drish in https://github.com/resend/resend-go/pull/72
* chore: Bump to v2.23.0 by @drish in https://github.com/resend/resend-go/pull/73


**Full Changelog**: https://github.com/resend/resend-go/compare/v2.22.0...v2.23.0
</Release>

<Release version="v2.22.0" date="August 6, 2025" published="2025-08-06T00:44:21.000Z" url="https://github.com/resend/resend-go/releases/tag/v2.22.0">
## What's Changed
* feat: Support for inline attachments by @drish in https://github.com/resend/resend-go/pull/70
* chore: Bump to v2.22.0 by @drish in https://github.com/resend/resend-go/pull/71


**Full Changelog**: https://github.com/resend/resend-go/compare/v2.21.0...v2.22.0
</Release>

<Pagination page="1" total-pages="3" total-items="48" next="https://releases.sh/resend/resend-go-sdk.md?page=2" />
