Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/deep-seas-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-lights-leave.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silly-shoes-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-ghosts-wash.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @agentuity/sdk Changelog

## 0.0.146

### Patch Changes

- a2257f2: Fixed issue where fetch would error in certain environments with around error around keepalive not being defined
- f4e9154: Added ability to create a low-level stream as a first class API
- 60cf45a: Adds the ability to getReader() to return a reader for the Stream
Immediately schedules tasks sent to context.waitUntil instead of waiting until the response is returned
Adds the ability to return a Stream directly from a Agent handler and have it return a 302 with the stream location automatically
- 4611143: Add support for context.waitUntil to be able to run background processing without blocking the response

## 0.0.145

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentuity/sdk",
"version": "0.0.145",
"version": "0.0.146",
"description": "The Agentuity SDK for NodeJS and Bun",
"license": "Apache-2.0",
"public": true,
Expand Down
Loading