Skip to content

Releases: exasol/saas-api-python

0.6.0

22 May 10:39
89af5ac
Compare
Choose a tag to compare

0.6.0 - 2024-05-22

Feature

  • #45 Added a helper function to assemble DB connection parameters.

Documentation

  • #50: Described release process in Developer Guide

Bugfixes

  • #44 Fixed the return value of the operational_saas_database_id fixture.

Refactoring

  • #19: Removed slack notifications for events other than schedule

0.5.0

16 May 15:44
6bad277
Compare
Choose a tag to compare

0.5.0 - 2024-05-16

Bugfixes

  • Fixed typehint for optional argument to enable usage with python 3.9

0.4.0

15 May 13:24
dd5f02b
Compare
Choose a tag to compare

0.4.0 - 2024-05-15

Summary

This release adds a method to get the data for establishing a connection to a SaaS database cluster and moves file api_access.py to package exasol/saas/client.

Refactorings

  • #31: Wrapped connect to cluster
  • #37: Moved file api_access.py to package exasol/saas/client

0.3.0

14 May 06:26
01451b5
Compare
Choose a tag to compare

Saas API Python 0.3.0, released 2024-05-14

Summary

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

  • #21: Added integration test for operation "create database"
  • #23: Added integration test for operation "add IP to whitelist"

Feature

  • #14: Added fixture waiting until SaaS database is running
  • #25: Fixed transitive dependencies required by generated API client

Bugfixes

  • #34: Fixed handling secrets in CI/CD build
  • #28: Renamed pypi package from saas-api to exasol-saas-api

0.2.0

24 Apr 14:08
95454ad
Compare
Choose a tag to compare
Prepare release 0.2.0 (#20)

set version to 0.2.0

0.1.0

22 Apr 11:14
cd80bde
Compare
Choose a tag to compare
Updated release date to today (#15)