Skip to content

Effect beta 70#58

Merged
Makisuo merged 4 commits into
mainfrom
effect-beta-70
May 23, 2026
Merged

Effect beta 70#58
Makisuo merged 4 commits into
mainfrom
effect-beta-70

Conversation

@Makisuo
Copy link
Copy Markdown
Owner

@Makisuo Makisuo commented May 23, 2026

No description provided.

Makisuo added 3 commits May 23, 2026 14:50
440505f84 Version Packages (beta) (#2243)
7212d701a Fix TestClock layer Scope requirement (#2244)
5805569ef Improve jsdocs and add related skill (#2235)
74d8f37a0 fix(ai-openai): widen OpenAIFile.expires_at and status_details to accept null (#2224)
af7782d30 feat(cli): add Command.withHidden to hide subcommands (#2228)
6bc1aa829 Version Packages (beta) (#2233)
8f4208ee8 Accept .mts and .mjs SQL migrations (#2242)
c5e54d8e4 Fix IndexedDB bulk writes in transactions (#2241)
d0ea8b03f pass workflow parent on discard (#2240)
59aa334fb fix RpcWorker Protocol service key (#2239)
a57674b64 fix(stream): provide scope to scoped pulls (#2237)
2ae67d63e docs(effect): improve example titles and generated indexes (#2234)
70ea04aa9 feat(cli): add hidden flag primitive (#2227)
8d71e5452 Improve test descriptions (#2226)
dc11250ea Refine agent guidance (#2225)
0f8d9b945 Version Packages (beta) (#2208)
f1efe8bae fix changeset level
0176eaf3e Add platform Crypto service (#2180)
4d56068bd Removed stale JSDoc analysis plumbing (#2222)
f136bb763 Change `Schema.asserts` and `SchemaParser.asserts` to assert a value directly with `asserts(schema, input)` and remove `Schema.Codec.ToAsserts` (#2221)
6f172a283 Move previous API names to migration maps (#2219)
3363fe0b4 Enable effect/standard-jsdoc rule (#2218)
b5d068d4c Validate JSDoc links in standard-jsdoc rule (#2215)
4a59ec943 docs: standardize JSDoc example imports (#2214)
49b5a569e vet since JSDoc tags between v3 and v4 (#2212)
45ffb3274 docs: normalize JSDoc category tags (#2211)
af8267f2f Add Stream.broadcastN (#2210)
6f38f07d5 Fix Channel.decodeText UTF-8 chunk boundaries (#2209)
aec9c401a rename Model.Generated to Model.GeneratedByDb (#2207)
667c6aac7 Version Packages (beta) (#2168)
b156accd2 add `availableShardGroups` to ShardingConfig, to ensure advisory locks do not conflict (#2206)
35594f811 fix(cluster): EntityProxyServer.layerHttpApi uses params instead of path (#2111)
0c9d3ab43 fix(vitest): isolate nested layer memoization (#2177)
b7abd0e5c feat(browser): add indexedDb backed KeyValueStore layer (#2196)
4be4c8d60 fix(workflow): provide context for WorkflowProxyServer.layerRpcHandlers (#2181)
8bddd628c Fix MutableList length after filter and remove (#2201)
c9dee18fb jsdocs auditing (#2189)
a42ef6632 refactor: add rows to Terminal (#2185)
d16c03434 Restore support for passing schema parse options when creating decode and encode helpers, closes #2174 (#2184)
e32343adf use Cause.NoSuchElementError for idb .first queries (#2183)
ae404636a cache base idb query builders (#2182)
b559d6884 feat(Schema): allow decoding defaults to require services (#2176)
a3de5d921 feat(Schema): allow defaults to fail with SchemaError (#2113)
3a6c7325d Use eager mapping for schema defaults (#2175)
556af90b8 fix(schema): fix makeEffect usage (#2173)
7e6c12ec9 Rename `SchemaParser.makeUnsafe` to `SchemaParser.make` (#2172)
ebac7941c docs(schema): clarify filter annotation messages, closes #2166 (#2169)
098167a22 update dependencies (#2167)
4c9e69786 Version Packages (beta) (#2159)
079c7df82 Port DurableQueue module (#2164)
cd7d1fba7 Fix RpcServer HTTP finalizer request IDs (#2161)
19a703367 fix(schema): preserve symbol link of obj made by Schema Struct, enable VSCode "Go to definitions"(F12) jump (#2158)
ca2498e70 remove Effect.Yieldable (#2163)
856766b2c Remove HTTP server log span counter (#2160)
33d26b421 feat(httpapi): allow overriding HttpApiTest groups baseUrl (#2153)
e6917a2c1 Version Packages (beta) (#2149)
6f11454a9 Sql unique (#2148)
c5d7373d2 Version Packages (beta) (#2138)
7d4877a19 SqlModel repositories support soft delete columns (#2137)
6346be147 Version Packages (beta) (#2135)
5be0aaad6 fix(ai-openai): don't spread library-only config fields into request body (#2133)
7f927ffb7 Add HttpApiTest module (#2136)
a696b3e83 feat: add acquireDisposable (#2123)
c6217a086 Version Packages (beta) (#2134)
eb2ae40ab Version Packages (beta) (#2121)
4ab4b9007 Allow null K8s condition lastTransitionTime (#2131)
50790af9b Move fiber lifetime metric start hook (#2130)
b65079e7d fix: otel logger severity (#2129)
aae8797b9 fix empty body decoding in HttpApiBuilder (#2122)
71f7c3df9 Port Effect.firstSuccessOf from effect v3 (#2120)
ef0820365 Version Packages (beta) (#2109)
7909c954b Fix formatJson circular handling and remove duplicated stringifyCircular (#2119)
dfbf11114 Normalize SchemaTransformation decoding error messages (#2118)
f69d5675d add Rpc.custom (#2115)
7af220790 Add `Schema.DurationFromString`, closes #2092 (#2117)
848b40a4b Add a `Config.literals` convenience constructor for `Schema.Literals`, closes #2091 (#2116)
f862e4057 cleanup IndexedDb prototypes (#2110)
bbb4dcc6c allow using Duration.Input with accessors
ea99ef280 Version Packages (beta) (#2102)
56837ea2a Fix entity proxy RPC handler context (#2106)
953edef2e openai reasoning (#2101)
d1521385f Version Packages (beta) (#2099)
11993d493 feat(reactivity): add `.exhaustive()` finalizer to AsyncResult builder (#2097)
96c8b22c2 generate binary arrays from streams with less copying (#2098)
1be29cd36 Version Packages (beta) (#2084)
8e110c5f0 ensure each sql client gets a unique transaction service (#2088)
979b56b5c fix idb entries transaction (#2086)
a971f5cbd add Effect.abortSignal (#2085)
5045e625b add @effect/sql-pglite package (#2073)
9c652d71a Version Packages (beta) (#2082)
c5a732746 Fix OpenAi MCP tool integration (#1933)
950607993 Version Packages (beta) (#2079)
42cc74457 Export the `Schema.encodeKeys` interface, closes #2070 (#2081)
6a45e5289 chore: update tstyche to v7.1.0 (#2080)
04855ceec fix: fix `isNullish()` type predicate (#2067)
df9dc6b14 Version Packages (beta) (#2076)
e4b74f9c0 add Socket.make (#2078)
47d61a555 isolate workflow suspension in DurableDeferred.into (#2077)
4c7280818 ensure workflow failures are not squashed by suspension interrupts (#2075)
64a80557c Version Packages (beta) (#2061)
4be6a7cf3 fix: floor TestClock nanoseconds before BigInt conversion (#2069)
07685094e AtomHttpApi include middleware errors in queries and mutations (#2068)
62bcf3222 fix: comment typo (#2071)
4f79c542e fix Latch.release (#2074)
691388dfe Schema: improve TemplateLiteralParser example (#2066)

git-subtree-dir: .context/effect
git-subtree-split: 440505f845a7c207b8e98e3260f0bdf1690ac1c7
@pullfrog
Copy link
Copy Markdown

pullfrog Bot commented May 23, 2026

This run croaked 😵

The workflow encountered an error before any progress could be reported. Please check the link below for details.

Pullfrog  | Rerun failed job ➔View workflow run | via Pullfrog𝕏

# Conflicts:
#	packages/domain/src/__optkey_smoke.test.ts
@Makisuo Makisuo merged commit 5858a18 into main May 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant