Skip to content

v1.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jshlbrd jshlbrd released this 05 Oct 14:39

⚠ BREAKING CHANGES

  • Secrets are now explicitly retrieved and put into the Secrets Store using the utility_secret transform
  • The enrich_kv_store_set transform had it's object.key and object.set_key behavior flipped (key is now the value put into the KV, set_key is now the key used in the KV)
  • The send_http transform is now send_http_post
  • All TTLOffset settings are now strings instead of integers (e.g., "15m")

Features

  • Added utility_secret transform
  • All transform object handling patterns (object.key) return the input message if the retrieved key value does not exist
  • Secrets Store AWS Secrets Manager backend supports AWS and retry configuration
  • KV Store AWS DynamoDB backend supports AWS and retry configuration
  • Added example for summarizing multiple events into a single event
  • Added example for using MaxMind with the KV transform