We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36da55 commit 18c3630Copy full SHA for 18c3630
google-apis-core/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History
2
3
+## 0.4.1 (2021-07-19)
4
+
5
+* FIX: Prevent duplicated pagination when a response returns an empty string as the next page token.
6
7
## 0.4.0 (2021-06-28)
8
9
* Expanded googleauth dependency to include future 1.x versions
google-apis-core/lib/google/apis/core/version.rb
@@ -16,7 +16,7 @@ module Google
16
module Apis
17
module Core
18
# Core version
19
- VERSION = "0.4.0".freeze
+ VERSION = "0.4.1".freeze
20
end
21
22
0 commit comments