fix(sms): update sms service to use async ProjectInfo initialization

This commit is contained in:
2026-03-26 08:43:36 +00:00
parent 20eda1ab3e
commit 7209903d02
6 changed files with 105 additions and 361 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-26 - 11.10.7 - fix(sms)
update sms service to use async ProjectInfo initialization
- Replace direct ProjectInfo construction with the async create() factory in the SMS service startup flow
- Bump related dependencies including @push.rocks/projectinfo, @push.rocks/smartdata, @push.rocks/smartmongo, @serve.zone/remoteingress, and @git.zone/tstest
## 2026-03-26 - 11.10.6 - fix(typescript)
tighten TypeScript null safety and error handling across backend and ops UI