Skip to content

Commit 6c661ae

Browse files
committed
Update PolicyEngine API
1 parent 9ed1701 commit 6c661ae

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.43.15] - 2026-07-07
2+
3+
### Changed
4+
5+
- Deploys now stop idle App Engine versions automatically. The staging version is stopped after its integration tests pass, and after a production promote only the two newest production versions stay warm while every other superseded version is stopped. Stopped versions are then pruned to the newest 10 production and newest 3 staging (older prod, older staging, and legacy timestamp-named versions are deleted). This removes always-on Flexible-environment VM cost from versions that serve no traffic, while keeping recent production versions available for rollback via `gcloud app versions start`.
6+
7+
18
## [3.43.14] - 2026-07-07
29

310
### Changed

changelog.d/app-engine-idle-version-cleanup.changed.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.43.14"
7+
version = "3.43.15"
88
description = "PolicyEngine API"
99
readme = "README.md"
1010
license = "AGPL-3.0-only"

0 commit comments

Comments
 (0)