-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Upgrade dependencies * Adapt previous version jar * Add changelog entry * Upgrade dependencies * Update class list * Fix extension tests * Skip class list test for Exasol 7.1 * Sort classes list * Update class list * Update class list * Ignore sporadic changes in classes list * Update release date
- Loading branch information
1 parent
e7648a8
commit 6748d4c
Showing
17 changed files
with
11,394 additions
and
11,348 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,43 @@ | ||
# S3 Document Files Virtual Schema 3.0.6, released 2024-05-08 | ||
|
||
Code name: Improve error handling for extension | ||
|
||
## Summary | ||
|
||
This release improves error handling when creating a new Virtual Schema using the extension: the extension now checks if a schema with the same name exists and returns a helpful error message. This check is case-insensitive because Exasol's `CONNECTION` names are also case-insensitive. | ||
|
||
## Bugfix | ||
|
||
* #164: Improved error handling for creating Virtual Schema using the extension | ||
|
||
## Dependency Updates | ||
|
||
### Virtual Schema for Document Data in Files on AWS S3 | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `software.amazon.awssdk:s3:2.25.27` to `2.25.45` | ||
|
||
#### Runtime Dependency Updates | ||
|
||
* Updated `org.slf4j:slf4j-jdk14:2.0.12` to `2.0.13` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `com.amazonaws:aws-java-sdk-s3:1.12.697` to `1.12.715` | ||
* Updated `com.exasol:exasol-test-setup-abstraction-java:2.1.2` to `2.1.3` | ||
* Updated `com.exasol:extension-manager-integration-test-java:0.5.8` to `0.5.11` | ||
* Updated `com.exasol:small-json-files-test-fixture:0.1.9` to `0.1.10` | ||
* Updated `com.exasol:udf-debugging-java:0.6.12` to `0.6.13` | ||
* Updated `com.fasterxml.jackson.core:jackson-databind:2.17.0` to `2.17.1` | ||
|
||
### Extension | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `@exasol/extension-manager-interface:0.4.1` to `0.4.2` | ||
|
||
#### Development Dependency Updates | ||
|
||
* Updated `typescript-eslint:^7.5.0` to `^7.8.0` | ||
* Updated `typescript:^5.4.4` to `^5.4.5` |
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
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
Oops, something went wrong.