Skip to content

Releases: exasol/notebook-connector

0.3.0

09 Sep 15:09
0038a94
Compare
Choose a tag to compare

Exasol Notebook Connector 0.3.0, released 2024-09-09

Code name: Support existing DockerDB and bug fixes

Summary

This release adds support to use an instance of the DockerDB provided externally and fixes some minor bugs.

Features

  • #131: Let the itde_manager use an instance of the DockerDB provided externally.

Bugfixes

  • #133: Fixed the following defects:
    • Using the allow_override option when deploying a language container.
    • Storing internal bucket-fs host and port in a bucket-fs connection object.

Refactoring

  • 125: Pin Script-Language-Release repository to tag 8.2.0

0.2.9

14 Aug 09:13
9ca32ea
Compare
Choose a tag to compare

0.2.9 - 2024-08-14

Features

  • #89: Enabled connecting a new AI-Lab container to the Docker DB network when the latter container restarts.
  • #103: Enabled SaaS connections for both the database and the BucketFS.
  • #110: Added the support of SaaS to the extension wrappers.
    • Added SaaS configuration parameters in a call to the language container deployer.
    • Changed how the bucketfs parameters are stored in a connection object.
  • #123 Added a function that opens a connection to Ibis.

Bugfixes

  • AI-Lab#230: Fixed AI-Lab connection via SQLAlchemy.
    • Enabled fingerprints in the host name.
    • Fixed handling of special characters in the password.
  • #99: Fixed protocol and TLS certificate verification option when creating a connection object with BucketFS credentials.
  • #108: Supplied the BucketFS service name when opening an on-prem bucketfs bucket.

Refactorings

  • #93: Refactoring the ITDE manager interface.
  • #94: Adding an integration test for restart_itde() in a container.
  • #95: Adding an integration test for get_itde_status() in a container.
  • #105: Added the new configuration element - storage_backend.
  • #116: Restricted compatibility to python ≥ 3.10.

0.2.8

22 Feb 12:08
9532180
Compare
Choose a tag to compare

Exasol Notebook Connector 0.2.8, released 2024-02-22

Summary

Enables the release to PyPi.

Changes

  • #88: Use pypi packages from transformers and sagemaker extension.

0.2.4

13 Dec 09:15
589c8a7
Compare
Choose a tag to compare

Exasol Notebook Connector 0.2.4, released 2023-12-13

Summary

This release adds a file search utility

Changes

  • #35: Add an upward file search utility

0.2.0

07 Nov 08:00
9f79441
Compare
Choose a tag to compare

Exasol Notebook Connector 0.2.0, released 2023-11-07

Summary

This release updates the README file and includes a refactored Secrets class.

Changes

  • #16: Added usage instructions for secret store
  • #17: Refactored Secrets class

0.1.0

17 Oct 13:29
b803306
Compare
Choose a tag to compare

Notebook Connector 0.1.0, released 2023-10-17

Summary

This release renamed the pypi release to exasol-notebook-connector, re-adds checks for python versions 3.10 and 3.11 and adds some details to the pypi releases.

Changes

  • #11: Updated release data

0.0.1

17 Oct 09:51
adc458b
Compare
Choose a tag to compare

Notebook Connector 0.0.1, released 2023-10-17

Summary

This release adds the initial implementation of the secret store

Changes

  • #1: Added secret store
  • #4: Added python toolbox
  • #7: Refactored secret store to store simple key/value pairs
  • #5: Added test case to verify that plain access to secret store fails
  • #8: Updated exasol python toolbox to version 0.5.0