Skip to content

Releases: exasol/script-languages-container-tool

3.1.0

09 Apr 10:06
f737e53
Compare
Choose a tag to compare

3.1.0 - 2025-04-09

Features

  • #273: Added option "use-existing-container" to run-db-test task
  • #277: Added option to export the container to a uncompressed tar

Refactorings

  • #275: Updated to poetry 2.1.2
  • #276: Fix type hints in task generator functions

Security

  • #280: Updated Ubuntu version for integration tests

3.0.0

13 Mar 13:04
3171705
Compare
Choose a tag to compare

3.0.0 - 2025-03-13

Refactorings

  • #270: Update ITDE to 4.0.0

2.0.0

04 Feb 14:35
d0caf9d
Compare
Choose a tag to compare

2.0.0 - 2025-02-04

Code name: Fixed Language Definition Model

Summary

This release has a small fix for the Language Definition Model and increases it's schema version to 2.

Refactorings

  • #266: Fix SLCParameter and LanguageDefinition

1.1.0

29 Jan 15:53
1763f95
Compare
Choose a tag to compare

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

04 Sep 10:00
9880a3b
Compare
Choose a tag to compare

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

0.21.0

13 Aug 15:47
5194563
Compare
Choose a tag to compare

Script-Languages-Container-Tool 0.21.0, released 2024-08-13

Code name: Empty manifest

Summary

This release adds support for the creation of an empty manifest JSON file in the exported Script-Lanugages-Container.

Features

#221: Added an empty manifest to script language containers

0.20.0

09 Jul 09:51
ea553e9
Compare
Choose a tag to compare

Script-Languages-Container-Tool 0.20.0, released 2024-07-09

Code name: Fix vulnerabilities

Summary

This release fixes the following vulnerabilities by updating dependencies:

  • CVE-2024-35195 in dependency requests in versions < 2.32.0 caused by requests Session object not verifying requests after making first request with verify=False
  • CVE-2024-37891 in transitive dependency via boto3 to urllib3 in versions < 2.2.2 caused by proxy-authorization request header not to be stripped during cross-origin redirects as no update of notebook-connector is available, yet.
  • GHSA-w235-7p84-xx57 in transitive dependency via luigi to tornado in versions < 6.4.1 enabling CRLF injection in CurlAsyncHTTPClient headers.
  • GHSA-753j-mpmx-qq6g in transitive dependency via luigi to tornado in versions < 6.4.1 due to inconsistent interpretation of HTTP Requests ('HTTP Request/Response Smuggling')

However, the release ignores the following vulnerabilities

  • GHSA-753j-mpmx-qq6g in dependency configobj in versions ≤ 5.0.8 being ReDoS exploitable by developers using values in a server-side configuration file as SLCT is used only client side and a patched version is not available, yet.

Security Issues

  • #216: Updated dependencies to fix vulnerabilities

0.19.0: Updated dependencies

22 May 17:45
90261c0
Compare
Choose a tag to compare

Summary

This releases updated the dependency to exasol-integration-test-docker-environment and updates to Python3.10.

Refactorings

  • #212: Updating dependencies and Python

0.18.3: Pinned dependencies

13 May 11:59
f906087
Compare
Choose a tag to compare

Summary

This releases the pinned dependency docker and docutils.

Refactoring

  • #209: Fixed CI tests

0.18.2

19 Feb 18:28
1d7fa3f
Compare
Choose a tag to compare

Script-Languages-Container-Tool 0.18.0, released 2024-02-19

Code name: Remove typeguard pin

Summary

This releases the pinned dependency typeguard.

Refactoring

  • #207: Remove typeguard pin