Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

42 lines (27 loc) · 2.2 KB

v0.4.0 [2025-02-14]

Breaking changes

  • The aws_s3_server_access_log table index is now based off of the source bucket's name instead of the destination bucket's AWS account ID. We recommend deleting your existing aws_s3_server_access_log partition data, e.g., tailpipe partition delete aws_s3_server_access_log.my_partition, and then recollecting your data. (#89)

v0.3.0 [2025-02-12]

What's new?

Enhancements

  • Added Type column in aws_s3_bucket source arguments table.

Dependencies

  • Bumped github.com/aws/aws-sdk-go-v2/config from 1.28.11 to 1.29.6. (#79)
  • Bumped github.com/aws/aws-sdk-go-v2/credentials from 1.17.52 to 1.17.57. (#68)
  • Bumped github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.49 to 1.17.60. (#81)
  • Bumped github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.3 to 1.76.0. (#78)
  • Bumped github.com/hashicorp/hcl/v2 from 2.20.1 to 2.23.0. (#84)
  • Bumped github.com/rs/xid from 1.5.0 to 1.6.0. (#67)
  • Bumped github.com/turbot/tailpipe-plugin-sdk from 0.1.0 to 0.1.1. (#75)
  • Bumped golang.org/x/sync from 0.10.0 to 0.11.0. (#82)

v0.2.0 [2025-02-06]

Enhancements

  • Updated documentation formatting and enhanced argument descriptions for aws_s3_bucket source. (#76)

v0.1.0 [2025-01-30]

What's new?