Connect2id server 5.0.4 with snappier metrics
Version 5 of the OpenID Connect server receives a mini update to make metrics retrieval snappier if you’re using Redis as main or secondary in-memory store. Customers with large user bases (running in the millions) will see improved responsiveness when polling metrics for current session count, etc.
"sessionStore.numSessions": { "value": 10458003 }
The latest version 6 of the Connect2id server will get a similar update in the next few days. Stay tuned.
Download
To download a ZIP package of Connect2id server 5.0.4:
https://c2id-downloads.s3.eu-central-1.amazonaws.com/server/5.0.4/Connect2id-server.zip
As WAR package only:
https://c2id-downloads.s3.eu-central-1.amazonaws.com/server/5.0.4/c2id.war
Questions?
Get in touch Connect2id support, we’ll be delighted to help out.
Release notes
5.0.4 (2016-11-15)
General
- Improves responsiveness of the following object count metrics when Redis is utilised as primary in-memory session store: sessionStore.numSessions, authzStore.numAuthzCodes, authzStore.numIdAccessTokens, authzStore.numCachedAuthorizations, authzSessionStore.numSessions and clientStore.numCachedRegistrations.
Configuration
- No changes
Web API
- No changes
Bug fixes
- None
Dependencies
-
Upgrades to Connect2id Authorization Store 4.6.1
-
Upgrades to Connect2id Session Store 4.0.7
-
Upgrades to Redis Store 8.2 (private Connect2id release)
-
Upgrades to Jedis 2.8.2