|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [v4.6.0](https://github.com/auth0/ruby-auth0/tree/v4.6.0) (2018-12-17) |
| 4 | +[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v4.5.0...v4.6.0) |
| 5 | + |
| 6 | +**Closed issues** |
| 7 | +- New Release with Client Token work [\#148](https://github.com/auth0/ruby-auth0/issues/148) |
| 8 | +- Unable to initialize Auth0Api [\#147](https://github.com/auth0/ruby-auth0/issues/147) |
| 9 | +- Issues building the documentation [\#135](https://github.com/auth0/ruby-auth0/issues/135) |
| 10 | +- signin with referral token [\#127](https://github.com/auth0/ruby-auth0/issues/127) |
| 11 | +- Some challenges when upgrading to Ruby 2.5.1 [\#122](https://github.com/auth0/ruby-auth0/issues/122) |
| 12 | +- Cannot refresh access token with refresh token. [\#111](https://github.com/auth0/ruby-auth0/issues/111) |
| 13 | +- Incorrect request_params for username-password login [\#109](https://github.com/auth0/ruby-auth0/issues/109) |
| 14 | +- Obtain APIv2 Token [\#86](https://github.com/auth0/ruby-auth0/issues/86) |
| 15 | + |
| 16 | +**Added** |
| 17 | +- Add refresh token method and unit tests [\#150](https://github.com/auth0/ruby-auth0/pull/150) ([joshcanhelp](https://github.com/joshcanhelp)) |
| 18 | +- Improve telemetry; more modular Auth API [\#149](https://github.com/auth0/ruby-auth0/pull/149) ([joshcanhelp](https://github.com/joshcanhelp)) |
| 19 | +- Add ttl_sec argument to post_email_verification request. [\#145](https://github.com/auth0/ruby-auth0/pull/145) ([digitaldawn](https://github.com/digitaldawn)) |
| 20 | +- Add issue and PR templates, CoC [\#141](https://github.com/auth0/ruby-auth0/pull/141) ([joshcanhelp](https://github.com/joshcanhelp)) |
| 21 | +- Add new login_ro method to replace login [\#133](https://github.com/auth0/ruby-auth0/pull/133) ([joshcanhelp](https://github.com/joshcanhelp)) |
| 22 | +- Add VCR to and improve all integration tests [\#132](https://github.com/auth0/ruby-auth0/pull/132) ([joshcanhelp](https://github.com/joshcanhelp)) |
| 23 | +- Add new method to perform an auth code exchange [\#131](https://github.com/auth0/ruby-auth0/pull/131) ([joshcanhelp](https://github.com/joshcanhelp)) |
| 24 | +- Add new userinfo method for auth endpoints [\#130](https://github.com/auth0/ruby-auth0/pull/130) ([joshcanhelp](https://github.com/joshcanhelp)) |
| 25 | +- Add Client Credentials grant [\#129](https://github.com/auth0/ruby-auth0/pull/129) ([joshcanhelp](https://github.com/joshcanhelp)) |
| 26 | + |
| 27 | +**Changed** |
| 28 | +- Improve the test suite [\#143](https://github.com/auth0/ruby-auth0/pull/143) ([joshcanhelp](https://github.com/joshcanhelp)) |
| 29 | + |
| 30 | +**Deprecated** |
| 31 | +- Formal deprecation of 4 auth endpoint methods; rubocop [\#151](https://github.com/auth0/ruby-auth0/pull/151) ([joshcanhelp](https://github.com/joshcanhelp)) |
| 32 | + |
| 33 | +**Fixed** |
| 34 | +- Documentation improvements [\#139](https://github.com/auth0/ruby-auth0/pull/139) ([szemek](https://github.com/szemek)) |
| 35 | +- Fix typos in README.md [\#137](https://github.com/auth0/ruby-auth0/pull/137) ([swetax](https://github.com/swetax)) |
| 36 | +- Explicitly require JSON dependency [\#126](https://github.com/auth0/ruby-auth0/pull/126) ([jgaskins](https://github.com/jgaskins)) |
| 37 | + |
| 38 | + |
3 | 39 | ## [v4.5.0](https://github.com/auth0/ruby-auth0/tree/v4.5.0) (2018-07-27)
|
4 | 40 | [Full Changelog](https://github.com/auth0/ruby-auth0/compare/v4.4.0...v4.5.0)
|
5 | 41 |
|
|
0 commit comments