Skip to content

chore(main): release 2.27.0 #1

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

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

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Nov 21, 2024

🤖 I have created a release beep boop

2.27.0 (2025-04-26)

Features

  • add Android support (#673) (6ec2cdd)
  • add third-party auth support (#423) (d760f2d)
  • auth: add getLinkIdentityURL (#342) (202383d)
  • auth: Add signInAnonymously (#297) (4c25a3e)
  • auth: add signInWithOAuth (#299) (1290bcf)
  • auth: add convenience deep link handling methods (#397) (db7a094)
  • auth: add isExpired variable to session type (#399) (dcada1a)
  • auth: add linkIdentity method (#392) (7dfaa46)
  • auth: add listUsers admin method (#539) (1851262)
  • auth: add MFA phone (#496) (2e445f2)
  • auth: add new error codes (#586) (1721c08)
  • auth: add options for disabling auto refresh token (#411) (24f6a76)
  • auth: add support for error codes and refactor AuthError (#518) (7601e17)
  • auth: add support for multiple auth instances (#445) (6803ddd)
  • auth: Adds currentSession and currentUser properties (#373) (4b01556)
  • auth: retry auth requests, and schedule next refresh retry in background (#395) (35ac278)
  • expose PostgrestClient methods directly in SupabaseClient (#336) (aca50a5)
  • expose Realtime options on SupabaseClient (#377) (9cfafdb)
  • functions: add experimental invoke with streamed responses (#346) (2611b09)
  • functions: add support for specifying function region (#347) (f470874)
  • functions: invoke function with custom query params (#376) (b4b9276)
  • improve HTTP Error (#372) (ea25236)
  • improve logging on token refresh logic (#410) (a8ed053)
  • postgrest: add geojson, explain, and new filters (#343) (56c8117)
  • postgrest: add read-only mode for RPC (#600) (d81fc86)
  • postgrest: set header on a per call basis (#508) (a15efb1)
  • postgrest: use Date when filtering columns (#514) (1b0155c)
  • realtime: add system event (#589) (1176dea)
  • realtime: add closure based methods (#345) (dfe09bc)
  • realtime: add predefined filters instead of regular String (#669) (3dc9b82)
  • realtime: pull access token mechanism (#615) (c88dd36)
  • realtime: send broadcast events through HTTP (#476) (93f4ff5)
  • storage: add info, exists, custom metadata, and methods for uploading file URL (#510) (d9ba673)
  • storage: copy objects between buckets (69d05ef)
  • storage: fill content-type based on file extension (#400) (569f445)
  • storage: move objects between buckets (69d05ef)

Bug Fixes

  • Add private topic to Realtime (#442) (a491b29)
  • auth: URLError coercion for RetryableError causing session to be deleted (#597) (d67b7cf)
  • auth: add missing @MainActor (#684) (16ffdd4)
  • auth: add missing channel param to signUp method (#625) (3a36ab7)
  • auth: add missing figma, kakao, linkedin_oidc, slack_oidc, zoom, and fly providers (#493) (152f5ce)
  • auth: add missing is_anonymous field (#355) (854dc42)
  • auth: add missing nonce param when updating user (#457) (a087a6a)
  • auth: adds missing redirectTo query item to updateUser (#380) (5d1a997)
  • auth: auth event emitter being shared among clients (#500) (83f3385)
  • auth: don't call removeSession prematurely (#416) (00221a8)
  • auth: expose KeychainLocalStorage with default init params (#519) (c1095c9)
  • auth: extract both query and fragment from URL (#365) (e9c7c8c)
  • auth: header being overridden (#379) (866a039)
  • auth: incorrect error when error occurs during PKCE flow (#592) (84ce6f2)
  • auth: make AuthClient an Actor (#664) (bdf1961)
  • auth: mark identities last_sign_in_at field as optional (#483) (c93cf90)
  • auth: missing autoRefreshToken param in initializer (#415) (32de22f)
  • auth: prevent from requesting login keychain password os macOS (#455) (3e45b5a)
  • auth: sign out regardless of request success (#375) (25178e2)
  • auth: sign out should ignore 403s (#359) (7c4e62b)
  • auth: store code verifier in keychain (#502) (b86154a)
  • auth: store session directly without wrapping in StoredSession type (#513) (5de2d8d)
  • auth: use project ref as namespace for storing token (#430) (82fa93d)
  • auth: verify otp using token hash (#451) (58ab9af)
  • avoid sharing schemes with library users (#696) (3caa69f)
  • concurrency warnings pre swift 6 support (#428) (bee6fa7)
  • date formatter breaking change (#435) (6b4cc2e)
  • expose SupabaseClient headers (#447) (50fc325)
  • functions: fix streamed responses (#525) (0631069)
  • functions: invoke with custom http method (#367) (a283b68)
  • general auth improvements (#561) (5f4c0f2)
  • invalid identifier for _Helpers target (#414) (b2c8aee)
  • issue with MainActor isolated property on Swift 5.9 (#577) (7266b64)
  • linux build (#350) (e62ad89)
  • Make the return value of accessToken nullable (#641) (af9b774)
  • manually percent encode query items to allow values with + sign (#402) (a0ecb70)
  • postgrest: avoid duplicated columns and prefer fields (#463) (e4f85f3)
  • postgrest: race condition when executing request (#327) (8063610)
  • postgrest: race condition when setting fetchOptions and execute method call (#325) (97d1900)
  • postgrest: text search (f6cb964)
  • postgrest: update parameter of is filter to allow only Bool or nil (#382) (4ba1c7a)
  • race condition when accessing SupabaseClient (#386) (811e222)
  • realtime: add missing onPostgresChange overload (#528) (95e249f)
  • realtime: add RealtimeSubscription and deprecate Subscription (#542) (3a44f30)
  • realtime: Adds missing .unsubscribed status change (#420) (dc90fb6)
  • realtime: allow to nullify access token (45273e5)
  • realtime: auto reconnect after calling disconnect, and several refactors (#627) (1887f4f)
  • realtime: crash when connecting socket (#470) (5cf4f56)
  • realtime: deprecate updateAuth from channel (45273e5)
  • realtime: handle timeout when subscribing to channel (#349) (a222dd4)
  • realtime: lost postgres_changes on resubscribe (#585) (fabc07d)
  • realtime: prevent sending expired tokens (#618) (595277b)
  • realtime: remove jwt check (#658) (4c95559)
  • realtime: revert realtime token to apikey on user sign out (#429) (11c629f)
  • realtime: send access token to realtime on initial session (#439) (048e81b)
  • realtime: Set default heartbeat interval to 25s (#667) (14c590d)
  • remove kSecUseDataProtectionKeychain (#574) (554f916)
  • remove usage of nonisolated(unsafe) from codebase (#638) (3d87608)
  • replace to HTTPTypes Components from Helpers Components (#564) (71dee2a)
  • revert AnyJSON codable (#580) (bfb6ed7)
  • storage: cache control (#551) (8a2b196)
  • storage: getSignedURLs method using wrong encoder (#352) (d1b0672)
  • storage: headers overridden (#384) (b40c34a)
  • storage: list folders (#454) (4e9f52a)
  • storage: list method using wrong encoder (#405) (f16989a)
  • Swift 6 now has URLSession async method (#565) (5786dd6)
  • Swift 6 warnings related to @_unsafeInheritExecutor attribute (#549) (eab7a4a)
  • throw generic HTTPError (#368) (782e940)
  • update outdated error doc (#699) (b9dc3a3)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot changed the title chore(main): release 2.23.0 chore(main): release 2.25.0 Jan 5, 2025
@github-actions github-actions bot force-pushed the release-please--branches--main branch from b7952a3 to 00ec2c4 Compare January 5, 2025 03:48
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from ac0a359 to 1f4419e Compare February 22, 2025 03:05
@github-actions github-actions bot changed the title chore(main): release 2.25.0 chore(main): release 2.26.0 Feb 23, 2025
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 1f4419e to 7509083 Compare February 23, 2025 00:06
@github-actions github-actions bot changed the title chore(main): release 2.26.0 chore(main): release 2.27.0 Mar 26, 2025
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 7509083 to 1287ccb Compare March 26, 2025 13:55
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 1287ccb to 6d59c96 Compare April 26, 2025 18:55
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.

0 participants