0.102.0 (2026-08-23)
⚠ BREAKING CHANGES
- protos: deprecates the
offsetfield of thePrecedingand
Followingwindow bounds in favor of the newoffset_exprfield, which
accepts an arbitrary expression instead of an integer literal. Consumers
should addoffset_exprsupport before producers switch to it. The PR
also requires explicit window frame bounds type. Producers should set
the bounds type and Consumers should rejectBOUNDS_TYPE_UNSPECIFIEDin
such cases.