Pentaho Kettle Tightens Database Connections, SSH Timeouts, and Dependency Chain

Pentaho Kettle shipped thirteen commits in the past week across 839 files. The work is not a headline feature drop. It is the kind of maintenance that keeps long running ETL estates stable: dependency bumps with compatibility follow ups, a centralized database factory for Connection Management Service routing, SSH timeout semantics that finally match operator intent, and a TinkerPop graph migration for lineage analyzers.

Read full post

Scrapy Adds HTTP/2 Support and TLS Version Refinements

Scrapy continues to evolve as the primary framework for large scale web scraping in the Python ecosystem. Recent updates show a clear focus on modernizing the underlying network stack and adopting contemporary features. By integrating support for HTTP/2 and refining how security protocols are handled, the framework ensures it can interact with modern web servers efficiently. These changes also include improvements to the developer experience through better type hints and the adoption of dataclasses for data modeling. The project maintainers are prioritizing stability and performance as the web moves toward more sophisticated protocols.

Read full post