Skip to content

v3.3.0

Compare
Choose a tag to compare
@tchapi tchapi released this 30 Apr 19:26

What's Changed

  • [Database] Allow SQLite in #81
  • Add arm64 and amd64 to build targets for Docker image by @tandy-1000 in #92
  • Filter paths to run the CI only when needed
  • Chore: remove stream_get_contents() in #95

Note

This is 3.X branch's latest feature release. 4.X will drop support for PHP < 8.0.

New Contributors

SQLite

You can now use SQLite as a datastore. A sample docker-compose for SQLite is available in the repo to get you started. Please note that it is not extensively tested and that MariaDB is still the recommended database to run Davis

How to upgrade

Nothing to do, but make sure that you have upgraded to v3.1.0 before.

Full Changelog: v3.2.0...v3.3.0