-
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.
Update dependencies on top of 0.2.0 (#95)
* #94: Update dependencies on to of 0.2.1 --------- Co-authored-by: Christoph Pirkl <4711730+kaklakariada@users.noreply.github.com> Co-authored-by: Nicola Coretti <nico.coretti@gmail.com>
- Loading branch information
1 parent
d432415
commit 9802ea8
Showing
8 changed files
with
33 additions
and
31 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
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,11 +1,19 @@ | ||
# exasol-driver-lua 0.2.1, released 2023-06-?? | ||
# exasol-driver-lua 0.2.1, released 2024-07-?? | ||
|
||
Code name: Upgrade to Exasol 8 | ||
|
||
## Summary | ||
|
||
This release updates integration tests to additionally use Exasol version 8.18.1. | ||
This release updates integration tests to additionally use Exasol version 8.23.0. | ||
|
||
When running integration tests with `luarocks test` or `busted`, the environment variable `EXASOL_HOST` now has a default value `localhost` to make running tests more convenient. | ||
If you run local tests, the Exasol DB is most likely set up to forward the default database port to the localhost anyway. | ||
|
||
Additionally, coverage checks are now restricted to selected busted configurations. For example, it does not make sense to run with coverage on repeated tests. | ||
|
||
Integration test now succeeds with TLS 1.3 in addition to TLS 1.2 (version 8.18.0) | ||
|
||
## Tests | ||
|
||
* #56: Sped up repeated CI tests | ||
* #78: Added tests with Exasol 8 |
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
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