We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3052c0e commit 2d604d5Copy full SHA for 2d604d5
1 file changed
docs/changelog/0.3.1.rst
@@ -6,12 +6,12 @@ Improvements
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
+- Explicitly log transfer exception instead of ``raised unexpected: UnpickleableExceptionWrapper`` by celery.
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``.
+- Switch from ``black`` to ``ruff format``.
+- Switch from ``flake8+wemake-python-styleguide`` to ``ruff check``, and fix found code smells.
17
- Dependency updates.
0 commit comments