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
7 changes: 5 additions & 2 deletions doc/changes/changes_0.3.0.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Saas API Python 0.3.0, released tbd
# Saas API Python 0.3.0, released 2024-05-14

## Summary

This release adds integration tests for the most important calls to SaaS API.
This release renamed the package published on pypi from `saas-api` to `exasol-saas-api`. The old package has been removed to avoid confusion.

Additionally, this release adds integration tests for the most important calls to SaaS API.

## Refactorings

Expand All @@ -17,3 +19,4 @@ This release adds integration tests for the most important calls to SaaS API.
## Bugfixes

* #34: Fixed handling secrets in CI/CD build
* #28: Renamed pypi package from `saas-api` to `exasol-saas-api`
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "saas-api"
name = "exasol-saas-api"
version = "0.3.0"
description = "API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services"
packages = [ {include = "exasol"}, ]
Expand Down