Unclaimed project
Are you a maintainer of gofr? Claim this project to take control of your public changelog and roadmap.
Changelog
An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability.
GoFr now implements automatic migration locking for SQL and Redis datasources.
Circuit Breaker Concurrency - Resolved an issue where the Circuit Breaker was erroneously enforcing sequential execution on parallel HTTP requests. This fix restores the expected concurrent behavior, significantly improving throughput for service calls.
Datasource Resource Management - Fixed goroutine leaks that occurred during the shutdown process for SQL and Redis datasources. This ensures proper resource cleanup and cleaner application termination.
Migration Version Consistency - Fixed a bug where the last migration version was not being correctly fetched across the entire chain of datasources. This ensures accurate migration state tracking, particularly in multi-datasource configurations.