v13.43.2
Docker (tags) / release (push) Failing after 1s
Release / build-and-release (push) Successful in 6m22s

This commit is contained in:
2026-06-03 09:32:11 +00:00
parent 9286f56316
commit 9c08384df0
5 changed files with 7 additions and 11 deletions
+3 -7
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-06-03 - 13.43.2
### Fixes
- enforce canonical source bindings for route access (route-management)
@@ -9,13 +12,6 @@
- Fail closed for managed gateway/workhoster routes without source bindings and add terminal deny fallbacks for private-only bindings.
- Add migration coverage, Ops route UI updates, and documentation for the canonical source binding model.
## 2026-06-03 - 13.43.1
### Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/dcrouter",
"version": "13.43.1",
"version": "13.43.2",
"exports": "./binary/dcrouter.ts",
"compile": {
"include": [
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@serve.zone/dcrouter",
"private": false,
"version": "13.43.1",
"version": "13.43.2",
"description": "A multifaceted routing service handling mail and SMS delivery functions.",
"type": "module",
"bin": {
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/dcrouter',
version: '13.43.1',
version: '13.43.2',
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
}
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/dcrouter',
version: '13.43.1',
version: '13.43.2',
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
}