Skip to content

Commit 161b583

Browse files
authored
Prepare release 2.3.0 (#326)
1 parent efde67d commit 161b583

File tree

5 files changed

+41
-20
lines changed

5 files changed

+41
-20
lines changed

doc/changes/changelog.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changes_2.3.0.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# 2.3.0 - 2025-12-17
2+
This release includes several improvements of the `ScriptLanguagesContainer` interfaces which aim to improve robustness to manage the Script-Languages-Container in the related notebooks. Also, it added the UI implementation for the SCS main configuration. Besides, there were several internal improvements.
3+
4+
5+
## Documentation
6+
7+
* #304: Described UI test categories in Developer Guide
8+
9+
## Refactoring
10+
11+
* #314: Added more robust for class ScriptLanguageContainer
12+
* #316: Implemented consistency check for workspace in ScriptLanguageContainer.create()
13+
14+
## Features
15+
16+
* #297: Added UI tests for the SCS main configuration dialog and a dedicated GitHub workflow
17+
* #287: working examples for functional UI
18+
* #319: Add restore_package_file method to class ScriptLanguagesContainer
19+
* #318: Added method to generate and store language_definition
20+
* #317: Implemented reuse of workspace directory
21+
22+
## Dependency Updates
23+
24+
### `main`
25+
* Updated dependency `exasol-integration-test-docker-environment:4.4.1` to `5.0.0`
26+
* Updated dependency `exasol-saas-api:2.4.0` to `2.6.0`
27+
* Updated dependency `exasol-script-languages-container-tool:3.4.1` to `3.5.0`
28+
* Added dependency `pickleshare:0.7.5`
29+
* Updated dependency `polars:1.35.2` to `1.36.1`
30+
* Updated dependency `sqlcipher3-binary:0.5.4` to `0.5.4.post2`
31+
* Updated dependency `yaspin:3.3.0` to `3.4.0`
32+
33+
### `dev`
34+
* Added dependency `notebook:7.5.0`
35+
* Updated dependency `pytest-exasol-backend:1.2.2` to `1.2.4`
36+
* Updated dependency `pytest-ipywidgets:1.54.0` to `1.55.1`

doc/changes/unreleased.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1 @@
11
# Unreleased
2-
* #287: working examples for functional UI
3-
* #297: Added UI tests for the SCS main configuration dialog and a dedicated GitHub workflow
4-
5-
## Documentation
6-
7-
* #304: Described UI test categories in Developer Guide
8-
9-
## Refactoring
10-
11-
* #314: Added more robust for class ScriptLanguageContainer
12-
* #316: Implemented consistency check for workspace in ScriptLanguageContainer.create()
13-
14-
## Features
15-
16-
* #319: Add restore_package_file method to class ScriptLanguagesContainer
17-
* #318: Added method to generate and store language_definition
18-
* #317: Implemented reuse of workspace directory

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "exasol-notebook-connector"
3-
version = "2.2.3"
3+
version = "2.3.0"
44
requires-python = ">=3.10,<3.13"
55
description = "Components, tools, APIs, and configurations in order to connect Jupyter notebooks to Exasol and various other systems."
66
packages = [{ include = "exasol" }, ]

version.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)