Pathway/pathway: Release v0.7.0
Name: pathway
Owner: Pathway
Release: v0.7.0
Released: 2023-11-16
License: NOASSERTION
Release Assets:
Added
- class 
Behavior, a superclass of all behavior classes. - class 
ExactlyOnceBehaviorindicating we want to create aCommonBehaviorthat results in each window producing exactly one output (shifted in time by an optionalshiftparameter). - function 
exactly_once_behaviorcreating an instance ofExactlyOnceBehavior. 
Changed
- BREAKING: 
WindowBehavioris now calledCommonBehavior, as it can be also used with interval joins. - BREAKING: 
window_behavioris now calledcommon_behavior, as it can be also used with interval joins. - Deprecating parameter 
keep_queriesinpw.io.http.rest_connector. Nowdelete_completed_querieswith an opposite meaning should be used instead. The default is stilldelete_completed_queries=True(equivalent tokeep_queries=False) but it will soon be required to be set explicitly.