postgrest
Found in 2 packages: supabase-auth, supabase-js
supabase-auth(26 releases)
v2.112.4-canary.0This canary release fixes an issue with PostgREST by moving override fixtures out of generated types and repairing codegen.
v2.112.0This release introduces opt-in OpenTelemetry tracing for Supabase and includes several bug fixes across Auth, Postgrest, and Storage modules. Key fixes involve handling uppercase UUIDs, improving error handling for multiple rows, and resolving type mismatches.
v2.112.0-canary.1This release includes bug fixes for Postgrest and Storage. The Postgrest fix ensures throwOnError is honored when maybeSingle finds multiple rows, and the Storage fix exposes the service error code on StorageApiError.
v2.110.7This release includes several bug fixes for PostgREST and Realtime, addressing issues with self-reference inference, auth events, and presence.
v2.110.7-canary.0This release includes bug fixes for PostgREST's self-reference inference and Realtime's auth triggering on INITIAL_SESSION events.
v2.110.6This release includes bug fixes for Postgrest, Realtime, and Supabase. The Postgrest fix addresses type hinting for self-referencing embeds, the Realtime fix improves option forwarding in track(), and the Supabase fix changes error handling for unrecognized API key subtypes to a warning.
v2.110.6-canary.0This release includes a bug fix for PostgREST, specifically addressing type hinting for self-referencing embeds.
v2.110.3-canary.0This canary release addresses a bug in postgrest by pinning the tstyche target to prevent issues with floating latest versions.
v2.108.1This patch release primarily addresses CI configuration and fixes a typing issue within the Postgrest module.
v2.108.1-canary.1This canary release primarily addresses a typing issue within the postgrest module.
v2.108.0-canary.0This canary release introduces a consistent confirmation flow for auth.resend() and fixes issues related to error logging and header passing for React Native compatibility.
v2.106.3-canary.2This canary release primarily addresses a bug in Postgrest handling of non-JSON bodies in successful responses.
v3.0.0-next.25This release primarily focuses on fixing an issue in the postgrest fetch catch mechanism related to abort detection.
v2.105.2This patch release focuses on bug fixes, including improvements to authentication timeout forwarding, JSON serialization for WebAuthnError, and unification of Postgrest insert/upsert signatures.
v3.0.0-next.18This release focuses on internal cleanup by reducing 'any' usage and standardizing the Postgrest insert/upsert API signatures.
v2.105.1This patch release addresses regressions in postgrest query handling and improves error surfacing for realtime transport issues.
v3.0.0-next.12This release introduces significant new features including WebAuthn passkey support in auth and deferred disconnect in realtime, alongside several bug fixes across modules.
v2.105.1-canary.0This canary release addresses a specific regression bug related to query reassignment in the postgrest module.
v2.105.0This release introduces passkey support for authentication and implements deferred disconnect for Realtime. Several fixes were applied across postgrest, realtime, and storage modules.
v3.0.0-next.5This release primarily addresses a bug fix in postgrest related to column type narrowing after specific null checks.
v2.104.2-canary.0This canary release primarily addresses a bug fix related to column type narrowing in PostgREST operations.
v2.104.1This patch release (2.104.1) focuses on minor fixes, including ensuring the PASSWORD_RECOVERY event is emitted during PKCE flows and propagating custom fetch settings to the realtime client.
v3.0.0-next.1This pre-release version (3.0.0-next.1) primarily focuses on fixing an issue related to runtime test files within the postgrest module.
v2.104.1-canary.0This canary release primarily focuses on fixing an issue within the postgrest module by restoring runtime test files to the tstyche scope.
v2.103.0This release introduces new functionality for null stripping in postgrest and a cache nonce parameter for storage downloads, alongside a fix for scalar computed column type inference.
v2.102.0-canary.0This canary release introduces automatic retries for transient errors in postgrest operations and enhances CI security by ignoring installation scripts during platform tests.
supabase-js(24 releases)
v2.112.4-canary.0This canary release fixes an issue with PostgREST by moving override fixtures out of generated types and repairing codegen.
v2.112.0-canary.1This release includes bug fixes for Postgrest and Storage. The Postgrest fix ensures throwOnError is honored when maybeSingle finds multiple rows, and the Storage fix exposes the service error code on StorageApiError.
v2.110.7This release includes several bug fixes for PostgREST and Realtime, addressing issues with self-reference inference, auth events, and presence.
v2.110.7-canary.0This release includes bug fixes for PostgREST's self-reference inference and Realtime's auth triggering on INITIAL_SESSION events.
v2.110.6This release includes bug fixes for Postgrest, Realtime, and Supabase. The Supabase fix changes behavior to warn instead of throw for unrecognized API key subtypes.
v2.110.6-canary.0This release includes a bug fix for PostgREST, specifically addressing type hinting for self-referencing embeds.
v2.110.3-canary.0This canary release addresses a bug in postgrest by pinning the tstyche target to prevent issues with floating latest versions.
v2.108.1This patch release addresses minor fixes in CI configuration and Postgrest typing.
v2.108.1-canary.1This canary release primarily addresses a typing issue within the postgrest module.
v2.106.3-canary.2This canary release primarily addresses a bug in Postgrest handling of successful responses with non-JSON bodies.
v3.0.0-next.25This release primarily focuses on fixing an issue in the postgrest fetch catch mechanism related to abort detection.
v2.105.2This patch release focuses on stability and internal improvements, including unifying Postgrest signatures and enhancing serialization for auth errors.
v3.0.0-next.18This release focuses on internal improvements, specifically reducing 'any' usage and unifying Postgrest insert/upsert signatures.
v2.105.1This patch release addresses a query reassignment regression in postgrest and improves error surfacing for transport-level CHANNEL_ERROR in realtime.
v3.0.0-next.12This release introduces WebAuthn passkey support to the auth module and adds Realtime deferred disconnect functionality. Several minor fixes were applied across postgrest, realtime, and storage modules.
v2.105.1-canary.0This canary release addresses a specific regression bug related to query reassignment in the postgrest client.
v2.105.0This release introduces WebAuthn passkey support for authentication and implements deferred disconnect for Realtime. Several fixes were applied across PostgREST, Realtime, and Storage modules.
v3.0.0-next.5This release primarily addresses a bug fix in postgrest related to column type narrowing after specific null checks.
v2.104.2-canary.0This canary release primarily addresses a bug fix related to column type narrowing in postgrest operations.
v2.104.1This patch release addresses several minor issues, including fixing the emission of the PASSWORD_RECOVERY event in PKCE flows and ensuring custom fetch propagates correctly to the realtime client.
v3.0.0-next.1This pre-release version (3.0.0-next.1) primarily addresses a fix related to runtime test files within the postgrest module.
v2.104.1-canary.0This canary release primarily focuses on fixing an issue related to runtime test files within the postgrest module.
v2.103.0This release introduces null stripping functionality in postgrest and a cacheNonce parameter for storage downloads, alongside a fix for scalar computed column type inference.
v2.102.0-canary.0This canary release introduces automatic retries for transient errors in postgrest and enhances CI security by ignoring installation scripts during platform tests.
Track Symbol Changes
Use the Change8 MCP server or GitHub Action to get notified when postgrest changes.
Learn More