Skip to content

v2.1.0

Compare
Choose a tag to compare
@mdeeks mdeeks released this 27 Jun 17:16
· 16 commits to main since this release
b442e4e

Row References Enabled

Row References has been turned on and Brainstore is now required. Row references instructs the API to write object store references into the database instead of full payloads. It greatly reduces the amount of data being inserted into postgres and improves performance.

The only users who might be negatively impacted by this are ones who are still using Clickhouse or not using Brainstore at all (PG only). There aren't any known Terraform Clickhouse users anymore and PG only mode is no longer supported (much of the UI refuses to operate in this mode already)

Module docs

Autogenerated docs for the available inputs to the module are now generated here: https://github.com/braintrustdata/terraform-aws-braintrust-data-plane/blob/main/module-docs.md

What's Changed

  • Add generated TF docs by @mdeeks in #70
  • Don't use table format for docs by @mdeeks in #71
  • Rename brainstore segment endpoint by @manugoyal in #72
  • Add CI. Remove unused brainstore variables by @mdeeks in #73
  • Enable row references and force Brainstore as default by @mdeeks in #74

Full Changelog: v2.0.0...v2.1.0