quartz/content/releases/Release Notes 02.23.24.md
Courtland Leer 6885111057 tags
2024-03-19 11:51:22 -04:00

42 lines
1.1 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Release Notes 02.23.24
date: 02.23.24
tags:
- releases
- honcho
- demos
- announcements
- dev
---
## News
*Big* stuff today.
- [A DSPy demo for Honcho](https://github.com/plastic-labs/honcho/tree/main/example/discord/honcho-dspy-personas)!
- [Honcho v0.0.4](https://github.com/plastic-labs/honcho/tree/v0.0.4)
- [[User State is State of the Art|A blog post exploring a new paradigm for user identity]]
We're spinning up lots of direct channels for teams building with Honcho. [Join our Discord](https://discord.gg/plasticlabs), and let's build together 🦾.
## Honcho v0.0.4
ADDED
- A User object for global user level metadata and more object oriented interface
- Reverse Pagination support to get recent messages, sessions, etc. more easily
- Linting Rules
CHANGED
- Get sessions method returns all sessions including inactive
- Using timestampz instead of timestamp
- `Client` renamed to `Honcho`
- `Honcho` takes in `app_name` instead of `app_id`. `app_name` needs to be a unique identifier
- `Honcho` object requires an `initialize()` call to be used