CHANGELOG.md in fastly-8.2.0 vs CHANGELOG.md in fastly-8.4.0

- old
+ new

@@ -1,6 +1,50 @@ # Changelog +## [v8.4.0](https://github.com/fastly/fastly-ruby/releases/tag/release/v8.4.0) (2024-06-27) + +**Bug fixes:** + +- bugfix(alerts-definitions): For Origin derived metrics, correct `all_bandwidth` type to `integer` + +**Enhancements:** + +- feat(logging-s3): Add `file_max_bytes` configuration field +- feat(alerts-definitions): Add `integration_id` parameter to the List Alert Definitions endpoint +- feat(alerts-definitions): For Origin derived metrics, add `all_status_4xx_excl_404_rate` and `all_status_404_rate` properties +- feat(alerts-definitions): For Domain derived metrics, add `status_4xx_excl_404_rate` and `status_404_rate` properties +- feat(alerts-definitions): For Stats derived metrics, add `status_4xx_excl_404_rate`, `status_404_rate`, `all_status_5xx_rate`, + `all_status_4xx_rate`, `all_status_gte_400_rate`, and `all_status_lt_500_rate` properties +- feat(billing-invoices): For invoice line items, added `ProductLine` property + +**Documentation:** + +- doc(billing-invoices): "Billing Invoices API" relabeled to "Invoices API" +- doc(billing-invoices): Updated documentation of `billing_start_date` and `billing_end_date` query parameters of + List of invoices endpoint +- doc(alerts-definitions): Updated documentation of several fields +- doc(notification-service): Updated documentation examples for several fields + +## [v8.3.0](https://github.com/fastly/fastly-ruby/releases/tag/release/v8.3.0) (2024-05-24) + +**Bug fixes:** + +- fix(backend): Correct tcp_keepalive_enable to be nullable +- bugfix(resource): Correct `type_resource` accepted values +- bugfix(sudo): Mark API to require authentication token + +**Enhancements:** + +- feat(image-optimizer-default-settings): Add Image Optimizer Default Settings APIs +- feat(tls-subscriptions): Add `certificate_authority` filter parameter + +**Documentation:** + +- docs(generator): Update links in docs and comments with unified docs site URL structure +- docs(generator): Clean up README by using GitHub alert icons and collapsible sections +- doc(logging-kinesis): Update description of `format` field. +- doc(tls-subscriptions): Update descriptions of `certificate_authority` and `tls_subscription_include` fields. + ## [v8.2.0](https://github.com/fastly/fastly-ruby/releases/tag/release/v8.2.0) (2024-04-25) **Bug fixes:** - bugfix(billing_address, invitations): Correct customer relationship schema to be single entry rather than array