v0.24.0
New major release! 0.24 introduces some breaking changes, which may affect you:
REDIS_HOST
,REDIS_PORT
,REDIS_USERNAME
andREDIS_PASSWORD
are now deprecated. Instead, you must use a singularREDIS_URI
environment variable that takes the formredis://[username]:[passsword]@[host]:[port]
./group/x/member
endpoints has been removed. These have been marked as deprecated 2.5 years earlier. If you still depended on this endpoint, all the related information can be found on the /group/x endpoint. This endpoint also has operations for modifying the members list.- By default this server will no longer allow new users and apps to see the full list of other users, groups and apps. Any applications relying on this behavior need to give the relevant users the
a12n:principals:list
privilege. To get the old behavior, simply add this privilege to the new$all
group. An privileges added to this group are automatically applied to every user in the system.
Changes since last alpha release:
- Upgrade to Redis 4.
- Improve user audit logging for various OAuth2 flows.
- Use SQLite3 WAL mode for better concurrency.