Skip to content

Commit 75d7ecd

Browse files
author
github-actions
committed
Generated v16.1.0
1 parent 14098b7 commit 75d7ecd

File tree

5 files changed

+23
-10
lines changed

5 files changed

+23
-10
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [v16.1.0](https://github.com/fastly/fastly-ruby/releases/tag/release/v16.1.0) (2026-03-30)
4+
5+
**Enhancements:**
6+
7+
- feat(historical, realtime): Deprecated metrics `compute_bereq_errors`, `compute_resource_limit_exceeded`,
8+
`compute_heap_limit_exceeded`, `compute_stack_limit_exceeded`, `compute_globals_limit_exceeded`,
9+
`compute_guest_errors`, and `compute_runtime_errors`.
10+
- feat(historical, realtime): Added metrics `compute_service_bereq_error`, `compute_service_memory_exceeded_error`.
11+
`imgopto_avif_count`, `imgopto_jpeg_count`, `imgopto_png_count`, `imgopto_gif_count`,
12+
`imgopto_webp_count`, `imgopto_jpegxl_count`, `imgopto_svg_count`, `imgopto_mp4_count`,
13+
`compute_service_resource_limits_error`, `compute_service_runtime_error`, `compute_service_chain_error`
14+
`compute_platform_internal_error`, `compute_service_timeout_error`, `compute_service_vcpu_exceeded_error`
15+
`compute_service_limits_error`, and `compute_platform_invalid_request_error`.
16+
- feat(domains): Add new Domain Management Domains API.
17+
- feat(apisecurity-operations): Results include support for `rps` and `id`.
18+
- feat(apisecurity-operations): List endpoints add support for new parameters `method`, `domain`, and `path`.
19+
- feat(apisecurity-operations): Add new bulk operations endpoints.
20+
21+
322
## [v16.0.0](https://github.com/fastly/fastly-ruby/releases/tag/release/v16.0.0) (2026-02-16)
423

524
**Breaking Changes:**

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastly (16.1.0.rc.5)
4+
fastly (16.1.0)
55
typhoeus (~> 1.0, >= 1.0.1)
66

77
GEM

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,13 @@
22

33
A Ruby client library for interacting with most facets of the [Fastly API](https://www.fastly.com/documentation/reference/api/).
44

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-
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-
9-
Read about the [Fastly Product Lifecycle](https://docs.fastly.com/products/fastly-product-lifecycle).
10-
115

126
## Installation
137

148
To install via RubyGems, add the following to your project's `Gemfile`:
159

1610
```ruby
17-
gem 'fastly', '~> 16.1.0.rc.5'
11+
gem 'fastly', '~> 16.1.0'
1812
```
1913

2014
Then run `bundle install`.

lib/fastly/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
=end
1010

1111
module Fastly
12-
VERSION = '16.1.0.rc.5'
12+
VERSION = '16.1.0'
1313
end

sig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"G": "9cbe6734", "D": "f1f08971"}
1+
{"G": "bc34d07e", "D": "e6d75df4"}

0 commit comments

Comments
 (0)