1.1.0 Changes since 1.0.1: - Added support for dynamically serving multiple sqlite databases dynamically from a single API server instance [1] - ara_record no longer instanciates it's own API client and will instead retrieve the client instance used by the callback. - Django's CONN_MAX_AGE database setting for configuring the duration of a database connection is now exposed [2] - The ARA API client timeout as configured by Ansible through the callback plugin is now always an integer. - The offline API client now has an argument to prevent SQL migrations from running automatically [3] For the ara_api Ansible role [4]: - The role no longer attempts to set up and manage a PID file when setting up a persistent service running with gunicorn. - The bundled selinux policy file for running out of a user's home directory has been updated and is now integration tested. - Added support and integration tests for deploying Django with the MySQL backend [1]: https://ara.readthedocs.io/en/latest/distributed-sqlite-backend.html [2]: https://ara.readthedocs.io/en/latest/api-configuration.html#ara-database-conn-max-age [3]: https://ara.readthedocs.io/en/latest/api-usage.html#ara-offline-api-client [4]: https://ara.readthedocs.io/en/latest/ansible-role-ara-api.html