honcho/api/CHANGELOG.md

671 B

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.0.2] — 2024-02-01

Added

  • Pagination for requests via fastapi_pagination
  • Metamessages
  • get_message routes
  • created_at field added to each Table
  • Message size limits

Changed

  • IDs are now UUIDs
  • default rate limit now 100 requests per minute

Removed

  • Removed messages from session response model

[0.0.1] — 2024-02-01

Added

  • Rate limiting of 10 requests for minute
  • Application level scoping