Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@samsm samsm released this 24 Jun 19:21
· 1 commit to main since this release

What's Changed

Most significantly, API key use is now optional. By default, v5 will not enable API Key auth or generate the api_client tables. To disable API Key auth on your app, there's a new configuration parameter you can add to the initializer documented in the README.

This might be useful if your platform has alternative approaches for restricting access to services.

You can read more about the changes here:

  • Configuration to disable api key support: #123
  • Separate API Key auth support generation: #124

Here's a full breakdown:

New Contributors

Full Changelog: v4.2.2...v5.0.0