Commit 32744fb 1 parent 1a4e847 commit 32744fb Copy full SHA for 32744fb
File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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)
4
21
5
22
* Fix compile-time warnings for Elixir 1.4
6
23
* Fix dialyzer warnings on ` @type params `
You can’t perform that action at this time.
0 commit comments