fix(dcrouter): improve domain pattern matching to support routing-glob and wildcard patterns and use matching logic when resolving routes

This commit is contained in:
2026-02-13 23:16:25 +00:00
parent c33ecdc26f
commit 2638990667
4 changed files with 27 additions and 16 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/dcrouter',
version: '5.4.1',
version: '5.4.2',
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
}