From 57fb83271de545353f203a7345aa47d7a2ee87bd Mon Sep 17 00:00:00 2001 From: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com> Date: Thu, 23 May 2024 12:47:35 -0700 Subject: [PATCH] Release Note (#74) * Release Note * Added links to SDKs --- content/releases/Release Notes 05.23.24.md | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 content/releases/Release Notes 05.23.24.md diff --git a/content/releases/Release Notes 05.23.24.md b/content/releases/Release Notes 05.23.24.md new file mode 100644 index 000000000..cb7d18307 --- /dev/null +++ b/content/releases/Release Notes 05.23.24.md @@ -0,0 +1,45 @@ +--- +title: Release Notes 05.23.24 +date: 05.23.24 +tags: + - releases + - announcements + - honcho + - dev + - blog +--- +## News + +Honcho health improvements: + +- More docs overhaul + +- Issue templates and contribution guides + +- Reliability improvements + +- New versions of [Python](https://pypi.org/project/honcho-ai/) and [Node](https://www.npmjs.com/package/honcho-ai) SDKs + +[Sign-up for the private beta](https://plasticlabs.typeform.com/honchobeta) and start building personalized agent experiences. + +[Join Discord](https://discord.gg/plasticlabs), introduce yourself, and tell us what you're working on. + +[Visit our open-source repo](https://github.com/plastic-labs/honcho) and get your hands dirty. + +## Honcho + +ADDED +- Issue templates to repo +- Updated discord starter template +- Updated examples to honcho-python repository +- LangChain message converter integration + +FIXED +- metadata fields are treated as dicts in SDKs rather than base object types + +CHANGED +- HONCHO_AUTH_TOKEN is now HONCHO_API_KEY +- Get users and get sessions return 4xx exceptions if nothing is found. + +REMOVED +- DB_TYPE from .env.template