File tree Expand file tree Collapse file tree
knowledge_commons_profiles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 4.41.0 (2026-06-04)
2+
3+ ### Feat
4+
5+ - ** idms** : add local IDMS settings for local boot/testing
6+ - ** idms** : add ASGI entrypoint, IDMS settings and broker deps
7+ - ** cilogon** : add async broker views and IDMS URLconf
8+ - ** cilogon** : add CILOGON_PROMPT_LOGIN to force IdP re-auth
9+
10+ ### Fix
11+
12+ - ** ci** : push the IDMS dev image with its own build tag
13+ - ** webhook** : stop leaking auth token in query string and logs
14+ - ** webhook** : send Bearer auth header and log non-2xx responses
15+ - ** cilogon** : derive JWKS endpoint and iss claim from configured host
16+
17+ ### Refactor
18+
19+ - ** idms** : share broker overrides and add dev settings
20+
121## 4.40.0 (2026-05-29)
222
323### Feat
Original file line number Diff line number Diff line change 1- VERSION = "4.40 .0"
1+ VERSION = "4.41 .0"
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ force-single-line = true
155155
156156[project ]
157157name = " newprofile"
158- version = " 4.40 .0"
158+ version = " 4.41 .0"
159159description = " The profiles and IDMS system for Knowledge Commons"
160160readme = " README.md"
161161requires-python = " >=3.12"
@@ -262,7 +262,7 @@ loadtest = [
262262]
263263
264264[tool .commitizen ]
265- version = " 4.40 .0"
265+ version = " 4.41 .0"
266266version_files = [
267267 " knowledge_commons_profiles/__version__.py" ,
268268 " pyproject.toml:version"
You can’t perform that action at this time.
0 commit comments