Skip to content

v3.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 09:44
· 256 commits to master since this release
v3.0.1
da6382a

Changelog for 3.0.1

The following sections list the changes for 3.0.1.

Summary

  • Fix #270: Correctly store and retrieve records
  • Fix #272: Add SQLite and Genji if supported

Details

  • Bugfix #270: Correctly store and retrieve records

    We had introduced a bug while switching between golang's sqlx and sql packages, with this fix
    all workflows should be stored and retrieved correctly.

    You got to make sure to delete the database which have been created with the 3.0.0 release as the
    migration setup have been changed.

    #270

  • Bugfix #272: Add SQLite and Genji if supported

    We haven't been able to build all supported binaries as some have been lacking support for the
    use libraries for SQLite and Genji. We have added build tags which enables or disables the
    database drivers if needed.

    #272