-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add documentation build folder to .gitignore * #75 Added SaaS tests
- Loading branch information
Showing
5 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 0.7.0 - 2024-10-07 | ||
|
||
## Features | ||
|
||
* #66: Implemented a standard CLI options builder. | ||
* #70: Implemented a CLI callback function for the language container deployment. | ||
* #69: Added create_bucketfs_location function. | ||
* #75: Added create_bucketfs_location_from_conn_object function. | ||
* #74: Implemented a CLI callback function for creating a bucket-fs connection object. | ||
|
||
# Refactoring | ||
|
||
* #68: Made open_pyexasol_connection(...) using kwargs derived from the cli options. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1 @@ | ||
# Unreleased | ||
|
||
## Features | ||
|
||
* #66: Implemented a standard CLI options builder. | ||
* #70: Implemented a CLI callback function for the language container deployment. | ||
* #69: Added create_bucketfs_location function. | ||
* #75: Added create_bucketfs_location_from_conn_object function. | ||
* #74: Implemented a CLI callback function for creating a bucket-fs connection object. | ||
|
||
# Refactoring | ||
|
||
* #68: Made open_pyexasol_connection(...) using kwargs derived from the cli options. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters