File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- # v0.8.3 (2017-01-26)
3+ ## v0.9.0 (2017-02-02)
4+
5+ ### Improvements
6+
7+ * Remove deprecated usage of ` Behaviour ` and ` defcallback `
8+ * Provides better support for configuring ` request_opts ` that will be used on
9+ every request. This is useful for configuring SSL options, etc.
10+ * Provides support for ` hackney ` s streaming of responses.
11+ * Better warnings when a serializer isn't properly configured.
12+
13+ ### Backward Incompatible Changes
14+
15+ * Responses with status codes between ` 400..599 ` will now return `{: error ,
16+ %OAuth2.Response{}}` instead of ` {: ok , %OAuth2.Response{}}`
17+ * When using the ` ! ` versions of functions, ` {:error, %OAuth2.Response{}} ` will
18+ be converted to an ` %OAuth2.Error{} ` and raised.
19+
20+ ## v0.8.3 (2017-01-26)
421
522* Fix compile-time warnings for Elixir 1.4
623* Fix dialyzer warnings on ` @type params `
You can’t perform that action at this time.
0 commit comments