5.16.24. rn

This commit is contained in:
Courtland Leer 2024-05-16 12:04:24 -04:00
parent b603a83548
commit ab49dc4296
3 changed files with 44 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

View File

@ -12,7 +12,7 @@ tags:
Some content & code for ya today: 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]] - [[A Simple Honcho Primer|A Simple Honcho Primer]]
@ -35,7 +35,7 @@ ADDED
- Get by ID routes for users and collections - Get by ID routes for users and collections
CHANGED CHANGED
- Authentication Middleware now implemented using built-in FastAPI Security - Authentication middleware now implemented using built-in FastAPI Security
module module
- Get by name routes for users and collections now include "name" in slug - Get by name routes for users and collections now include "name" in slug

View File

@ -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