v0.27.1

pathwaycom/pathwayv0.27.1Dec 8, 2025by github-actions[bot]

AI Summary

This patch release adds a method to revert the effects of forgetting in tables, improves the MCP server tool method with optional descriptions, and enhances Kafka/Redpanda connectors to create a key column from message keys.

Key Highlights

  • New pw.Table.filter_out_results_of_forgetting method to revert forgetting effects
  • MCP server tool method now accepts optional description parameter
  • Kafka and Redpanda read connectors create a key column from message contents

New Features

  • pw.Table.filter_out_results_of_forgetting method
  • Optional description parameter for MCP server tool method
  • key column creation in pw.io.kafka.read and pw.io.redpanda.read

Full Release Notes

## [0.27.1] - 2025-12-08

### Added
- `pw.Table.filter_out_results_of_forgetting` method, allowing to revert the effects of forgetting at a later stage.

### Changed
- The MCP server `tool` method now allows to pass an optional `description`, default value ​​being kept as the handler's docstring.
- `pw.io.kafka.read` and `pw.io.redpanda.read` now create a `key` column storing the contents of the message keys.