|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v7.0.0](https://github.com/fastly/fastly-php/releases/tag/release/v7.0.0) (2025-02-26) |
| 4 | + |
| 5 | +**Breaking Changes:** |
| 6 | + |
| 7 | +- fix(snippet): Renamed `snippet_id` and `snippet_name` properties to `id` and `name` respectively. |
| 8 | +- feat(kv_store, kv_store_item): KV store endpoints have new operation names, and the associated data models also have |
| 9 | + new names. |
| 10 | +- feat(product): Product enablement and configuration endpoints have been renamed into per-product operations. |
| 11 | +- fix(historical): Widened integer stats fields to 64 bits. |
| 12 | +- fix(realtime, domain_inspector): Widened integer stats fields to 64 bits. |
| 13 | +- fix(historical): Corrected field names of `ddos_protection_requests_detect_count`, |
| 14 | + `ddos_protection_requests_mitigate_count`, and `ddos_protection_requests_allow_count`. |
| 15 | +- fix(realtime): Corrected field names of `ddos_protection_requests_detect_count`, |
| 16 | + `ddos_protection_requests_mitigate_count`, and `ddos_protection_requests_allow_count`. |
| 17 | +- fix(billing_usage_metrics): added parameters `req_start_month` and `req_end_month`. |
| 18 | +- deprecated(billing): Billing v2 API has been deprecated. |
| 19 | +- removed(legacy_waf): Legacy WAF API has been removed. |
| 20 | + |
| 21 | +**Bug fixes:** |
| 22 | + |
| 23 | +- bugfix(php): Define apiKeys on the Configuration class (Fix PHP deprecated syntax) |
| 24 | +- fix(snippet): Marked `content` as nullable to support dynamic snippets. |
| 25 | +- fix(billing_usage_metrics): `product_id` and `usage_type_name` parameters are no longer required. |
| 26 | + |
| 27 | +**Enhancements:** |
| 28 | + |
| 29 | +- feat(products): Added `object_storage` and `ai_accelerator` products. |
| 30 | +- feat(historical): Added new metrics: `object_storage_class_a_operations_count`, |
| 31 | + `object_storage_class_b_operations_count`, `aia_requests`, `aia_status_1xx`, |
| 32 | + `aia_status_2xx`, `aia_status_3xx`, `aia_status_5xx`, `aia_response_usage_tokens`, |
| 33 | + `aia_origin_usage_tokens`, `aia_estimated_time_saved_ms`, `request_collapse_usable_count`, |
| 34 | + `request_collapse_unusable_count`, `status_530`, and `compute_cache_operations_count`. |
| 35 | +- feat(realtime): Added new metrics: `object_storage_class_a_operations_count`, |
| 36 | + `object_storage_class_b_operations_count`, `aia_requests`, `aia_status_1xx`, |
| 37 | + `aia_status_2xx`, `aia_status_3xx`, `aia_status_5xx`, `aia_response_usage_tokens`, |
| 38 | + `aia_origin_usage_tokens`, `aia_estimated_time_saved_ms`, `request_collapse_usable_count`, |
| 39 | + `request_collapse_unusable_count`, `status_530`, and `compute_cache_operations_count`. |
| 40 | +- feat(object_storage_access_keys): Added Object Storage Access Keys API. |
| 41 | +- feat(domain_inspector_historical, domain_inspector_realtime): Added new metrics: `status_530` and `origin_status_530`. |
| 42 | +- feat(origin_inspector_historical, origin_inspector_realtime): Added new metrics: `status_530`, `waf_status_530`, |
| 43 | + `compute_status_530`, and `all_status_530`. |
| 44 | +- feat(kv_store_item): Added support for `if-generation-match`. |
| 45 | +- feat(acls_in_compute): Added ACLs in Compute API. |
| 46 | + |
| 47 | +**Documentation:** |
| 48 | + |
| 49 | +- doc(billing_usage_metrics): Documented that `start_month` and `end_month` are required. |
| 50 | +- doc(historical): Correct default start time in description of Historical Stats API. |
| 51 | +- doc(domain_inspector_historical): Removed duplicate description. |
| 52 | +- doc(domain_inspector_realtime): Removed duplicate description. |
| 53 | +- doc(origin_inspector_historical): Removed duplicate description. |
| 54 | +- doc(origin_inspector_realtime): Removed duplicate description. |
| 55 | +- doc(backend): Updated description of Backend API. |
| 56 | +- doc(backend): Clarified default behavior of keepalive_time. |
| 57 | +- doc(waf): Updated EOL notice of legacy-waf. |
| 58 | + |
3 | 59 | ## [v6.0.0](https://github.com/fastly/fastly-php/releases/tag/release/v6.0.0) (2024-12-05) |
4 | 60 |
|
5 | 61 | **Breaking Changes:** |
|
0 commit comments