github pathwaycom/pathway v0.28.0

3 days ago

Added

  • pw.io.kafka.read and pw.io.redpanda.read now allow each schema field to be specified as coming from either the message key or the message value.
  • Connector groups now support the specification of an idle duration. When this is set, if a source does not provide any data for the specified period of time, it will be excluded from the group until it produces data again.
  • It is now possible to assign priorities to sources within a connector group. When a priority is set, it ensures that at any moment, the source is not lagging behind any other source with a higher priority in terms of the tracked column.
  • Connector groups can now be used in the multiprocess runs.

Changed

  • BREAKING: The __str__ and dumps methods in pw.Json no longer enforce the result to be an ASCII string. This way, the behavior of pw.debug.compute_and_print is now consistent with other output connectors.
  • The window functions now internally use deterministic UDFs, where possible.

Don't miss a new pathway release

NewReleases is sending notifications on new releases.