Skip to content

Latest commit

 

History

History
218 lines (130 loc) · 11.8 KB

File metadata and controls

218 lines (130 loc) · 11.8 KB

v0.14.2 [2025-07-28]

Dependencies

  • Recompiled plugin with tailpipe-plugin-sdk v0.9.2 that fixes incorrect data ranges for zero‑granularity collections and prevents crashes in certain collection states. (#228)

v0.14.1 [2025-07-02]

Dependencies

v0.14.0 [2025-07-02]

Dependencies

  • Recompiled plugin with tailpipe-plugin-sdk v0.9.0 to support the --to flag, directional time-based collection, and improved tracking of collected data. (#216)

v0.13.0 [2025-06-20]

What's new?

v0.12.2 [2025-06-05]

Dependencies

  • Recompiled plugin with tailpipe-plugin-sdk v0.7.2 that fixes an issue where the end time was not correctly recorded for collections using artifact sources. (#192)

v0.12.1 [2025-06-04]

Dependencies

v0.12.0 [2025-06-03]

Dependencies

  • Recompiled plugin with tailpipe-plugin-sdk v0.7.0 that improves how collection end times are tracked, helping make future collections more accurate and reliable.

v0.11.0 [2025-05-30]

Enhancements

  • The aws_vpc_flow_log table now works with formats and can be collected with the aws_cloudwatch_log_group source. (#137)

Bug fixes

  • Updated aws_cloudwatch_log_group source to pass the full event in RowData instead of only the message. (#185)

v0.10.0 [2025-05-23]

What's new?

Enhancements

  • The tp_index column for the aws_cost_and_usage_focus, aws_cost_and_usage_report, and aws_cost_optimization_recommendation tables is now always set to the value default instead of an AWS account ID to improve query times. (#179)

Dependencies

  • Bumped github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.73 to 1.17.75. (#171)
  • Bumped github.com/aws/aws-sdk-go-v2/service/guardduty from 1.54.1 to 1.54.5. (#170)
  • Bumped github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.2 to 1.79.3. (#167)
  • Bumped github.com/turbot/pipe-fittings/v2 from 2.3.4 to 2.4.1. (#176)
  • Bumped golang.org/x/sync from 0.13.0 to 0.14.0. (#172)

v0.9.2 [2025-05-16]

Bug fixes

  • Fixed error when adding an empty header value for the aws_cost_and_usage_report table while collecting rows. (#174)

v0.9.1 [2025-04-25]

Enhancements

  • Improved error reporting for aws_s3_bucket source. (#159)

Bug fixes

  • Fixed a memory consumption issue with aws_cost_* tables during log collection. (#159)

Dependencies

  • Bumped github.com/aws/aws-sdk-go-v2/credentials from 1.17.62 to 1.17.67. (#150)
  • Bumped github.com/aws/aws-sdk-go-v2/feature/s3/manager. (#151)
  • Bumped github.com/turbot/tailpipe-plugin-sdk from v0.2.0 to v0.4.0. (#159)
  • Bumped golang.org/x/net from 0.36.0 to 0.38.0. (#154)

v0.9.0 [2025-04-17]

Enhancements

  • Updated file_layout arguments in documentation to wrap values in backticks instead of double quotes to align with Tailpipe CLI v0.2.0 changes. (#140)

Bug fixes

  • The aws_vpc_flow_log table no longer skips collecting records with log status SKIPPED or NODATA.
  • Updated aws_cost_and_usage_focus, aws_cost_and_usage_report and aws_cost_optimization_recommendation tables to store missing column values as null. (#139)
  • Fixed typo for file_layout in aws_s3_bucket source doc.

Dependencies

  • Bumped github.com/turbot/pipe-fittings/v2 from 2.3.0 to 2.3.1. (#143)
  • Bumped github.com/turbot/tailpipe-plugin-sdk from v0.1.1 to v0.2.0. (#136)

v0.8.1 [2025-03-28]

Bug fixes

  • Fixed configuration examples for aws_cost_and_usage_focus, aws_cost_and_usage_report, and aws_cost_optimization_recommendation tables.

v0.8.0 [2025-03-28]

What's new?

Dependencies

  • Bumped github.com/turbot/go-kit from 1.1.0 to 1.2.0. (#128)

v0.7.0 [2025-03-21]

What's new?

Dependencies

  • Bumped github.com/aws/aws-sdk-go-v2/config from 1.29.6 to 1.29.9. (#120)
  • Bumped github.com/aws/aws-sdk-go-v2/feature/s3/manager. (#124)
  • Bumped github.com/aws/aws-sdk-go-v2/service/s3 from 1.77.1 to 1.78.2. (#125)
  • Bumped github.com/containerd/containerd from 1.7.18 to 1.7.27. (#126)
  • Bumped golang.org/x/net from 0.33.0 to 0.36.0. (#122)
  • Bumped golang.org/x/sync from 0.11.0 to 0.12.0. (#117)

v0.6.0 [2025-03-07]

What's new?

Dependencies

  • Bumped github.com/aws/aws-sdk-go-v2 from 1.36.2 to 1.36.3. (#110)
  • Bumped github.com/aws/aws-sdk-go-v2/credentials from 1.17.59 to 1.17.61. (#111)
  • Bumped github.com/turbot/pipe-fittings/v2 from 2.1.1 to 2.2.0. (#100)

v0.5.0 [2025-03-03]

Enhancements

  • Standardized all example query titles to use Title Case for consistency. (#109)
  • Added folder front matter to all queries for improved organization and discoverability in the Hub. (#109)

Bug fixes

  • Fixed the display_name in docs/index.md from Amazon Web Services to AWS for consistency with standard naming conventions. (#109)

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?