Releases: exasol/script-languages-container-tool
3.4.1
3.4.0
3.4.0 - 2025-07-04
Features
- #292: Created a new nox task to clean up images on dockerhub
Refactorings
- #301: Updated PTB and workflows and activate generation of GH pages
- #305: Updated exasol-bucketfs to 2.0.0
Security
- #303: Updated dependencies on top of 3.3.0, including exasol-toolbox to 1.6.0
Bugfixes
- Changed referenced link to external link in README due to issues with PyPi & GitHub rendering
3.3.0
3.3.0 - 2025-06-02
This release aims to avoid leakage of security credentials in log files. Also, it updates the Python dependencies.
Security
- #293: Updated poetry dependencies
- Fixed CVE-2025-47287 in transitive productive dependency
tornado
vialuigi
by updatingtornado
to version6.5.1
- Fixed CVE-2025-47273 in transitive dev dependency
setuptools
viaexasol-toolbox
,bandit
,stevedore
by updatingsetuptools
to version80.9.0
- Fixed CVE-2025-47287 in transitive productive dependency
Refactorings
3.2.0
3.2.0 - 2025-05-22
This release provides a flag for GPU support when running integration tests. Additionally, it has some bugfixes and internal improvements.
Bugs
- #284: Fixed problem with
run-db-test
integration testtest_run_db_test_docker_credentials
- #285: Fixed problem with
run-db-test
option --test-file
Refactorings
- #252: Update Github workflows from Exasol toolbox
Features
- #283: Added GPU Support for
run-db-test
3.1.0
3.0.0
2.0.0
1.1.0
1.1.0 - 2025-01-29
Code name: Language Definition and Export optimization
Summary
This release optimizes the export step to minimize disk space. Also, it adds support for the language_definitions.json
. Besides this it also contains some refactorings.
Features
- #245: Implemented support for Json for language definition
- #263: Extended language_definitions.json with deprecation fields
Refactoring
- #254: Replaced
set-output
GH command and updated Python Toolbox and ITDE - #257: Updated formating rules
- #256: Fixed type hints
- #258: Minimize disk space during export
- #253: Fixed help text for exaslct
Documentation
- #243: Removed incomplete title in user guide
1.0.0
Script-Languages-Container-Tool 1.0.0, released 2024-09-04
Code name: Major refactoring and new deployment API
Summary
This release changed the directory structure and aimed to separate the public and internal modules.
Also, the project now uses the exasol-toolbox
to execute code quality CI jobs. There are new functions which
simplify the deployments of Script Language Containers on BucketFS.
The new API improves the generation of the Language Activation commands and provides new objects which contain
more detailed information about the installed Script Language Containers in BucketFS.
Features
#218: Added an option to ignore certificate errors for upload command
#231: Extended LanguageDefinitionComponents
Refactoring
#219: Replaced deprecated bucketfs API by new API
#171: Improved api generate_language_activation
#230: Created new method deploy
with similar parameters as in python-extension-common
#234: Removed starter scripts
#237: Changed paths of package