quartz/content/releases/Release Notes 05.15.25.md
majorplastic 41481a4254
05.15.25 release notes (#101)
* 05.15.25 release notes

* code formatting
2025-05-15 17:09:56 -04:00

1.1 KiB

title date tags
Release Notes 05.15.25 05.15.25
releases
demos
announcements
honcho
dev

Honcho Updates v1.1.0

Improved query speed performance and enhanced debugging capabilities.

Changelog

ADDED

  • Normalize resources to remove joins and increase query performance
  • Query tracing for debugging

CHANGED

  • /list endpoints to not require a request body
  • metamessage_type to label with backwards compatability
  • Database Provisiong to rely on alembic
  • Database Session Manager to explicitly rollback transactions before closing the connection

FIXED

  • Alembic Migrations to include initial database migrations
  • Sentry Middleware to not report Honcho Exceptions