Release v1.46.0
✨ Features
🔹 OracleDB Migration Support
- Added OracleDB migrations with transaction support.
- Enables safe schema evolution with begin/commit/rollback semantics for Oracle-specific migrations.
🛠️ Bug Fixes
-
Custom Metrics Naming with OpenTelemetry
Previously, all custom metrics were forced to include a_totalsuffix, causing incorrect or duplicate metric names due to internal upgradation of OTEL Package. Now, Metrics can be defined without the mandatory suffix and behave as originally intended. -
EventHub Subscription Fix
Previously, EventHub subscribers were unable to consume events published in the system. Now, Subscribers can successfully receive and process published events.
✨ Developer Experience
- Docker Setup for HTTP Server Example
Improved the Docker setup for the demohttp-server. You can now explore and run it easily at:
👉gofr/examples/http-server