quartz/content/releases/Release Notes 02.23.24.md
Courtland Leer 6a92a26394 dspy blog/rn
2024-02-23 14:33:23 -05:00

32 lines
950 B
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.

## News
*Big* stuff today.
- A DSPy demo for Honcho!
- Honcho v0.0.4
- 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://mc.sendgrid.com/single-sends/f6b4e9ec-d1b9-11ee-a861-2a442512d272/editor/modules?moduleId=3132ac4a-0e6a-41d6-a023-b4348211294b.2), 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