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 intelligently manages its internal server lifecycle, conditionally booting the HTTP stack only when relevant components are registered.
Panic Prevention in DB Metrics: Added essential nil checks in the database operations logic to prevent potential panics during telemetry collection.
Migration Version Chaining: Fixed the chaining logic for fetching the last migration version to ensure consistency across complex deployments using multiple datasources.
Docker Compose Port Mappings: Resolved incorrect port assignments for Redis and MySQL in the http-server example, streamlining the local development environment.