v1.0.0
·
1409 commits
to development
since this release
Release v1.0.0
✨ Features
- Publisher-Subscriber support for Apache Kafka and Google PubSub.
- Postgres support for the SQL database has been added,
DB_DIALECT
is the environment variable used to define which driver is used by GoFr application. - Added
REMOTE_LOG_FETCH_INTERVAL
to let the user configure log fetch interval from the remote logging service (default value is 15 seconds). - Add
ExecContext
method for SQL datasources.
🐞 Fixes
- Renamed the
DB
object toSQL
in container and migration datasources. - Fix response message of aliveness handler to the following :
{ "data": { "status": "UP" } }
- Fix JSON keys for redis migration entry to follow camelcase.