File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 0.8.1
2
+ * Fix logger in rails
3
+
1
4
# 0.8.0
2
5
* Refactored credential storage, added support for redis
3
6
* Update gem depdendencies
6
9
* Batch requests with the service interface now inherit the service's connection
7
10
* ` register_discover_document ` now returns the API instance
8
11
* Added ` :proxy ` option to set Faraday's HTTP proxy setting
9
- * Drop 1.8.x support
10
12
* Added ` :faraday_options ` option to allow passthrough settings to Faraday connection
13
+ * Drop 1.8.x support
14
+ * This will be the last release with 1.9.x support
11
15
12
16
# 0.7.1
13
17
* Minor fix to update gem dependencies
14
18
15
19
# 0.7.0
16
20
* Remove CLI
17
- * SUpport for automatic retires & backoff. Off by default, enable by setting ` retries ` on ` APIClient `
21
+ * Support for automatic retires & backoff. Off by default, enable by setting ` retries ` on ` APIClient `
18
22
* Experimental new interface (see ` Google::APIClient::Service ` )
19
23
* Fix warnings when using Faraday separately
20
24
* Support Google Compute Engine service accounts
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class APIClient
18
18
module VERSION
19
19
MAJOR = 0
20
20
MINOR = 8
21
- TINY = 0
21
+ TINY = 1
22
22
PATCH = nil
23
23
STRING = [ MAJOR , MINOR , TINY , PATCH ] . compact . join ( '.' )
24
24
end
You can’t perform that action at this time.
0 commit comments