Ruben Fiszel
96c0ff65bd
chore(main): release 1.742.0 ( #9830 )
...
* chore(main): release 1.742.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-28 14:33:27 +02:00
Ruben Fiszel
9172a0945b
chore(main): release 1.741.0 ( #9804 )
...
* chore(main): release 1.741.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-26 21:43:02 +02:00
Ruben Fiszel
52fc7bf94c
feat(sdk): allow overriding worker tag when running jobs (WIN-2105) ( #9807 )
...
* feat(sdk): allow overriding worker tag when running jobs
Add an optional `tag` parameter to every job-running helper across the
TypeScript, Python, PowerShell and Rust client SDKs. When set, it is
forwarded as the `tag` query param on the `jobs/run/*` endpoints, which
the backend already honors as a worker-tag override.
The parameter is appended last and defaults to null/None everywhere, so
existing positional and keyword callers are unaffected. Rust has no
optional params, so its existing `run_script_async`/`run_script_sync`
signatures are left untouched and new `*_with_tag` variants are added.
Fixes WIN-2105
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
* chore(system_prompts): regenerate SDK docs for tag param
Regenerate auto-generated system prompts so the TypeScript/Python SDK
references (and the script skills that embed them) reflect the new
optional `tag` parameter on the job-running helpers.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
* fix(powershell-sdk): preserve original RunScriptAsync/RunFlowAsync arities
PowerShell class methods dispatch by exact argument count and have no
default parameter values, so adding `$Tag` in place dropped the old
4-arg `RunScriptAsync` / 3-arg `RunFlowAsync` overloads — existing direct
class calls would fail with "Cannot find an overload". Re-add the
original arities as thin overloads that forward `$null` for `$Tag`.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
* fix(system_prompts): generate prompts.d.ts to stop literal-content drift
prompts.d.ts was a tracked declaration file with string-literal types
baked in, but generate.py never regenerated it — only prompts.ts and the
hand-written index.d.ts. So every prompt change (e.g. the new SDK `tag`
param) left prompts.d.ts stale, and check-freshness didn't catch it
because generate.py never wrote the file.
Emit prompts.d.ts from generate.py as plain `export declare const X:
string;` declarations. The contents now live only in prompts.ts, so the
declaration file can't drift, and check-freshness covers it going forward.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-26 11:54:09 +02:00
Ruben Fiszel
b7a227f860
chore(main): release 1.740.0 ( #9776 )
...
* chore(main): release 1.740.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-25 21:37:57 +00:00
Ruben Fiszel
920f5688ca
chore(main): release 1.739.0 ( #9746 )
...
* chore(main): release 1.739.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-24 18:01:19 +00:00
Ruben Fiszel
9e4cf139b1
chore(main): release 1.738.0 ( #9735 )
...
* chore(main): release 1.738.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-23 21:08:15 +00:00
Ruben Fiszel
723a65920f
chore(main): release 1.737.0 ( #9728 )
...
* chore(main): release 1.737.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-23 12:10:15 +02:00
Ruben Fiszel
e82a6a6830
chore(main): release 1.736.0 ( #9720 )
...
* chore(main): release 1.736.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-23 09:44:35 +02:00
Ruben Fiszel
83ec0dd07a
chore(main): release 1.735.0 ( #9700 )
...
* chore(main): release 1.735.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-22 14:07:47 +02:00
Ruben Fiszel
346cc30e2d
chore(main): release 1.734.0 ( #9691 )
...
* chore(main): release 1.734.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-20 16:32:16 +02:00
Ruben Fiszel
3ebf24359d
feat: ducklake materialization for data pipelines ( #9689 )
2026-06-20 15:42:03 +02:00
Ruben Fiszel
d5388da953
chore(main): release 1.733.1 ( #9685 )
...
* chore(main): release 1.733.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-19 17:37:27 +02:00
Ruben Fiszel
b2ce475fc3
chore(main): release 1.733.0 ( #9677 )
...
* chore(main): release 1.733.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-19 13:50:47 +00:00
Ruben Fiszel
b24616dc44
chore(main): release 1.732.0 ( #9670 )
...
* chore(main): release 1.732.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-19 11:34:59 +00:00
Ruben Fiszel
887a3076b2
chore(main): release 1.731.0 ( #9668 )
...
* chore(main): release 1.731.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-19 10:16:35 +00:00
Ruben Fiszel
8c78fa0a55
chore(main): release 1.730.0 ( #9654 )
...
* chore(main): release 1.730.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-18 23:49:35 +02:00
Ruben Fiszel
ab1c3ee462
chore(main): release 1.729.0 ( #9632 )
...
* chore(main): release 1.729.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-18 09:10:40 +02:00
Ruben Fiszel
e6b45c4eee
chore(main): release 1.728.1 ( #9628 )
...
* chore(main): release 1.728.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-17 08:31:32 +02:00
Ruben Fiszel
f9cfeb0dba
chore(main): release 1.728.0 ( #9613 )
...
* chore(main): release 1.728.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-16 17:55:39 +02:00
Ruben Fiszel
6b62b1d832
chore(main): release 1.727.0 ( #9605 )
...
* chore(main): release 1.727.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-16 12:35:50 +02:00
Ruben Fiszel
1cf402a9be
chore(main): release 1.726.1 ( #9603 )
...
* chore(main): release 1.726.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-16 00:58:38 +02:00
Ruben Fiszel
abe442bf42
chore(main): release 1.726.0 ( #9598 )
...
* chore(main): release 1.726.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-15 20:22:16 +02:00
Ruben Fiszel
8643e68891
chore(main): release 1.725.1 ( #9589 )
...
* chore(main): release 1.725.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-15 19:26:21 +02:00
Ruben Fiszel
a4c03405d6
chore(main): release 1.725.0 ( #9575 )
...
* chore(main): release 1.725.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-15 16:31:58 +02:00
Ruben Fiszel
598ce40f56
chore(main): release 1.724.0 ( #9556 )
...
* chore(main): release 1.724.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-15 08:47:36 +02:00
Ruben Fiszel
61ad1b4c99
chore(main): release 1.723.0 ( #9544 )
...
* chore(main): release 1.723.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-12 00:28:50 +02:00
Ruben Fiszel
8fae99fe6a
chore(main): release 1.722.0 ( #9493 )
...
* chore(main): release 1.722.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-11 10:50:13 +00:00
Ruben Fiszel
66c0334e70
chore(main): release 1.721.0 ( #9480 )
...
* chore(main): release 1.721.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-09 08:14:02 +00:00
Ruben Fiszel
a3740d571a
chore(main): release 1.720.0 ( #9464 )
...
* chore(main): release 1.720.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-08 18:02:10 +00:00
Ruben Fiszel
004339032e
chore(main): release 1.719.0 ( #9459 )
...
* chore(main): release 1.719.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-06 08:16:43 +00:00
Ruben Fiszel
3887bf67dc
chore(main): release 1.718.0 ( #9450 )
...
* chore(main): release 1.718.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-05 14:55:10 +00:00
Ruben Fiszel
24fa61d3c0
chore(main): release 1.717.1 ( #9444 )
...
* chore(main): release 1.717.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-04 10:20:28 +00:00
Ruben Fiszel
6b6c16e6bc
chore(main): release 1.717.0 ( #9439 )
...
* chore(main): release 1.717.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-04 07:37:15 +00:00
Ruben Fiszel
d537c82c4f
chore(main): release 1.716.0 ( #9430 )
...
* chore(main): release 1.716.0
* Apply automatic changes
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-03 14:01:02 +00:00
Ruben Fiszel
47c96204de
chore(main): release 1.715.0 ( #9421 )
...
* chore(main): release 1.715.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-03 10:08:16 +00:00
Ruben Fiszel
00cd89fff3
chore(main): release 1.714.1 ( #9408 )
...
* chore(main): release 1.714.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-02 12:58:41 +00:00
Ruben Fiszel
2ac198396e
chore(main): release 1.714.0 ( #9390 )
...
* chore(main): release 1.714.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-02 08:22:19 +00:00
Ruben Fiszel
32b4771f19
chore(main): release 1.713.1 ( #9389 )
...
* chore(main): release 1.713.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-06-01 09:10:53 +02:00
Ruben Fiszel
b16828d480
chore(main): release 1.713.0 ( #9369 )
...
* chore(main): release 1.713.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-05-31 08:43:37 +00:00
Ruben Fiszel
889101b7f0
chore(main): release 1.712.0 ( #9340 )
...
* chore(main): release 1.712.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-05-28 19:52:36 +02:00
Ruben Fiszel
8d72a7a4a4
chore(main): release 1.711.0 ( #9337 )
...
* chore(main): release 1.711.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-05-26 16:47:53 +00:00
Ruben Fiszel
edea1b3631
chore(main): release 1.710.1 ( #9327 )
...
* chore(main): release 1.710.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-05-26 09:38:13 +00:00
Ruben Fiszel
80f6a5a6e8
chore(main): release 1.710.0 ( #9323 )
...
* chore(main): release 1.710.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-05-26 06:34:55 +00:00
Ruben Fiszel
f9c7fa2e43
chore(main): release 1.709.0 ( #9312 )
...
* chore(main): release 1.709.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-05-25 18:19:53 +00:00
Ruben Fiszel
ff685eb2d3
chore(main): release 1.708.0 ( #9304 )
...
* chore(main): release 1.708.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-05-24 23:51:19 +00:00
Ruben Fiszel
7b11ebe5f5
chore(main): release 1.707.0 ( #9285 )
...
* chore(main): release 1.707.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-05-22 23:35:01 +02:00
Ruben Fiszel
9b218dc405
chore(main): release 1.706.1 ( #9281 )
...
* chore(main): release 1.706.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-05-22 08:26:25 +00:00
Ruben Fiszel
e6f80dad1c
chore(main): release 1.706.0 ( #9270 )
...
* chore(main): release 1.706.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-05-21 16:33:02 +00:00
Ruben Fiszel
9cb34397eb
chore(main): release 1.705.0 ( #9229 )
...
* chore(main): release 1.705.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-05-20 16:28:29 +00:00
Ruben Fiszel
c8ab030aa4
chore(main): release 1.704.1 ( #9226 )
...
* chore(main): release 1.704.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-05-19 05:46:13 +00:00