mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 10:54:06 -06:00
1.1 KiB
1.1 KiB
| title | date | tags | |||||
|---|---|---|---|---|---|---|---|
| Release Notes 05.09.24 | 05.09.24 |
|
News
Some content & code for ya today:
Sign-up for the private beta and start building personalized agent experiences.
Join Discord, introduce yourself, and tell us what you're working on.
Visit our open-source repo and get your hands dirty.
Honcho v0.0.8
ADDED
- NodeJS client library
- Documentation to OpenAPI
- Bearer token auth to OpenAPI routes
- Get by ID routes for users and collections
CHANGED
- Authentication middleware now implemented using built-in FastAPI Security
module - Get by name routes for users and collections now include "name" in slug
FIXED
- Error reporting for methods with integrity errors due to unique key
constraints