15
0
forked from pool/python-ara

Accepting request 732867 from home:pgajdos

- 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
This commit is contained in:
Tomáš Chvátal
2019-09-24 08:45:20 +00:00
committed by Git OBS Bridge
parent b2d73a439f
commit 1027a8f59a
5 changed files with 52 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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>