Skip to content

Commit 5df2ef8

Browse files
committed
Update PolicyEngine API
1 parent ddf4649 commit 5df2ef8

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.39.0] - 2026-04-18
2+
3+
### Added
4+
5+
- Outbound auth to the simulation API gateway. `SimulationAPIModal` now attaches an Auth0 `client_credentials` bearer token to every request to the Modal simulation gateway, via a new `GatewayAuthTokenProvider` that caches and refreshes tokens in-process. Configured by four env vars: `GATEWAY_AUTH_ISSUER`, `GATEWAY_AUTH_AUDIENCE`, `GATEWAY_AUTH_CLIENT_ID`, `GATEWAY_AUTH_CLIENT_SECRET`. If any are unset, no auth is attached (preserves local/dev behavior).
6+
7+
18
## [3.38.16] - 2026-04-17
29

310
### Fixed

changelog.d/add-gateway-auth-client.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "policyengine-api"
7-
version = "3.38.16"
7+
version = "3.39.0"
88
description = "PolicyEngine API"
99
readme = "README.md"
1010
license = "AGPL-3.0-only"

0 commit comments

Comments
 (0)