Skip to content

Commit aa035ed

Browse files
authored
Prepare release 1.1.1 (#96)
1 parent 4fd4ad0 commit aa035ed

File tree

5 files changed

+28
-25
lines changed

5 files changed

+28
-25
lines changed

doc/changes/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

33
* [unreleased](unreleased.md)
4+
* [1.1.1](changes_1.1.1.md)
45
* [1.1.0](changes_1.1.0.md)
56
* [1.0.0](changes_1.0.0.md)
67
* [0.10.0](changes_0.10.0.md)
@@ -20,6 +21,7 @@
2021
hidden:
2122
---
2223
unreleased
24+
changes_1.1.1
2325
changes_1.1.0
2426
changes_1.0.0
2527
changes_0.10.0

doc/changes/changes_1.1.1.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# 1.1.1 - 2025-05-05
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+
Added `streamDescription` to the models below `components` / `schemas`:
10+
11+
* `Database` / `properties` / `settings` / `required`
12+
* `Database` / `properties` / `settings` / `properties`
13+
* `DatabaseSettings` / `required`
14+
* `DatabaseSettings` / `properties`
15+
16+
## Refactorings
17+
18+
* #90: Updated open API client 2025-04-15
19+
* #92: Updated poetry to 2.1.2
20+
21+
## Security
22+
23+
* #92: Dependencies updated, especially jinja2 (3.1.5 -> 3.1.6)
24+
* #94: Fixed vulnerability CVE-2025-43859 in transitive dependency h11

doc/changes/unreleased.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1 @@
11
# Unreleased
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-
Added `streamDescription` to the models below `components` / `schemas`:
10-
11-
* `Database` / `properties` / `settings` / `required`
12-
* `Database` / `properties` / `settings` / `properties`
13-
* `DatabaseSettings` / `required`
14-
* `DatabaseSettings` / `properties`
15-
16-
## Refactorings
17-
18-
* #90: Updated open API client 2025-04-15
19-
* #92: Updated poetry to 2.1.2
20-
21-
## Security
22-
23-
* #92: Dependencies updated, especially jinja2 (3.1.5 -> 3.1.6)
24-
* #94: Fixed vulnerability CVE-2025-43859 in transitive dependency h11

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "exasol-saas-api"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services"
55
authors = [
66
{name="Christoph Kuhnke", email="[email protected]"},

version.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)