Skip to content

Commit e300f9d

Browse files
chore(main): release google-apis-core 1.0.0 (#23589)
1 parent dea0c81 commit e300f9d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"google-apis-core": "0.18.0",
2+
"google-apis-core": "1.0.0",
33
"google-apis-core+FILLER": "0.0.0",
44
"google-apis-generator": "0.18.0",
55
"google-apis-generator+FILLER": "0.0.0"

google-apis-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 1.0.0 (2025-08-03)
4+
5+
This is a major release that replaces the underlying httpclient library with Faraday ([#23524](https://github.com/googleapis/google-api-ruby-client/issues/23524)). This will ensure the client libraries are on a more stable and better maintained foundation moving forward.
6+
7+
For most users, this change should be transparent. However, if your application depends on the httpclient interfaces, you can retain compatibility with httpclient by pinning the `google-apis-core` gem to `~> 0.18` in your Gemfile. Httpclient-based versions of this gem will remain on the 0.x release train, while Faraday-based versions will occupy the 1.x release train. We will push critical fixes and security updates to both branches for one year until August 2026, but new feature work will take place only on the 1.x branch.
8+
39
### 0.18.0 (2025-05-22)
410

511
#### Features

google-apis-core/lib/google/apis/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Google
1616
module Apis
1717
module Core
1818
# Core version
19-
VERSION = "0.18.0".freeze
19+
VERSION = "1.0.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)