forked from pool/python-ara
- version update to 1.1.0
* 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]
- test package (multibuild)
OBS-URL: https://build.opensuse.org/request/show/732867
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=7
36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Sep 24 07:42:45 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 1.1.0
|
|
* 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]
|
|
- test package (multibuild)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 3 14:57:08 UTC 2019 - Itxaka serrano <igarcia@suse.com>
|
|
|
|
- Move some requirements into recommends.
|
|
Ara has changed and its no longer bundling the server with the
|
|
main package, so most of the requirements related to the
|
|
django server can be moved into recommends. Ara will raise a
|
|
message if a user tries to execute the server part but the
|
|
requirements are missing.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 30 12:12:16 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 19 11:28:57 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
|
|
|
- Initial packaging (version 1.0.1)
|