v4.8.0 (2019-08-01)
Closed issues
- Not enough information in exception when Rate Limiting is encountered #158
Added
- Add Management API Anomaly endpoints #179 (makoto-matsumoto)
- Add parameters for users imports #177 (makoto-matsumoto)
- Add failed job error details endpoint #176 (makoto-matsumoto)
- Add Management API Roles endpoints #172 (joshcanhelp)
- Expose rate limiting information #170 (philomory)
- Add missing User Management API endpoints #169 (joshcanhelp)
- Add Gemfile.lock file #165 (lbalmaceda)
Changed
- Add Roles and Users endpoints integration tests #174 (joshcanhelp)
Deprecated
- Deprecate Auth0::Api::V2::Users.delete_users #181 (joshcanhelp)
Removed
- Gemspec: Drop EOL'd property rubyforge_project #180 (olleolleolle)
Security
- Fix Yard dependency vulnerability #184 (joshcanhelp)
v4.7.0 (2019-03-19)
Closed issues
Added
- Add Client ID to send_verification_email #162 (joshcanhelp)
- More password change params #159 (nhusher)
- Add patch resource server #157 (philomory)
- Get all resource servers #155 (philomory)
v4.6.0 (2018-12-17)
Closed issues
- New Release with Client Token work #148
- Unable to initialize Auth0Api #147
- Issues building the documentation #135
- signin with referral token #127
- Some challenges when upgrading to Ruby 2.5.1 #122
- Cannot refresh access token with refresh token. #111
- Incorrect request_params for username-password login #109
- Obtain APIv2 Token #86
Added
- Add refresh token method and unit tests #150 (joshcanhelp)
- Improve telemetry; more modular Auth API #149 (joshcanhelp)
- Add ttl_sec argument to post_email_verification request. #145 (digitaldawn)
- Add issue and PR templates, CoC #141 (joshcanhelp)
- Add new login_ro method to replace login #133 (joshcanhelp)
- Add VCR to and improve all integration tests #132 (joshcanhelp)
- Add new method to perform an auth code exchange #131 (joshcanhelp)
- Add new userinfo method for auth endpoints #130 (joshcanhelp)
- Add Client Credentials grant #129 (joshcanhelp)
Changed
- Improve the test suite #143 (joshcanhelp)
Deprecated
- Formal deprecation of 4 auth endpoint methods; rubocop #151 (joshcanhelp)
Fixed
- Documentation improvements #139 (szemek)
- Fix typos in README.md #137 (swetax)
- Explicitly require JSON dependency #126 (jgaskins)
v4.5.0 (2018-07-27)
Closed issues:
- New version with updated rest-client dependency #93
- Bug?:
result
from auth0/mixins/httpproxy.rb returns 'nil' #88 - import_users fails with EOFError #56
- Using inside of a Rails API #55
- Add documentation? #102
- logout_url does not include client_id parameter #81
Merged pull requests:
- Correctly default grant_type to 'password' in login method #107 (psparrow)
- Add additional parameters for WS-Fed URL #123 (joshcanhelp)
- Deprecate Authentication API endpoints #121 (joshcanhelp)
- Clean up auth endpoint tests #120 (joshcanhelp)
- Fix docblocks for Authentication API endpoints #119 (joshcanhelp)
- Add Client ID to logout_url #118 (joshcanhelp)
- Add pagination and tests for Rules endpoint #117 (joshcanhelp)
- Add pagination and tests for Client Grants #116 (joshcanhelp)
- Add search_engine parameter to Users endpoint + tests #115 (joshcanhelp)
- Improve README #114 (joshcanhelp)
- Add pagination and tests to Clients and Connections endpoints #113 (joshcanhelp)
- Use Secure RubyGems Source #112 (markprovan)
v4.4.0 (2018-02-19)
Closed issues:
- Authentication Login is using
/oauth/ro
. #89
v4.3.0 (2018-02-19)
Merged pull requests:
- Fix script publish gem #106 (alexisluque)
- Add support to /api/v2/users-by-email #105 (edgurgel)
- Update /login to use /oauth/token #94 (Zensaburou)
- Fix error in the readme regarding timeouts #90 (ksamc)
v4.2.0 (2018-02-15)
Closed issues:
- Vulnerable dependency: yard #99
- post_password_change results in payload validation error #84
- Unsupported on latest ruby version (2.4.0) #83
- Adding a resource server breaks authentication. #76
- outdated dependencies in ror-api example #75
Merged pull requests:
- Add scripts and Dockerfile to publish SDK on rubygems #104 (alexisluque)
- Fix typo #103 (coisnepe)
- Fix tests #101 (alexisluque)
- Update outdated dependency #100 (alexisluque)
- Fix build #98 (alexisluque)
- Add delay to integration test #97 (alexisluque)
- Fix build #96 (alexisluque)
- Removed reference to API v1 #91 (aaguiarz)
- Update rest-client version to v2 #87 (hzalaz)
- Introduce and raise exception for timeout #85 (anderslemke)
- corrected missing comma in example code of readme.md #79 (drewnichols)
- Resolve v1 API example error #78 (jesseproudman)
- updated dependencies in ror api example. Fix #75 #77 (Amialc)
- Add a badge to documentation #74 (amingilani)
- Typo #73 (amingilani)
- Add how to generate documentation to the README.md + patch_user #72 (ignaciojonas)
v4.1.0 (2016-07-25)
Closed issues:
- #post_password_change requires a password for ticket. #69
- Exception messages are ruby hash string literals #63
- Ruby on Rails API issue #61
- Not possible to have V1 and V2 clients at the same time #60
- Be able to control timeout #57
- Version 4 changes #54
- Implement API v2 #38
Merged pull requests:
- Release 4.1.0 #71 (ignaciojonas)
- Use JSON (result.body) for exception messages in requests #67 (ianks)
- fixed rails api doesn't start, now impersionated links works with v2 #62 (Amialc)
- Add api v2 log endpoints to the gem #59 (LindseyB)
v4.0.0 (2016-02-12)
Closed issues:
Merged pull requests:
- V2 - Rebased to Master #53 (ignaciojonas)
- V2 - Auth Endpoints + Gem deployment #50 (ignaciojonas)
- Documentation Style #49 (ignaciojonas)
- Update License #48 (aguerere)
- API v2 Implementation #46 (ignaciojonas)
- Refresh token delegation #43 (LindseyB)
- Fix tests to make build green #41 (leosoubeste)
- Rubocop Integration #39 (ignaciojonas)
- Remove semi-colons in README #37 (l4u)
v3.6.1 (2015-07-09)
Merged pull requests:
- set the search engine if a query is set #36 (taylorfinnell)
- email validation is broken by _, which breaks the tests #35 (taylorfinnell)
v3.6.0 (2015-06-01)
Merged pull requests:
- Remove exclude_fields parameter for getting users #34 (hzalaz)
- Add connections #33 (taylorfinnell)
- Use client header spec as per documentation #32 (benschwarz)
v3.5.0 (2015-05-21)
Merged pull requests:
- Client information headers #31 (benschwarz)
v3.4.0 (2015-05-07)
Closed issues:
Merged pull requests:
- allow setting impersonation ttl #30 (seamusabshere)
- Fix broken link in README #28 (dentarg)
v3.3.0 (2015-04-15)
Closed issues:
- AuthenticationEndpoints should be independent of the V1/V2 API #20
- Typo in AuthenticationEndpoints.login #17
- Remove generated docs #14
- Remove the examples directory from this repository #4
Merged pull requests:
- Chore integration tests #27 (hzalaz)
- allow to pass extra parameters to delegation method #23 (Maxim-Filimonov)
v3.2.0 (2015-04-14)
Merged pull requests:
- Impersonation #26 (dentarg)
- Allow to set api_type to use with salesforce_api #25 (Maxim-Filimonov)
- Fixed few issues from issues list #22 (offtop)
- Update readme.md api v2 basic usage example #19 (ethancrawford)
- fix token initialization to prevent nil token value #18 (ethancrawford)
- Make the client work for API v1 #13 (dentarg)
- Fix typo delegation signature; open_id => openid #12 (dentarg)
- Make the tests run on Travis CI #11 (dentarg)
- Added support for API V1 and API V2 #9 (offtop)
- Update README.md #8 (pose)
- Make delete user safe #5 (dentarg)
- Remove the omniauth strategy #3 (dentarg)
- Fix rspec deprecation warning #2 (dentarg)
- Add method to access delegation endpoint #1 (FrancisPlaza)
* This Change Log was automatically generated by github_changelog_generator