Release v1.0.0
✨ Features
- Publisher-Subscriber support for Apache Kafka and Google PubSub.
- Postgres support for the SQL database has been added,
DB_DIALECTis the environment variable used to define which driver is used by GoFr application. - Added
REMOTE_LOG_FETCH_INTERVALto let the user configure log fetch interval from the remote logging service (default value is 15 seconds). - Add
ExecContextmethod for SQL datasources.
🐞 Fixes
- Renamed the
DBobject toSQLin 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.