Tags give the ability to mark specific points in history as being important
-
-
-
v0.2.1
4ef2417a · ·v0.2.1 - Automatic status code capture Patch release that improves status code tracking: - Automatically captures HTTP status codes from responses - Removes requirement for manual x-status-code header - Adds comprehensive README documentation BREAKING CHANGE: The x-status-code header is no longer used. Status codes are now captured automatically.
-
v0.2.0
55bdfb6e · ·v0.2.0 - Remove database pool dependencies Major refactoring release that removes database-specific functionality: - Simplified GetMonitor() interface (no longer requires pool parameter) - Removed Use() middleware function - Removed all pgxpool and database dependencies - Added comprehensive test suite - Added Makefile for development workflow - Added CHANGELOG.md BREAKING CHANGES: This release contains breaking API changes. See CHANGELOG.md for migration details.