Skip to content

Commit ff5329d

Browse files
authored
#88: Updated openapi.json (#89)
* #88: Updated `openapi.json` * Prepare release 1.1.0
1 parent ef96bce commit ff5329d

14 files changed

+465
-52
lines changed

doc/changes/changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

33
* [unreleased](unreleased.md)
4+
* [1.1.0](changes_1.1.0.md)
45
* [1.0.0](changes_1.0.0.md)
56
* [0.10.0](changes_0.10.0.md)
67
* [0.9.0](changes_0.9.0.md)
@@ -19,6 +20,7 @@
1920
hidden:
2021
---
2122
unreleased
23+
changes_1.1.0
2224
changes_1.0.0
2325
changes_0.10.0
2426
changes_0.9.0

doc/changes/changes_1.1.0.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# 1.1.0 - 2025-04-07
2+
3+
## Summary
4+
5+
This release updates the Python API generated from file `openapi.json`.
6+
7+
Changes to `open-api.json` in detail:
8+
9+
Endpoint was renamed
10+
* from `/api/v1/accounts/{accountId}/databases/{databaseId}/database_settings`
11+
* to `/api/v1/accounts/{accountId}/databases/{databaseId}/settings`
12+
13+
Method `GET` was added for endpoint
14+
* `/api/v1/accounts/{accountId}/databases/{databaseId}/upgrade`
15+
16+
Changes to models below `components` / `schemas`:
17+
18+
Attribute `streamType` was added to
19+
* `CreateDatabase` / `properties`
20+
* `Database` / `properties` / `settings` / `required`
21+
* `Database` / `properties` / `settings` / `properties`
22+
* `DatabaseSettings` / `required`
23+
* `DatabaseSettings` / `properties`
24+
25+
Model `DatabaseUpgradeInfo` was added.
26+
27+
* Refactorings
28+
29+
* #88: Updated `openapi.json`

exasol/saas/client/openapi/api/databases/get_database_settings.py

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exasol/saas/client/openapi/api/databases/get_database_upgrade_info.py

+185
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exasol/saas/client/openapi/api/databases/set_auto_updates_database.py

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exasol/saas/client/openapi/models/__init__.py

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exasol/saas/client/openapi/models/create_database.py

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exasol/saas/client/openapi/models/database_settings.py

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)