Skip to content

Commit 106e423

Browse files
pw-ppodhajskiManul from Pathway
authored andcommitted
Pathway 0.24.1 Release
GitOrigin-RevId: f9a6a0025c6c43acc37173dc421eb1a6c63b06db
1 parent d1729ac commit 106e423

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
## [Unreleased]
77

8+
## [0.24.1] - 2025-07-03
9+
810
### Added
911
- Confluent Schema Registry support in Kafka and Redpanda input and output connectors.
1012

1113
### Changed
1214
- `pw.io.airbyte.read` will now retry the pip install command if it fails during the installation of a connector. It only applies when using the PyPI version of the connector, not the Docker one.
1315

14-
## [24.0.0] - 2025-06-26
16+
## [0.24.0] - 2025-06-26
1517

1618
### Added
1719
- `pw.io.mqtt.read` and `pw.io.mqtt.write` methods for reading from and writing to MQTT.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pathway"
3-
version = "0.24.0"
3+
version = "0.24.1"
44
edition = "2021"
55
publish = false
66
rust-version = "1.82"

0 commit comments

Comments
 (0)