Skip to content

v2.32.4

Choose a tag to compare

@JonoPrest JonoPrest released this 03 Dec 15:13

Changes

  • implements new client with backwards compatible API for transaction.kind
  • new client supports streaming height from hypersync
  • new client supports query caching and capnp messages (optimised egress for hyperindex)

Defaults new environment variable config to:

ENVIO_HYPERSYNC_CLIENT_SERIALIZATION_FORMAT=CapnProto
ENVIO_HYPERSYNC_CLIENT_ENABLE_QUERY_CACHING=true

For the same behaviour as previous versions use:

ENVIO_HYPERSYNC_CLIENT_SERIALIZATION_FORMAT=Json
ENVIO_HYPERSYNC_CLIENT_ENABLE_QUERY_CACHING=false

Full Changelog: v2.32.3...v2.32.4