Skip to content

Commit 8269bf2

Browse files
committed
Prepare for release
1 parent b1e2ccd commit 8269bf2

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you already have venv, but need to install dependencies required for developm
5454
5555
make venv-install
5656
57-
We are using `uv https://docs.astral.sh/uv/`_ for managing dependencies and building the package.
57+
We are using `uv <https://docs.astral.sh/uv/>`_ for managing dependencies and building the package.
5858
It allows to keep development environment the same for all developers due to using lock file with fixed dependency versions.
5959

6060
There are *extra* dependencies (included into package as optional):

docs/changelog/0.3.1.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
0.3.1 (2026-01-15)
2+
==================
3+
4+
Improvements
5+
------------
6+
7+
- Added table name validation - must be in format ``schema.table`` or ``namespace1.namespace2.table``.
8+
- Reduce worker image size by removing copies of ``.jar`` files.
9+
- Explicitly log transfer exception to avoid
10+
11+
Misc
12+
----
13+
14+
- Switch from ``poetry`` to ``uv`` for dependency management.
15+
- Reformat code using ``ruff format``.
16+
- Fix issues noted by ``ruff check``.
17+
- Dependency updates.

docs/changelog/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
:caption: Changelog
44

55
DRAFT
6+
0.3.1
67
0.3.0
78
0.2.5
89
0.2.4

0 commit comments

Comments
 (0)