Skip to content

Commit 65f50de

Browse files
committed
Prepare for release
1 parent 1c365d1 commit 65f50de

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/changelog/0.4.3.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
0.4.3 (2025-11-21)
2+
==================
3+
4+
Features
5+
---------
6+
7+
- Disable ``server.session.enabled`` by default. It is required only by KeycloakAuthProvider which is not used by default.
8+
9+
Bug Fixes
10+
---------
11+
12+
- Escape unprintable ASCII symbols in SQL queries before storing them in Postgres. Previously saving queries containing ``\x00`` symbol lead to exceptions.
13+
- Kafka topic with malformed messages doesn't have to use the same number partitions as input topics.
14+
- Prevent OpenLineage from reporting events which claims to read 8 Exabytes of data, this is actually a Spark quirk.

0 commit comments

Comments
 (0)