Immutable
release. Only release title and notes can be modified.
HTTP transport state-serialization hardening (continuation tokens over the stateless HTTP transport). Re-cut of 0.10.1 (whose tag was published immutable before a javadoc fix).
- Round-trip producer state by field rather than getters, plus an Arrow
Schemacodec (IPC message round-trip) so state objects can hold aSchemadirectly. - Handle
java.timefields in state (jsr310). - Write empty dictionaries for zero-row token/continuation batches so dict-encoded (ENUM) schemas render; carry the input batch's dictionaries through to the exchange response.
- Self-describing state tokens: prefix the concrete state class name so
/exchangeresolves the right type even when many state types are multiplexed through one wildcardinitRPC (VGI). VGI_STREAM_DEBUGlogs otherwise-swallowed stream-handler exceptions server-side.
Upload is validated by CI but gated on a manual "Publish" click in the Sonatype Central Portal.