feat(devops): During feature flag Checkin derive the version from the last field of the user-agent

ref: #678 #676
This commit is contained in:
2025-03-15 04:10:40 +09:30
parent 5f62828f28
commit b4d41970aa
3 changed files with 17 additions and 2 deletions

View File

@ -109,7 +109,7 @@ class CenturionFeatureFlagging:
self._disable_downloading = disable_downloading
if version is not None:
if version is None:
self._headers.update({
'User-Agent': f'{user_agent} 0.0'