Skip to content

Commit a21e427

Browse files
committed
Add changelog entry for bug-audit batch
1 parent fc0112e commit a21e427

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

changelog_entry.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
- bump: patch
2+
changes:
3+
fixed:
4+
- Flatten every (entity, variable, period) triple in flatten_variables_from_household (#1462).
5+
- Tighten /calculate_demo rate limit from 1/second to 1/10 seconds (#1463).
6+
- Stop unconditionally wiping the analytics SQLite DB and fix the sqlite:// URI (#1464).
7+
- Restrict CORS to PolicyEngine origins by default (#1465).
8+
- Replace invalid ConnectionError(description=...) with a GCPError class (#1466).
9+
- Keep "0"/"1" env-var values as integers instead of collapsing to False/True (#1467).
10+
- Verify JWT signatures in the analytics decorator and drop datetime.utcnow (#1468).
11+
- Re-raise tracer failures in PolicyEngineCountry.calculate so the endpoint can return a real 500 (#1469).
12+
- Validate /calculate payloads and cap axes scans; add per-endpoint rate limit (#1470).
13+
- Time-bound and lazy-load the Auth0 JWKS fetch so a startup outage doesn't crash the API (#1471).
14+
- Replace deprecated dpath.util.search with dpath.search (#1472).

0 commit comments

Comments
 (0)