fastly 16.1.0.rc.4 → 16.1.0.rc.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 66fb3b9a40d002f3af94499c4ee119fb1d6893dc2561b36e1d1da2877061f7eb
4
- data.tar.gz: ad8981ff79341adc4883850276cfe8edfa0cece0028514b6703d4b0422a3425c
3
+ metadata.gz: 007cec4b79bac5a85b5226361cd87ea7cc746d6d25f69abb711a765d3d685b03
4
+ data.tar.gz: 12b292a6aba6a02c937baaa9b13ceb27f027ab9edc1f353ca7c3a0fd7ad03ba7
5
5
  SHA512:
6
- metadata.gz: 15e6759b7462081034ad368ecce6523570a73a1c726a4984b731ba9e0a8bea18694e2e640653aa90be5a0d71052daebe573e330d78291233c2c65845d31383e0
7
- data.tar.gz: da50e8d09517cc293047b4a6e0414dbce7d1dea3bbc60ab3089901b4fb57511dbc7f25ca863d57387ab42f89cb0f59db71d9b500dc6fc06528dee92125ab23f3
6
+ metadata.gz: 0f08c6c291306c30f32415caab2c29f204f90894d437ba607d15f5d3e89b4012c39298dc6d8a9014c1d8900e15c3e1ca8a5e55fe082753d4f979116dbe7904c2
7
+ data.tar.gz: 5697873559081e36a0cf0dcf0fe53bd576a4e54384028b7108f07e354cba2c43d72da380b0a41f23db4e210901552780a1abeb5b9d337c546f7a332a68e4ea1d
data/CHANGELOG.md CHANGED
@@ -1,40 +1,9 @@
1
1
  # Changelog
2
2
 
3
- ## [v16.1.0.rc.4](https://github.com/fastly/fastly-ruby/releases/tag/release/v16.1.0.rc.4) (2026-03-30)
3
+ ## [v16.1.0.rc.5](https://github.com/fastly/fastly-ruby/releases/tag/release/v16.1.0.rc.5) (2026-03-30)
4
4
 
5
5
  - No notable changes in this release.
6
6
 
7
- ## [v16.1.0.rc.3](https://github.com/fastly/fastly-ruby/releases/tag/release/v16.1.0.rc.3) (2026-03-30)
8
-
9
- - No notable changes in this release.
10
-
11
- ## [v16.1.0.rc.2](https://github.com/fastly/fastly-ruby/releases/tag/release/v16.1.0.rc.2) (2026-03-30)
12
-
13
- - No notable changes in this release.
14
-
15
- ## [v16.1.0.rc.1](https://github.com/fastly/fastly-ruby/releases/tag/release/v16.1.0.rc.1) (2026-03-25)
16
-
17
- - No notable changes in this release.
18
-
19
- ## [v16.1.0.rc.0](https://github.com/fastly/fastly-ruby/releases/tag/release/v16.1.0.rc.0) (2026-03-25)
20
-
21
- **Enhancements:**
22
-
23
- - feat(historical, realtime): Deprecated metrics `compute_bereq_errors`, `compute_resource_limit_exceeded`,
24
- `compute_heap_limit_exceeded`, `compute_stack_limit_exceeded`, `compute_globals_limit_exceeded`,
25
- `compute_guest_errors`, and `compute_runtime_errors`.
26
- - feat(historical, realtime): Added metrics `compute_service_bereq_error`, `compute_service_memory_exceeded_error`.
27
- `imgopto_avif_count`, `imgopto_jpeg_count`, `imgopto_png_count`, `imgopto_gif_count`,
28
- `imgopto_webp_count`, `imgopto_jpegxl_count`, `imgopto_svg_count`, `imgopto_mp4_count`,
29
- `compute_service_resource_limits_error`, `compute_service_runtime_error`, `compute_service_chain_error`
30
- `compute_platform_internal_error`, `compute_service_timeout_error`, `compute_service_vcpu_exceeded_error`
31
- `compute_service_limits_error`, and `compute_platform_invalid_request_error`.
32
- - feat(domains): Add new Domain Management Domains API.
33
- - feat(apisecurity-operations): Results include support for `rps` and `id`.
34
- - feat(apisecurity-operations): List endpoints add support for new parameters `method`, `domain`, and `path`.
35
- - feat(apisecurity-operations): Add new bulk operations endpoints.
36
-
37
-
38
7
  ## [v16.0.0](https://github.com/fastly/fastly-ruby/releases/tag/release/v16.0.0) (2026-02-16)
39
8
 
40
9
  **Breaking Changes:**
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fastly (16.1.0.rc.4)
4
+ fastly (16.1.0.rc.5)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A Ruby client library for interacting with most facets of the [Fastly API](https://www.fastly.com/documentation/reference/api/).
4
4
 
5
- > ⚠️ This client library (`16.1.0.rc.4`) is an early-access release. Features may change without notice. Use at your own risk.
5
+ > ⚠️ This client library (`16.1.0.rc.5`) is an early-access release. Features may change without notice. Use at your own risk.
6
6
 
7
7
  **We strongly recommend that you do not install alpha and beta releases on live production services.** No official support is provided for such releases. Please try out the library in a test environment, see what breaks without worrying about consequences, and give us [feedback](#issues).
8
8
 
@@ -14,7 +14,7 @@ Read about the [Fastly Product Lifecycle](https://docs.fastly.com/products/fastl
14
14
  To install via RubyGems, add the following to your project's `Gemfile`:
15
15
 
16
16
  ```ruby
17
- gem 'fastly', '~> 16.1.0.rc.4'
17
+ gem 'fastly', '~> 16.1.0.rc.5'
18
18
  ```
19
19
 
20
20
  Then run `bundle install`.
@@ -9,5 +9,5 @@ Contact: oss@fastly.com
9
9
  =end
10
10
 
11
11
  module Fastly
12
- VERSION = '16.1.0.rc.4'
12
+ VERSION = '16.1.0.rc.5'
13
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastly
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.1.0.rc.4
4
+ version: 16.1.0.rc.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fastly