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