Skip to content

v1.300026.3

Compare
Choose a tag to compare
@sky333999 sky333999 released this 22 Aug 05:56
· 498 commits to main since this release
v1.300026.3

What's Changed

  • Retain logic to determine log stream for EMF pipeline by @sky333999 in 4f7705a
    🐞 This change fixes a bug in between v1.300025.0 and v1.300026.2 specifically for usages of the EMF plugin in specific environments wherein the default log stream name was incorrectly set as i-UNKNOWN. This bug did NOT impact usages that explicitly specified a log stream name in their config or were running in an EC2 environment with IMDS enabled. Example environments that could have seen impact are ECS clusters that rely on ECS Metadata Service and EKS clusters that provide host name as env variables.
  • Fix rename in metrics decorator translator by @jefchien in ad5861a
    🐞 This change fixes a bug in between v1.300025.0 and v1.300026.2 that in very specific edge cases, the usage of the metric rename feature in Windows environments would break when the prefix of the metric name is the same as the plugin name. For example, System System Up Time.
  • Update config translation to respect common config profile and creds file by @sky333999 in e2ef915
    🐞 This change fixes a bug in between v1.300025.0 and v1.300026.2 that in specific edge cases such as refreshable shared credentials file, could result in the wrong credentials chain order being used, thus potentially leading to Expired Token or Unauthorized errors.
  • Remove plugin key allowlist for metric decorator by @jefchien in 47a5e47
    🐞 This change fixes a bug in between v1.300025.0 and v1.300026.2 that impacted specific cases for Windows usages containing Performance Counters that were not allow listed. This change removes the allow list to match the behavior from earlier.

Full Changelog: v1.300026.2...v1.300026.3