You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: debian/changelog
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
scitokens-cpp (1.3.0-1) unstable; urgency=medium
2
+
3
+
* Add scitokens-generate-jwks CLI for key generation in https://github.com/scitokens/scitokens-cpp/pull/186
4
+
* Add environment variable configuration loading on library initialization in https://github.com/scitokens/scitokens-cpp/pull/190
5
+
* Add per-issuer lock to prevent multiple concurrent queries against issuers without a known key in https://github.com/scitokens/scitokens-cpp/pull/180
6
+
* Add negative cache for failed issuer lookups (preventing frequent re-queries) in https://github.com/scitokens/scitokens-cpp/pull/178
7
+
* Add monitoring API for per-issuer validation statistics in https://github.com/scitokens/scitokens-cpp/pull/182
8
+
* Add optional background thread for JWKS refresh in https://github.com/scitokens/scitokens-cpp/pull/192
9
+
* Add keycache load, metadata, and delete APIs in https://github.com/scitokens/scitokens-cpp/pull/194
10
+
* Revert "Fix memory leak in rs256_from_coords" by @djw8605 in https://github.com/scitokens/scitokens-cpp/pull/162
11
+
* Add CTest-based integration test with JWKS server and TLS infrastructure by @Copilot in https://github.com/scitokens/scitokens-cpp/pull/184
12
+
* Add devcontainer configuration for GitHub Codespaces by @Copilot in https://github.com/scitokens/scitokens-cpp/pull/188
13
+
14
+
-- Brian Bockelman <bbockelman@morgridge.org> Thu, 11 Dec 2025 16:10:00 -0600
15
+
1
16
scitokens-cpp (1.2.0-1) unstable; urgency=medium
2
17
3
18
* Fix segfault if the JSON parser cannot parse the JWKS
0 commit comments