-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve introspection cache #567
Merged
Merged
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 418e328 - Browse repository at this point
Copy the full SHA 418e328View commit details -
feat(introspection_cache): remove custom role generic to make compati…
…ble with caches Using a role generic was incompatible with the type erasure of the introspection cache. Judging from the discussion in smartive#550 the original intention was to introduce a convenience feature, for library users. However, the same behaviour can be easily achieved by a simple extention trait, and does not need to be support by this crate itself to achieve the same convenience. As a result, the generic role type parameter is removed.
Configuration menu - View commit details
-
Copy full SHA for 2762bf1 - Browse repository at this point
Copy the full SHA 2762bf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16585c2 - Browse repository at this point
Copy the full SHA 16585c2View commit details -
feat(introspection_cache): use cache optimized for concurrent load
* don't lock on every request * use a ttl expiry for better token security
Configuration menu - View commit details
-
Copy full SHA for 8e0f2a6 - Browse repository at this point
Copy the full SHA 8e0f2a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d22658a - Browse repository at this point
Copy the full SHA d22658aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c16b470 - Browse repository at this point
Copy the full SHA c16b470View commit details -
Configuration menu - View commit details
-
Copy full SHA for 664fc32 - Browse repository at this point
Copy the full SHA 664fc32View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3e9020 - Browse repository at this point
Copy the full SHA a3e9020View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.