0.17.0
Main Changes since 0.16.2
Make client credentials grant type configurable
OAuth clients using client_credentials can now set grant_type to a custom value.
Custom authorization servers' OAuth implementations of client_credentials mechanism can now use grant_type as a discriminator.
A new configuration option was introduced: oauth.client.credentials.grant.type.
For more details about the new features see the RELEASE_NOTES.md and the README.md. All changes can be found under the 0.17.0 milestone.
Full Changelog: 0.16.2...0.17.0