Added
pw.io.kafka.readandpw.io.kafka.writeconnectors now support OAUTHBEARER authentication.pw.io.mongodb.writeconnector now supports anoutput_table_typeparameter with two modes:stream_of_changes(default) andsnapshot. Insnapshotmode, the connector maintains the current state of the Pathway table in MongoDB using the_idfield as the primary key, whilestream_of_changespreserves the existing behavior by writing all events withtimeanddiffflags to reflect transactional minibatches and the nature of each change.- Workers can now automatically scale up or down based on pipeline load, using a configurable monitoring window. This feature requires persistence to be enabled and can be configured via
worker_scaling_enabledandworkload_tracking_window_msinpw.persistence.Config. Please refer to the tutorial for more details. pw.io.postgres.writenow properly supports TLS configuration viasslmodeandsslrootcertconnection string parameters.
Changed
pw.xpacks.connectors.readnow retries initial connection requests.