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.7.0](changes_2.7.0.md)
* [2.6.0](changes_2.6.0.md)
* [2.5.0](changes_2.5.0.md)
* [2.4.0](changes_2.4.0.md)
Expand Down Expand Up @@ -28,6 +29,7 @@
hidden:
---
unreleased
changes_2.7.0
changes_2.6.0
changes_2.5.0
changes_2.4.0
Expand Down
13 changes: 13 additions & 0 deletions doc/changes/changes_2.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 2.7.0 - 2026-02-11

## Summary

This release makes a breaking change in the format of the generated SaaS database name.

## Refactorings

* #128: Explicitly configured validation of SaaS SSL certificates in pyexasol connection

## Bugfixes

* #135: Made the database name semi-unique.
12 changes: 0 additions & 12 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
# Unreleased

## Summary

tbd.

## Refactorings

* #128: Explicitly configured validation of SaaS SSL certificates in pyexasol connection

## Bugfixes

* #135: Made the database name semi-unique.
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 = "2.6.0"
version = "2.7.0"
requires-python = ">=3.10.0,<4.0"
description = "API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services"
authors = [
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.