Skip to content

Commit 2b6eba6

Browse files
committed
Bump RPM file for 1.3.0 release
1 parent f9432cc commit 2b6eba6

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
116
scitokens-cpp (1.2.0-1) unstable; urgency=medium
217

318
* Fix segfault if the JSON parser cannot parse the JWKS

debian/scitokens-cpp.dsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# created by obsupdate.sh, do not edit by hand
2-
Debtransform-Tar: scitokens-cpp-1.2.0.tar.gz
2+
Debtransform-Tar: scitokens-cpp-1.3.0.tar.gz
33
Format: 3.0
4-
Version: 1.2.0.1-1
4+
Version: 1.3.0.1-1
55
Binary: scitokens-cpp
66
Source: scitokens-cpp
77
Section: science

rpm/scitokens-cpp.spec

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: scitokens-cpp
2-
Version: 1.2.0
2+
Version: 1.3.0
33
Release: 1%{?dist}
44
Summary: C++ Implementation of the SciTokens Library
55
License: ASL 2.0
@@ -66,6 +66,18 @@ Requires: %{name}%{?_isa} = %{version}
6666
%dir %{_includedir}/scitokens
6767

6868
%changelog
69+
70+
* Thu Dec 11 2025 Brian Bockelman <bbockelman@morgridge.org> - 1.3.0-1
71+
- Add scitokens-generate-jwks CLI for key generation.
72+
- Add environment variable-based configuration on library initialization.
73+
- Add per-issuer lock to prevent multiple concurrent queries against issuers without a known key
74+
- Add negative cache for failed issuer lookups (preventing frequent re-queries)
75+
- Add monitoring API for per-issuer validation statistics
76+
- Add optional background thread for JWKS refresh
77+
- Add keycache load, metadata, and delete APIs
78+
- Revert "Fix memory leak in rs256_from_coords" by @djw8605
79+
- Add CTest-based integration test with JWKS server and TLS infrastructure
80+
6981
* Fri Dec 05 2025 Derek Weitzel <dweitzel@unl.edu> - 1.2.0-1
7082
- Fix segfault if the JSON parser cannot parse the JWKS
7183
- Fix float time claims issue and improve error handling

0 commit comments

Comments
 (0)