Releases: lessonly/scim_rails
Releases · lessonly/scim_rails
v0.5.1
v0.5.0
- Update gemspec to allow for Rails 7
v0.4.0
- Update gemspec to allow for Rails 6.1 support (thanks to our contributors that helped out with that!!)
v0.3.1
- Any unhandled error is now logged to the configured rails logger by default. You can also now supply a custom callable that will be used to handle those exceptions instead.
- Fix a bug where an exception was raised when the patch endpoint receive a malformed or enexpected request.
- Loosen JWT requirements thanks @leesmith !