Doorkeeper v5.1.0 Release Notes

Release Date: 2019-04-17 // about 5 years ago
  • โฌ†๏ธ See Upgrade guides for migration to a new version.

    • [#1243]: Add nil check operator in token checking at token introspection.
    • [#1241] Explaining foreign key options for resource owner in a single place
    • ๐Ÿ”ง [#1237] Allow to set blank redirect URI if Doorkeeper configured to use redirect URI-less grant flows.
    • [#1234] Fix StaleRecordsCleaner to properly work with big amount of records.
    • [#1228] Allow to explicitly set non-expiring tokens in custom_access_token_expires_in configuration
      option using Float::INIFINITY return value.
    • [#1224] Do not try to store token if not found by fallback hashing strategy.
    • ๐Ÿ’… [#1223] Update Hound/Rubocop rules, correct Doorkeeper codebase to follow style-guides.
    • ๐Ÿ’Ž [#1220] Drop Rails 4.2 & Ruby < 2.4 support.