Skip to content

v4.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 09:59
· 648 commits to main since this release
ada9cc9

For installation instructions check out the getting started guide.

Added

  • The dynamic input and output have a new endpoint /input/{id}/uptime and /output/{id}/uptime respectively for obtaining the uptime of a given input/output.
  • Field wait_time_seconds added to the aws_sqs input.
  • Field timeout added to the gcp_cloud_storage output.
  • All NATS components now set the name of each connection to the component label when specified.

Fixed

  • Restore message ordering support to gcp_pubsub output. This issue was introduced in 4.16.0 as a result of #1836.
  • Specifying structured metadata values (non-strings) in unit test definitions should no longer cause linting errors.

Changed

  • The nats input default value of prefetch_count has been increased from 32 to a more appropriate 524288.

The full change log can be found here.