@@ -91,7 +91,7 @@ describe("serve", () => {
9191 "upstash-method" : "POST" ,
9292 "upstash-telemetry-framework" : "unknown" ,
9393 "upstash-telemetry-runtime" : "unknown" ,
94- "upstash-telemetry-sdk" : expect . stringMatching ( / ^ @ u p s t a s h \/ w o r k f l o w @ v 0 \. 2 \. / ) ,
94+ "upstash-telemetry-sdk" : expect . stringMatching ( / ^ @ u p s t a s h \/ w o r k f l o w @ v 0 \. 3 \. / ) ,
9595 "upstash-workflow-init" : "true" ,
9696 "upstash-workflow-runid" : expect . stringMatching ( / ^ w f r _ / ) ,
9797 "upstash-workflow-sdk-version" : "1" ,
@@ -456,7 +456,7 @@ describe("serve", () => {
456456 "upstash-workflow-url" : WORKFLOW_ENDPOINT ,
457457 "upstash-telemetry-framework" : "unknown" ,
458458 "upstash-telemetry-runtime" : "unknown" ,
459- "upstash-telemetry-sdk" : expect . stringMatching ( / ^ @ u p s t a s h \/ w o r k f l o w @ v 0 \. 2 \. / ) ,
459+ "upstash-telemetry-sdk" : expect . stringMatching ( / ^ @ u p s t a s h \/ w o r k f l o w @ v 0 \. 3 \. / ) ,
460460 } ,
461461 body : '{"stepId":3,"stepName":"step 3","stepType":"Run","out":"\\"combined results: result 1,result 2\\"","concurrent":1}' ,
462462 } ,
@@ -505,7 +505,7 @@ describe("serve", () => {
505505 "upstash-workflow-url" : WORKFLOW_ENDPOINT ,
506506 "upstash-telemetry-framework" : "unknown" ,
507507 "upstash-telemetry-runtime" : "unknown" ,
508- "upstash-telemetry-sdk" : expect . stringMatching ( / ^ @ u p s t a s h \/ w o r k f l o w @ v 0 \. 2 \. / ) ,
508+ "upstash-telemetry-sdk" : expect . stringMatching ( / ^ @ u p s t a s h \/ w o r k f l o w @ v 0 \. 3 \. / ) ,
509509 } ,
510510 body : '{"stepId":1,"stepName":"sleep-step","stepType":"SleepFor","sleepFor":1,"concurrent":1}' ,
511511 } ,
@@ -558,7 +558,7 @@ describe("serve", () => {
558558 "upstash-failure-callback-workflow-url" : "https://requestcatcher.com/api" ,
559559 "upstash-telemetry-framework" : "unknown" ,
560560 "upstash-telemetry-runtime" : "unknown" ,
561- "upstash-telemetry-sdk" : expect . stringMatching ( / ^ @ u p s t a s h \/ w o r k f l o w @ v 0 \. 2 \. / ) ,
561+ "upstash-telemetry-sdk" : expect . stringMatching ( / ^ @ u p s t a s h \/ w o r k f l o w @ v 0 \. 3 \. / ) ,
562562 } ,
563563 body : '{"stepId":1,"stepName":"sleep-step","stepType":"SleepFor","sleepFor":1,"concurrent":1}' ,
564564 } ,
@@ -613,7 +613,7 @@ describe("serve", () => {
613613 "upstash-failure-callback-workflow-url" : "https://requestcatcher.com/api" ,
614614 "upstash-telemetry-framework" : "unknown" ,
615615 "upstash-telemetry-runtime" : "unknown" ,
616- "upstash-telemetry-sdk" : expect . stringMatching ( / ^ @ u p s t a s h \/ w o r k f l o w @ v 0 \. 2 \. / ) ,
616+ "upstash-telemetry-sdk" : expect . stringMatching ( / ^ @ u p s t a s h \/ w o r k f l o w @ v 0 \. 3 \. / ) ,
617617 } ,
618618 body : '{"stepId":1,"stepName":"sleep-step","stepType":"SleepFor","sleepFor":1,"concurrent":1}' ,
619619 } ,
@@ -715,7 +715,7 @@ describe("serve", () => {
715715 "upstash-retry-delay" : "2000" ,
716716 "upstash-telemetry-framework" : "unknown" ,
717717 "upstash-telemetry-runtime" : "unknown" ,
718- "upstash-telemetry-sdk" : expect . stringMatching ( / ^ @ u p s t a s h \/ w o r k f l o w @ v 0 \. 2 \. / ) ,
718+ "upstash-telemetry-sdk" : expect . stringMatching ( / ^ @ u p s t a s h \/ w o r k f l o w @ v 0 \. 3 \. / ) ,
719719 "upstash-timeout" : "10" ,
720720 "upstash-workflow-calltype" : "toCallback" ,
721721 "upstash-workflow-init" : "false" ,
@@ -1001,7 +1001,7 @@ describe("serve", () => {
10011001 "Upstash-Workflow-Url" : [ WORKFLOW_ENDPOINT ] ,
10021002 "Upstash-Telemetry-Framework" : [ "unknown" ] ,
10031003 "Upstash-Telemetry-Runtime" : [ "unknown" ] ,
1004- "Upstash-Telemetry-Sdk" : [ expect . stringMatching ( / ^ @ u p s t a s h \/ w o r k f l o w @ v 0 \. 2 \. / ) ] ,
1004+ "Upstash-Telemetry-Sdk" : [ expect . stringMatching ( / ^ @ u p s t a s h \/ w o r k f l o w @ v 0 \. 3 \. / ) ] ,
10051005 } ,
10061006 timeoutUrl : WORKFLOW_ENDPOINT ,
10071007 url : WORKFLOW_ENDPOINT ,
@@ -1336,7 +1336,7 @@ describe("serve", () => {
13361336 "upstash-forward-test-header" : headerValue ,
13371337 "upstash-telemetry-framework" : "unknown" ,
13381338 "upstash-telemetry-runtime" : "unknown" ,
1339- "upstash-telemetry-sdk" : expect . stringMatching ( / ^ @ u p s t a s h \/ w o r k f l o w @ v 0 \. 2 \. / ) ,
1339+ "upstash-telemetry-sdk" : expect . stringMatching ( / ^ @ u p s t a s h \/ w o r k f l o w @ v 0 \. 3 \. / ) ,
13401340 } ,
13411341 body : '{"stepId":1,"stepName":"sleep-step","stepType":"SleepFor","sleepFor":1,"concurrent":1}' ,
13421342 } ,
0 commit comments