Skip to content

v2.11.0

Compare
Choose a tag to compare
@daniil-quix daniil-quix released this 20 Sep 11:08
· 97 commits to main since this release
20bf7b5

What's Changed

[New] Source API and built-in Sources

With the new Sources API, you can stream data from any data source to a Kafka topic and process it with Streaming DataFrames in the same application.

You can either use one of the built-in sources (e.g. KafkaReplicatorSource, CSVSource, QuixEnvironmentSource) or create a custom one.

To learn more about Sources, please see the Sources documentation

PRs: #420, #448, #490 , #494 , #495, #498, #506

Dependencies updates

  • Bump testcontainers from 4.8.0 to 4.8.1 by @dependabot in #492
  • Update pydantic requirement from <2.9,>=2.7 to >=2.7,<2.10 by @dependabot in #491
  • Update pydantic-settings requirement from <2.5,>=2.3 to >=2.3,<2.6 by @dependabot in #500

Documentation updates

Other changes

Full Changelog: v2.10.0...v2.11.0