File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "google-apis-core" : " 1.0.1 " ,
2+ "google-apis-core" : " 1.0.2 " ,
33 "google-apis-core+FILLER" : " 0.0.0" ,
44 "google-apis-generator" : " 0.18.0" ,
55 "google-apis-generator+FILLER" : " 0.0.0"
Original file line number Diff line number Diff line change 11# Release History
22
3+ ### 1.0.2 (2025-09-09)
4+
5+ #### Bug Fixes
6+
7+ * Handle nil response in on_data callback for Faraday streaming ([ #24235 ] ( https://github.com/googleapis/google-api-ruby-client/issues/24235 ) )
8+
39### 1.0.1 (2025-08-08)
410
511#### Bug Fixes
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module Google
1616 module Apis
1717 module Core
1818 # Core version
19- VERSION = "1.0.1 " . freeze
19+ VERSION = "1.0.2 " . freeze
2020 end
2121 end
2222end
You can’t perform that action at this time.
0 commit comments