Releases: get-convex/convex-backend
Releases · get-convex/convex-backend
Precompiled 2025-01-28-8744559
Update dependency @auth0/nextjs-auth0 to v3.5.0 (#33498) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@auth0/nextjs-auth0](https://redirect.github.com/auth0/nextjs-auth0) | dependencies | minor | [`3.1.0` -> `3.5.0`](https://renovatebot.com/diffs/npm/@auth0%2fnextjs-auth0/3.1.0/3.5.0) | --- ### Release Notes <details> <summary>auth0/nextjs-auth0 (@​auth0/nextjs-auth0)</summary> ### [`v3.5.0`](https://redirect.github.com/auth0/nextjs-auth0/blob/HEAD/CHANGELOG.md#v350-2023-12-06) [Compare Source](https://redirect.github.com/auth0/nextjs-auth0/compare/v3.4.0...v3.5.0) [Full Changelog](https://redirect.github.com/auth0/nextjs-auth0/compare/v3.4.0...v3.5.0) **Added** - Add Pushed Authorization Requests [#​1598](https://redirect.github.com/auth0/nextjs-auth0/pull/1598) ([ewanharris](https://redirect.github.com/ewanharris)) ### [`v3.4.0`](https://redirect.github.com/auth0/nextjs-auth0/blob/HEAD/CHANGELOG.md#v340-2023-12-04) [Compare Source](https://redirect.github.com/auth0/nextjs-auth0/compare/v3.3.0...v3.4.0) [Full Changelog](https://redirect.github.com/auth0/nextjs-auth0/compare/v3.3.0...v3.4.0) **Added** - \[SDK-4719] Back-Channel Logout [#​1590](https://redirect.github.com/auth0/nextjs-auth0/pull/1590) ([adamjmcgrath](https://redirect.github.com/adamjmcgrath)) **Fixed** - Should get instance of Session in RSCs [#​1565](https://redirect.github.com/auth0/nextjs-auth0/pull/1565) ([adamjmcgrath](https://redirect.github.com/adamjmcgrath)) ### [`v3.3.0`](https://redirect.github.com/auth0/nextjs-auth0/blob/HEAD/CHANGELOG.md#v330-2023-11-13) [Compare Source](https://redirect.github.com/auth0/nextjs-auth0/compare/v3.2.0...v3.3.0) [Full Changelog](https://redirect.github.com/auth0/nextjs-auth0/compare/v3.2.0...v3.3.0) **Added** - Bail out of static rendering for pages and routes in app dir [#​1541](https://redirect.github.com/auth0/nextjs-auth0/pull/1541) ([adamjmcgrath](https://redirect.github.com/adamjmcgrath)) **Fixed** - Fix wrong response type in AfterRefreshPageRoute [#​1523](https://redirect.github.com/auth0/nextjs-auth0/pull/1523) ([thutter](https://redirect.github.com/thutter)) ### [`v3.2.0`](https://redirect.github.com/auth0/nextjs-auth0/blob/HEAD/CHANGELOG.md#v320-2023-10-05) [Compare Source](https://redirect.github.com/auth0/nextjs-auth0/compare/v3.1.0...v3.2.0) [Full Changelog](https://redirect.github.com/auth0/nextjs-auth0/compare/v3.1.0...v3.2.0) **Added** - Add support for passing a custom http agent [#​1447](https://redirect.github.com/auth0/nextjs-auth0/pull/1447) ([ryanolson-aumni](https://redirect.github.com/ryanolson-aumni)) - fix: add missing touchSession for exported function [#​1461](https://redirect.github.com/auth0/nextjs-auth0/pull/1461) ([benevbright](https://redirect.github.com/benevbright)) **Fixed** - withApiAuthRequired callback can return just Response [#​1476](https://redirect.github.com/auth0/nextjs-auth0/pull/1476) ([adamjmcgrath](https://redirect.github.com/adamjmcgrath)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). GitOrigin-RevId: ec9b911f38e1964f41cbda9fe69db36b234b4fc5
Precompiled 2025-01-28-6c52ebd
Add vergen revision to local_backend (#33677) Add vergen revision to local_backend Add commit timestamp GitOrigin-RevId: b1f80550c790acbd65d89b6b584cfce47876230d
Precompiled 2025-01-22-ad7d0df
Fix FieldTypeFromFieldPath type (#33352) Later versions of TypeScript struggle to realize that `FieldTypeFromFieldPath` should always be a subtype of `Value | undefined`, which was causing type errors around `Expression<FieldTypeFromFieldPath<...>>` As a quick fix, I wrapped this type in a conditional which more clearly coerces it to be `Value | undefined`. GitOrigin-RevId: 0c70997fd3c3ceba0fc2ebd7af12352e4eb5942c
Precompiled 2025-01-21-4121cc0
move PauseClient into Runtime (#33309) PauseClient is really a global at the same level as Runtime -- based on the Runtime we might decide to advance time really quickly for tests, make randomness deterministic, start threads deterministically, or pause at specific labels to allow race conditions to be tested. I was motivated to do this because I was adding new race tests for QueryCache, and I found myself passing PauseClient through many layers of code that already have Runtime and also already have multiple PauseClients. This felt redundant, and I can clean up a lot of code by just passing through the runtime. One side effect is passing Runtime to a couple structs that don't already have it, like DatabaseSnapshot. GitOrigin-RevId: f99a8625946fc2356103b5b8e294aa31fc6e0007
Precompiled 2025-01-20-ec11600
Remove isolate/icudtl.dat (#33303) GitOrigin-RevId: 85c3a8b65f5fed59ac92326f9604fc3edea37fe7
Precompiled 2025-01-17-dbaa90c
Add path to IsolateOutOfMemory error (#33252) GitOrigin-RevId: dd53c0075d94e2c189c7c6695b5078e8eaa5eafa
Precompiled 2025-01-16-eb4e30f
Add more tracing for storage export (#33204) GitOrigin-RevId: fa33d637710b0f34d0e6cc7f48d189f54a01cd60
Precompiled 2025-01-15-b5b260f
[ENG-8227] fix test_new_sync_query_after_disconnect (#33104) test was failing nondeterministically because `t.server.latest_timestamp().await?` is the timestamp of the latest mutation, and there was a chance for the mutation to propagate to the client before the `.add_sync_query("getConversations", assert_obj!())` fully executes. So there's not always a result. The fix is to do the second mutation after the query is registered, so waiting for the client to be aware of the mutation also means the query must be ready. GitOrigin-RevId: 9406d69ea542af5c27ac5ebf5846789b3489978e
Precompiled 2025-01-14-c7a8646
Surface deployments with components on health page (#33079) Include push_config_with_components in the response for last deployed time GitOrigin-RevId: 25138788a653e939e5a7af5c68105103223e9b20
Precompiled 2025-01-13-36270f3
Add utoipa schema serialization for AdminKey GitOrigin-RevId: 1f2416ef230f6980605dd1c7206ce5c48433c209