Skip to content

Commit

Permalink
Release 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
org-spear-ai committed Jan 29, 2025
1 parent 8ac0b2f commit b81f5a8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-countries-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-spoons-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-eagles-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-fans-hide.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/relay-environment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @spear-ai/relay-environment

## 3.0.0

### Major Changes

- [#394](https://github.com/spear-ai/ui/pull/394) [`8ac0b2f`](https://github.com/spear-ai/ui/commit/8ac0b2f9733625e143aa126fdda6ddf52d02305e) Thanks [@psirenny](https://github.com/psirenny)! - Requests now throw an `HTTPError` when they timeout or when they return a non-200 status code.

### Minor Changes

- [#394](https://github.com/spear-ai/ui/pull/394) [`8ac0b2f`](https://github.com/spear-ai/ui/commit/8ac0b2f9733625e143aa126fdda6ddf52d02305e) Thanks [@psirenny](https://github.com/psirenny)! - Added debug logging and the ability to pass in a custom logger.

- [#394](https://github.com/spear-ai/ui/pull/394) [`8ac0b2f`](https://github.com/spear-ai/ui/commit/8ac0b2f9733625e143aa126fdda6ddf52d02305e) Thanks [@psirenny](https://github.com/psirenny)! - Backed requests with the [ky](https://github.com/sindresorhus/ky) library which adds support for custom hooks. This makes it easier to integrate authentication workflows.

- [#394](https://github.com/spear-ai/ui/pull/394) [`8ac0b2f`](https://github.com/spear-ai/ui/commit/8ac0b2f9733625e143aa126fdda6ddf52d02305e) Thanks [@psirenny](https://github.com/psirenny)! - Added request retries and timeouts.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-environment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spear-ai/relay-environment",
"version": "2.0.0",
"version": "3.0.0",
"description": "Spear AI Relay Environment",
"author": {
"name": "Spear AI",
Expand Down

0 comments on commit b81f5a8

Please sign in to comment.