Skip to content

Releases: fetchai/uAgents

v0.7.0

13 Oct 11:20
69eb40d
Compare
Choose a tag to compare

New features

FIxes

Integrations

New Contributors

Full Changelog: v0.6.2...v0.7.0

v0.6.2

18 Sep 10:19
3bef47f
Compare
Choose a tag to compare

Fixes

  • fix: make http headers case insensitive by @jrriehl in #163

Integrations

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

14 Sep 15:49
f505b8d
Compare
Choose a tag to compare

New Features

Fixes

  • fix: Change package name by @qati in #156
  • fix: remove docstring that changed all model digests by @jrriehl in #157

New Contributors

  • @qati made their first contribution in #155

Full Changelog: v0.6.0...v0.6.1

v0.6.0

07 Sep 15:49
8068ca6
Compare
Choose a tag to compare

New features

Fixes

  • fix: registration exceptions and retries by @jrriehl in #128
  • fix: add new session id to envelope if not already present in context by @jrriehl in #145

Integrations

Docs

Dependencies

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

12 Jul 12:16
05b2ebc
Compare
Choose a tag to compare

Changes:

  • Minor updates to name service integration
  • Adds Context.send_raw(...) function

v0.5.0

15 Jun 09:59
716ae96
Compare
Choose a tag to compare

New features:

  • Python 3.11 support
  • Envelopes now include protocol digest when appropriate
  • Agents can now support queries for their protocol manifests
  • Envelope session ID is now used to keep track of dialogues between agents

v0.4.1

04 May 14:31
616daae
Compare
Choose a tag to compare

Update CosmPy dependency for better compatibility with other projects.

v0.4.0

17 Apr 15:36
83cc55e
Compare
Choose a tag to compare

New features:

  • Add mailbox support to Bureau agents
  • Update and reorganize examples

v0.3.2

30 Mar 12:07
6d2f3c0
Compare
Choose a tag to compare

New features:

  • Protocol manifests
  • Better startup task management
  • Agentverse mailbox integration

v0.3.1

28 Feb 14:43
95c10b6
Compare
Choose a tag to compare

Updates:

  • Includes required API key in mailbox server authentication flow