15
0

- update to 2.14.2:

* added AI info
  * account name via -a flag now. should not be needed
  * stable diffusion example
  * move config info into code
  * first pass a new AI API calls
  * cleanup of usage, added more flag descriptions
  * cleanup of usage and getops values - now consistent
  * timeout values now work from config or api call,
    added support for image binary results, fixed logging if binary
  * handle raw byte output either via --image flag or if return
    from api is bytes
  * more api endpoints
  * added ips and issue114 tests
  * add importlib_resources info for older Python versions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudflare?expand=0&rev=26
This commit is contained in:
2023-11-29 12:12:08 +00:00
committed by Git OBS Bridge
parent ddd27b7a59
commit b10dcae365
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Nov 29 12:09:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.14.2:
* added AI info
* account name via -a flag now. should not be needed
* stable diffusion example
* move config info into code
* first pass a new AI API calls
* cleanup of usage, added more flag descriptions
* cleanup of usage and getops values - now consistent
* timeout values now work from config or api call,
added support for image binary results, fixed logging if binary
* handle raw byte output either via --image flag or if return
from api is bytes
* more api endpoints
* added ips and issue114 tests
* add importlib_resources info for older Python versions
-------------------------------------------------------------------
Thu Oct 5 09:47:35 UTC 2023 - Dirk Müller <dmueller@suse.com>