Note
This version introduces a heartbeat request that gets sent once everyday to the Pocket ID analytics server to count how many instances of Pocket ID exist. The heartbeat request only contains a random instance ID, the version of Pocket ID and when it was first/last seen. Seeing how many active Pocket ID instances are out there genuinely motivates us to keep developing and maintaining the project. Of course this heartbeat can also be disabled by setting ANALYTICS_DISABLED
to true
. For more information visit the docs page.
Features
- add daily heartbeat request for counting Pocket ID instances (#578)
- require user verification for passkey sign in (68e4b67)
- show allowed group count on oidc client list (#567) (38d7ee4)
Bug Fixes
- use ldapAttributeUserUsername for finding group members (#565)