what stackpulse tracks
Effect releases from GitHub
StackPulse watches Effect release notes and keeps the original source link close to every summary.
A fully-fledged functional effect system for TypeScript StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Effect release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This release removes the content-length header before sending FetchHttpClient requests and updates dependencies.
Users of FetchHttpClient may be affected by the removal of the content-length header.
Review FetchHttpClient usage to ensure compatibility with the header removal.
This release improves handling of unrecognized or malformed events in OpenAI streaming responses, ensuring the stream continues instead of aborting.
Users relying on OpenAI streaming responses with unrecognized or malformed events will benefit from improved stream continuity.
Update to version 0.40.1 to benefit from improved handling of malformed events in OpenAI streaming responses.
This release fixes streaming in `@effect/ai-amazon-bedrock` to ensure the terminal `"finish"` part carries accurate token counts by buffering the finish reason until metadata is populated.
Users of `@effect/ai-amazon-bedrock` streaming functionality are affected by inaccurate token counts in the `"finish"` event.
Upgrade to version 0.16.1 to ensure accurate token counts in streaming events.
This release fixes Graph traversal and shortest-path algorithms to handle undirected edges correctly, ensuring they are traversed independently of their stored source/target orientation.
Users relying on Graph traversal and shortest-path algorithms with undirected edges are affected.
Update to version 3.21.4 to ensure correct traversal of undirected edges.
This release includes updates to dependencies and minor improvements.
view source on github->This release includes updates to dependencies and minor improvements. No major new features or breaking changes are introduced.
Users relying on updated dependencies may need to review changes in @effect/ai@0.36.0 and effect@3.21.3.
Update dependencies to ensure compatibility with the latest versions.
This patch release includes fixes for generic type parameter inference in $match and improvements to schema emission for records with string keys and Never values.
Developers using $match with generic type parameters or working with records with string keys and Never values may be affected.
Update to version 3.21.3 to benefit from the fixes and improvements.
This release primarily updates dependencies to their latest versions, including @effect/ai and effect.
Users relying on specific versions of @effect/ai or effect may need to verify compatibility.
Update dependencies to ensure compatibility with the latest versions.
This release introduces support for `Tool.EmptyParams` as an explicit tool parameters schema and includes dependency updates.
Developers using tool parameters schemas in Effect AI are affected.
Update to version 0.36.0 to utilize the new `Tool.EmptyParams` support.