Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changes

* [unreleased](unreleased.md)
* [1.1.0](changes_1.1.0.md)
* [1.0.0](changes_1.0.0.md)
* [0.10.0](changes_0.10.0.md)
* [0.9.0](changes_0.9.0.md)
Expand All @@ -19,6 +20,7 @@
hidden:
---
unreleased
changes_1.1.0
changes_1.0.0
changes_0.10.0
changes_0.9.0
Expand Down
29 changes: 29 additions & 0 deletions doc/changes/changes_1.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 1.1.0 - 2025-04-07

## Summary

This release updates the Python API generated from file `openapi.json`.

Changes to `open-api.json` in detail:

Endpoint was renamed
* from `/api/v1/accounts/{accountId}/databases/{databaseId}/database_settings`
* to `/api/v1/accounts/{accountId}/databases/{databaseId}/settings`

Method `GET` was added for endpoint
* `/api/v1/accounts/{accountId}/databases/{databaseId}/upgrade`

Changes to models below `components` / `schemas`:

Attribute `streamType` was added to
* `CreateDatabase` / `properties`
* `Database` / `properties` / `settings` / `required`
* `Database` / `properties` / `settings` / `properties`
* `DatabaseSettings` / `required`
* `DatabaseSettings` / `properties`

Model `DatabaseUpgradeInfo` was added.

* Refactorings

* #88: Updated `openapi.json`

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

185 changes: 185 additions & 0 deletions exasol/saas/client/openapi/api/databases/get_database_upgrade_info.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions exasol/saas/client/openapi/models/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions exasol/saas/client/openapi/models/create_database.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions exasol/saas/client/openapi/models/database_settings.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading