Skip to content

v1.0.0

Compare
Choose a tag to compare
@vipul-rawat vipul-rawat released this 27 Feb 11:38
· 1409 commits to development since this release
c068bf2

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 to SQL 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.