Skip to content

Release 1.1.3

Latest
Compare
Choose a tag to compare
@OptimumCode OptimumCode released this 17 Feb 11:01
· 9 commits to master since this release
79782f1

The release 1.1.3 for lw-data-provider contains fixes for Instant deserialization and some new features.

This release uses grpc-data-provider v1.1.1.

New features:

support for 'responseFormats' when searching for messages

When you make a request to /search/sse/messages endpoint you can specify the responseFormats in query parameters. It defines which fields should be returned for messages. It is a repeatable parameter. Possible values are:

  • BASE_64
  • PROTO_PARSED
  • JSON_PARSED

If nothing is specified the default response uses BASE_64 and PROTO_PARSED formats.

usePinAttributes parameter to enable pin's filters support

You can disable using pin attributes when routing messages to codec by usePinAttributes: false parameter in the custom configuration. The provider will use filters on pins to route the messages to corresponding codecs.

By default, pin usage is enabled (for backward compatibility).

/messageStreams endpoint

This endpoint allows extracting a list of session aliases from the Cradle.