Skip to content

Commit

Permalink
Merge pull request #46 from plastic-labs/rn_02.08.24_chl
Browse files Browse the repository at this point in the history
02.08.24 release notes
  • Loading branch information
vintrocode authored Feb 8, 2024
2 parents da46fb6 + 7873152 commit d912f22
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ It’s our mission to realize this future.

## Release Notes

[[Release Notes 02.01.24]]
[[Release Notes 02.08.24]]
[[Release Notes 02.01.24]]

([Subscribe](https://plasticlabs.typeform.com/honchoupdates))
([Subscribe](https://plasticlabs.typeform.com/honchoupdates))
30 changes: 30 additions & 0 deletions content/releases/Release Notes 02.08.24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Today we're releasing some much needed reliability and usability updates to Honcho. 

This one's for the nerds...well, except for one *meta* feature 👀.

You can also [subscribe to these updates](https://plasticlabs.typeform.com/honchoupdates).

## Honcho v0.0.2

### ADDED
- An asynchronous client for all methods

- *Metamessages* to allow for more complex agents

- Paginated results for GET requests to support large numbers of Sessions, Messages, and Metamessages

- `created_at` field to all tables to give timestamps

- Singular `get_message` method for retrieving individual messages

- Size limits for string fields based on common database limits--65535 characters for message content and 512 characters for all other string fields

### CHANGED
- Default API rate limit raised to 100/minutes

- Default ID type to use UUIDs for built in robustness

- `session.delete()` is now `session.close()` to more accurately reflect functionality

### REMOVED
- Messages from Session GET requests to decrease payload size

0 comments on commit d912f22

Please sign in to comment.