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)
* [2.4.0](changes_2.4.0.md)
* [2.3.0](changes_2.3.0.md)
* [2.2.0](changes_2.2.0.md)
* [2.1.0](changes_2.1.0.md)
Expand All @@ -25,6 +26,7 @@
hidden:
---
unreleased
changes_2.4.0
changes_2.3.0
changes_2.2.0
changes_2.1.0
Expand Down
27 changes: 27 additions & 0 deletions doc/changes/changes_2.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 2.4.0 - 2025-10-27
This release updates the Python API generated from file `openapi.json`.

The following items are added to `open-api.json`:

* `paths` / `/api/v1/accounts/{accountId}/databases/{databaseId}/schedules/{actionId}/state`
* `paths` / `/api/v1/accounts/{accountId}/databases/{databaseId}/schedules/{actionId}/cronRule`
* `components` / `schemas` / `Schedule`
* `components` / `schemas` / `ScheduleState`

## Refactorings

* #119: Updated Open API client

## Dependency Updates

### `main`
* Updated dependency `attrs:25.3.0` to `25.4.0`
* Updated dependency `requests:2.32.4` to `2.32.5`
* Updated dependency `types-requests:2.32.4.20250611` to `2.32.4.20250913`

### `dev`
* Updated dependency `exasol-toolbox:1.6.0` to `1.10.0`
* Updated dependency `openapi-python-client:0.25.1` to `0.25.3`
* Updated dependency `pyexasol:0.27.0` to `1.2.0`
* Updated dependency `pytest-mock:3.14.1` to `3.15.1`
* Updated dependency `types-python-dateutil:2.9.0.20250516` to `2.9.0.20251008`
136 changes: 136 additions & 0 deletions exasol/saas/client/openapi/api/databases/update_schedule_cron_rule.py

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

136 changes: 136 additions & 0 deletions exasol/saas/client/openapi/api/databases/update_schedule_state.py

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

6 changes: 6 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.

Loading