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.1](changes_1.1.1.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)
Expand All @@ -20,6 +21,7 @@
hidden:
---
unreleased
changes_1.1.1
changes_1.1.0
changes_1.0.0
changes_0.10.0
Expand Down
24 changes: 24 additions & 0 deletions doc/changes/changes_1.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 1.1.1 - 2025-05-05

## Summary

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

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

Added `streamDescription` to the models below `components` / `schemas`:

* `Database` / `properties` / `settings` / `required`
* `Database` / `properties` / `settings` / `properties`
* `DatabaseSettings` / `required`
* `DatabaseSettings` / `properties`

## Refactorings

* #90: Updated open API client 2025-04-15
* #92: Updated poetry to 2.1.2

## Security

* #92: Dependencies updated, especially jinja2 (3.1.5 -> 3.1.6)
* #94: Fixed vulnerability CVE-2025-43859 in transitive dependency h11
23 changes: 0 additions & 23 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
# Unreleased

## Summary

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

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

Added `streamDescription` to the models below `components` / `schemas`:

* `Database` / `properties` / `settings` / `required`
* `Database` / `properties` / `settings` / `properties`
* `DatabaseSettings` / `required`
* `DatabaseSettings` / `properties`

## Refactorings

* #90: Updated open API client 2025-04-15
* #92: Updated poetry to 2.1.2

## Security

* #92: Dependencies updated, especially jinja2 (3.1.5 -> 3.1.6)
* #94: Fixed vulnerability CVE-2025-43859 in transitive dependency h11
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "exasol-saas-api"
version = "1.1.0"
version = "1.1.1"
description = "API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services"
authors = [
{name="Christoph Kuhnke", email="christoph.kuhnke@exasol.com"},
Expand Down
2 changes: 1 addition & 1 deletion version.py

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