Skip to main content

vNext v0.0.55: SOAP Entegrasyonu, Function Verb Desteği ve Job Timeout Modeli

· 4 min read
vNext Team
Burgan Tech Engineering

vNext platformunun v0.0.55 sürümü yayınlandı. Bu sürümde SOAP web servisleriyle doğrudan entegrasyon, function endpoint'lerine tam HTTP verb desteği ve iş akışı job'larının sonsuz Busy durumunda takılmasını önleyen bir timeout katmanı öne çıkıyor. Bunların yanı sıra deployment rehberi, annotation convention key'leri ve View Concept modeli de dokümantasyona eklendi.

Release v0.0.55

· 5 min read
vNext Team
Burgan Tech Engineering

Overview

This release introduces SoapTask as a first-class task type for SOAP 1.1/1.2 web service integrations, expands Functions to support POST, PATCH, and DELETE verbs alongside GET, and adds a layered timeout model for workflow job execution that eliminates indefinitely stuck Busy instances. ScriptBase gains XML helper methods (ParseXml, XmlToString) to support SOAP response handling in mapping scripts. A new Deployment documentation section covers Helm chart installation and the Release Viewer tool. Transition Annotations receive documented platform-convention keys, and the View Concept guide is extended with the State View / Transition View interaction model. A schema correction moves NotificationTask configuration under attributes.

vNext v0.0.54: Forge Studio, Incident Takibi ve Çok Kanallı Bildirimler

· 4 min read
vNext Team
Burgan Tech Engineering

vNext platformunun v0.0.54 sürümü yayınlandı. Bu sürümde contributor'ların iş akışını doğrudan etkileyen yeni araçlar, platform genelinde gözlemlenebilirliği artıran incident takip mekanizması ve çok kanallı bildirim desteği öne çıkıyor. Aşağıda, günlük geliştirme deneyiminizi değiştirecek başlıkları özetledik.

Release v0.0.54

· 8 min read
vNext Team
Burgan Tech Engineering

Overview

This release strengthens pipeline reliability through distributed lock TTL renewal on auto-chains, SubFlow ErrorBoundary delegation to parent flows, and end-to-end Stage propagation in the TransitionPipeline. Infrastructure and CI/CD fixes address stale Docker image tags from common.props, non-fast-forward release pushes, and transient Microsoft Container Registry pull failures. Platform metadata expands with new Instance fields, transition annotations, View renderer hints, exposure of the cancel transition in availableTransitions, and shared transitions available State-wide via "availableIn": ["all"]. NotificationTask is revived with full State function response binding, and tooling adds the @burgan-tech/vnext-meta package plus configurable Kestrel request header limits.