Skip to content

Releases: agentuity/sdk

Release 3.1.4

25 Jun 22:36
v3.1.4
421189f

Choose a tag to compare

Release 3.1.3

25 Jun 18:47
v3.1.3
d2b3020

Choose a tag to compare

New Features

Breaking Changes

Improvements

  • Simplify the genesis required arguments for auth middleware (#1594) — Jeff Haynie

Bug Fixes

Internal

  • Add OSV scanner configs to CI (#1586) — Gabriel Rodrigues Campos
    Release notes generated with 5 New Features, 1 Breaking Change, 1 Improvement, 5 Bug Fixes, and 1 Internal change.

Release 2.0.30

25 Jun 23:54
b5060bb

Choose a tag to compare

Release 2.0.30 Pre-release
Pre-release

Here are the release notes for v2.0.30:

New Features

Improvements

Bug Fixes

Documentation

Release 3.1.2

24 Jun 16:26
v3.1.2
35585f3

Choose a tag to compare

New Features

Bug Fixes

Internal

Release 2.0.29

23 Jun 14:36
29ce7d2

Choose a tag to compare

Release 2.0.29 Pre-release
Pre-release

Release 2.0.29

Release 3.1.1

18 Jun 15:47
v3.1.1
948c3a4

Choose a tag to compare

Release 3.0.12

18 Jun 15:41
v3.0.12
c8d1c7a

Choose a tag to compare

  • Bug Fixes
    • Fixed a CLI shell parsing issue by using a block-comment polyglot shim to avoid // errors. — Gabriel Rodrigues Campos

Release 3.1.0

17 Jun 23:46
v3.1.0
700f1b4

Choose a tag to compare

Release 3.1.0 Pre-release
Pre-release

Release 3.0.11

17 Jun 20:18
v3.0.11
1aa7274

Choose a tag to compare

Release 3.0.10

15 Jun 19:14
0ce19f7

Choose a tag to compare

Bug Fixes

  • Fixed sandbox execution hangs within SDK Explorer [#1559]. Parteek Singh
  • Restored previous behavior for the sandbox package and API use cases [#1560]. Parteek Singh
  • Corrected environment variable guidance within SDK Explorer demos and storage context [#1555]. Parteek Singh

Documentation

  • The documentation sync process was updated to tolerate deployment rollouts, ensuring reliable documentation build pipelines [#1558]. Parteek Singh

Internal

  • Updated the publishing workflow to use bun login authentication flow instead of relying on the NPM One-Time Password (OTP) process [#1562]. This change enhances deployment stability for contributors. Bobby Christopher