diff --git a/content/assets/come and take it (honcho).png b/content/assets/come and take it (honcho).png new file mode 100644 index 0000000000000..85a119ec918ab Binary files /dev/null and b/content/assets/come and take it (honcho).png differ diff --git a/content/releases/Release Notes 05.09.24.md b/content/releases/Release Notes 05.09.24.md index 13be34478830b..ba2b0f0da093e 100644 --- a/content/releases/Release Notes 05.09.24.md +++ b/content/releases/Release Notes 05.09.24.md @@ -12,7 +12,7 @@ tags: Some content & code for ya today: -- [[SDK-Design|Blog post in SDK design]] +- [[SDK-Design|Blog post on SDK design]] - [[A Simple Honcho Primer|A Simple Honcho Primer]] @@ -35,7 +35,7 @@ ADDED - Get by ID routes for users and collections CHANGED -- Authentication Middleware now implemented using built-in FastAPI Security +- Authentication middleware now implemented using built-in FastAPI Security module - Get by name routes for users and collections now include "name" in slug diff --git a/content/releases/Release Notes 05.16.24.md b/content/releases/Release Notes 05.16.24.md new file mode 100644 index 0000000000000..0c4c9ebe1bcc4 --- /dev/null +++ b/content/releases/Release Notes 05.16.24.md @@ -0,0 +1,42 @@ +--- +title: Release Notes 05.16.24 +date: 05.16.24 +tags: + - releases + - announcements + - honcho + - dev + - blog +--- +## News + +Big Honcho reno today: + +- Huge docs overhaul + +- Insights engine runs locally + +- Reliability improvements + +- Mirascope, Stainless + +- [Honcho v0.0.9](https://github.com/plastic-labs/honcho) + +[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 v0.0.9 + +ADDED +- Deriver to docker compose +- Postgres based Queue for background jobs + +CHANGED +- Deriver to use a queue instead of Supabase realtime +- Using Mirascope instead of LangChain + +REMOVED +- Legacy SDKs in preference for stainless SDKs