Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 9, 2024

🤖 I have created a release beep boop

2.163.0 (2024-10-15)

Features

Bug Fixes

  • add twilio verify support on mfa (#1714) (aeb5d8f)
  • email header setting no longer misleading (#1802) (3af03be)
  • enforce authorized address checks on send email only (#1806) (c0c5b23)
  • fix getExcludedColumns slice allocation (#1788) (7f006b6)
  • Fix reqPath for bypass check for verify EP (#1789) (646dc66)
  • inline mailme package for easy development (#1803) (fa6f729)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot requested a review from a team as a code owner October 9, 2024 14:11
@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 9, 2024

Release candidate v2.162.3-rc.1 published.

@github-actions github-actions bot force-pushed the release-please--branches--master branch from 5cf5e3b to 32e6080 Compare October 10, 2024 15:05
@github-actions
Copy link
Contributor Author

Release candidate v2.162.3-rc.2 published.

@github-actions github-actions bot changed the title chore(master): release 2.162.3 chore(master): release 2.163.0 Oct 10, 2024
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 32e6080 to 9cbab50 Compare October 10, 2024 15:19
@github-actions
Copy link
Contributor Author

Release candidate v2.163.0-rc.3 published.

@github-actions github-actions bot force-pushed the release-please--branches--master branch from 9cbab50 to b731c1f Compare October 11, 2024 13:00
@github-actions
Copy link
Contributor Author

Release candidate v2.163.0-rc.4 published.

@github-actions github-actions bot force-pushed the release-please--branches--master branch from b731c1f to ab3779a Compare October 11, 2024 14:05
@github-actions
Copy link
Contributor Author

Release candidate v2.163.0-rc.5 published.

@github-actions github-actions bot force-pushed the release-please--branches--master branch from ab3779a to edae1bd Compare October 14, 2024 09:15
@github-actions
Copy link
Contributor Author

Release candidate v2.163.0-rc.6 published.

@github-actions github-actions bot force-pushed the release-please--branches--master branch from edae1bd to 2e46f70 Compare October 14, 2024 11:57
@github-actions
Copy link
Contributor Author

Release candidate v2.163.0-rc.7 published.

@github-actions github-actions bot force-pushed the release-please--branches--master branch from 2e46f70 to b87dd24 Compare October 14, 2024 12:10
@github-actions
Copy link
Contributor Author

Release candidate v2.163.0-rc.8 published.

@github-actions github-actions bot force-pushed the release-please--branches--master branch from b87dd24 to 35fb0e4 Compare October 14, 2024 20:34
@github-actions
Copy link
Contributor Author

Release candidate v2.163.0-rc.9 published.

@github-actions github-actions bot force-pushed the release-please--branches--master branch from 35fb0e4 to f1138d4 Compare October 15, 2024 16:17
@github-actions
Copy link
Contributor Author

Release candidate v2.163.0-rc.10 published.

@github-actions github-actions bot force-pushed the release-please--branches--master branch from f1138d4 to c734243 Compare October 15, 2024 17:20
@github-actions
Copy link
Contributor Author

Release candidate v2.163.0-rc.11 published.

Copy link
Contributor

@cstockton cstockton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@cstockton cstockton merged commit 14b375f into master Oct 15, 2024
@cstockton cstockton deleted the release-please--branches--master branch October 15, 2024 17:24
@github-actions
Copy link
Contributor Author

cemalkilic pushed a commit that referenced this pull request Aug 7, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.163.0](v2.162.2...v2.163.0)
(2024-10-15)


### Features

* add mail header support via `GOTRUE_SMTP_HEADERS` with `$messageType`
([#1804](#1804))
([99d6a13](99d6a13))
* add MFA for WebAuthn
([#1775](#1775))
([8cc2f0e](8cc2f0e))
* configurable email and sms rate limiting
([#1800](#1800))
([5e94047](5e94047))
* mailer logging ([#1805](#1805))
([9354b83](9354b83))
* preserve rate limiters in memory across configuration reloads
([#1792](#1792))
([0a3968b](0a3968b))


### Bug Fixes

* add twilio verify support on mfa
([#1714](#1714))
([aeb5d8f](aeb5d8f))
* email header setting no longer misleading
([#1802](#1802))
([3af03be](3af03be))
* enforce authorized address checks on send email only
([#1806](#1806))
([c0c5b23](c0c5b23))
* fix `getExcludedColumns` slice allocation
([#1788](#1788))
([7f006b6](7f006b6))
* Fix reqPath for bypass check for verify EP
([#1789](#1789))
([646dc66](646dc66))
* inline mailme package for easy development
([#1803](#1803))
([fa6f729](fa6f729))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
xeladotbe pushed a commit to xeladotbe/supabase-auth that referenced this pull request Sep 27, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.163.0](supabase/auth@v2.162.2...v2.163.0)
(2024-10-15)


### Features

* add mail header support via `GOTRUE_SMTP_HEADERS` with `$messageType`
([supabase#1804](supabase#1804))
([99d6a13](supabase@99d6a13))
* add MFA for WebAuthn
([supabase#1775](supabase#1775))
([8cc2f0e](supabase@8cc2f0e))
* configurable email and sms rate limiting
([supabase#1800](supabase#1800))
([5e94047](supabase@5e94047))
* mailer logging ([supabase#1805](supabase#1805))
([9354b83](supabase@9354b83))
* preserve rate limiters in memory across configuration reloads
([supabase#1792](supabase#1792))
([0a3968b](supabase@0a3968b))


### Bug Fixes

* add twilio verify support on mfa
([supabase#1714](supabase#1714))
([aeb5d8f](supabase@aeb5d8f))
* email header setting no longer misleading
([supabase#1802](supabase#1802))
([3af03be](supabase@3af03be))
* enforce authorized address checks on send email only
([supabase#1806](supabase#1806))
([c0c5b23](supabase@c0c5b23))
* fix `getExcludedColumns` slice allocation
([supabase#1788](supabase#1788))
([7f006b6](supabase@7f006b6))
* Fix reqPath for bypass check for verify EP
([supabase#1789](supabase#1789))
([646dc66](supabase@646dc66))
* inline mailme package for easy development
([supabase#1803](supabase#1803))
([fa6f729](supabase@fa6f729))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
issuedat pushed a commit that referenced this pull request Sep 30, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.163.0](v2.162.2...v2.163.0)
(2024-10-15)


### Features

* add mail header support via `GOTRUE_SMTP_HEADERS` with `$messageType`
([#1804](#1804))
([99d6a13](99d6a13))
* add MFA for WebAuthn
([#1775](#1775))
([8cc2f0e](8cc2f0e))
* configurable email and sms rate limiting
([#1800](#1800))
([5e94047](5e94047))
* mailer logging ([#1805](#1805))
([9354b83](9354b83))
* preserve rate limiters in memory across configuration reloads
([#1792](#1792))
([0a3968b](0a3968b))


### Bug Fixes

* add twilio verify support on mfa
([#1714](#1714))
([aeb5d8f](aeb5d8f))
* email header setting no longer misleading
([#1802](#1802))
([3af03be](3af03be))
* enforce authorized address checks on send email only
([#1806](#1806))
([c0c5b23](c0c5b23))
* fix `getExcludedColumns` slice allocation
([#1788](#1788))
([7f006b6](7f006b6))
* Fix reqPath for bypass check for verify EP
([#1789](#1789))
([646dc66](646dc66))
* inline mailme package for easy development
([#1803](#1803))
([fa6f729](fa6f729))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants