Ruben Fiszel
f45d9adf6a
chore(main): release 1.621.2 ( #7735 )
...
* chore(main): release 1.621.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-29 17:19:39 +00:00
Ruben Fiszel
ebecd709af
chore(main): release 1.621.1 ( #7733 )
...
* chore(main): release 1.621.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-29 09:25:42 +00:00
Ruben Fiszel
22a447591e
chore(main): release 1.621.0 ( #7732 )
...
* chore(main): release 1.621.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-29 08:38:31 +00:00
Ruben Fiszel
5c20b37a53
feat: add QuickJS as alternative JS engine for flow expression evaluation ( #7664 )
...
* feat: add QuickJS as alternative JS engine for flow expression evaluation
Add rquickjs as an optional alternative to deno_core for evaluating
JavaScript expressions in flow transformations. QuickJS offers ~8-16x
faster startup times for simple expressions, making it ideal for
evaluating many small expressions in flows.
Key changes:
- Add new `quickjs` feature flag for windmill-worker
- Implement js_eval_quickjs.rs with true async Rust callbacks for
variable(), resource(), and results.xxx access (no pre-fetching)
- Share expression transformation logic (replace_with_await,
replace_with_await_result) between both implementations
- Add USE_QUICKJS_FOR_FLOW_EVAL env var to switch engines at runtime
- When only quickjs feature is enabled (no deno_core), QuickJS is
automatically used
- Add comprehensive parity tests comparing QuickJS and deno_core output
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* all
* quickjs
* quickjs
* all
* all
* all
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 01:44:40 +00:00
Ruben Fiszel
45e0dd0b07
chore(main): release 1.620.1 ( #7730 )
...
* chore(main): release 1.620.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-28 22:58:56 +00:00
Ruben Fiszel
f955496dc1
chore(main): release 1.620.0 ( #7728 )
...
* chore(main): release 1.620.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-28 20:00:23 +00:00
Ruben Fiszel
9be12bb607
chore(main): release 1.619.0 ( #7722 )
...
* chore(main): release 1.619.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-28 18:26:08 +00:00
Ruben Fiszel
971b3c8b4a
chore(main): release 1.618.2 ( #7721 )
...
* chore(main): release 1.618.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-28 15:29:57 +00:00
Ruben Fiszel
a58dd287ee
chore(main): release 1.618.0 ( #7714 )
...
* chore(main): release 1.618.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-28 12:41:54 +00:00
Ruben Fiszel
ed107891d9
chore(main): release 1.617.3 ( #7707 )
...
* chore(main): release 1.617.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-27 18:28:41 +00:00
Ruben Fiszel
08aa6e4a4c
chore(main): release 1.617.2 ( #7702 )
...
* chore(main): release 1.617.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-27 17:38:27 +00:00
Ruben Fiszel
b170df883d
chore(main): release 1.617.1 ( #7698 )
...
* chore(main): release 1.617.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-27 11:57:01 +00:00
Ruben Fiszel
924e32447f
chore(main): release 1.617.0 ( #7692 )
...
* chore(main): release 1.617.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-27 10:23:29 +00:00
Ruben Fiszel
a532fcc8b8
chore(main): release 1.616.0 ( #7689 )
...
* chore(main): release 1.616.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-26 21:06:13 +00:00
Pyra
c5963957b6
feat: add otlp/http internal collector ( #7690 )
...
* feat: add otlp/http internal collector [merge-ee-first]
Signed-off-by: pyranota <pyra@duck.com >
* remove unused import
Signed-off-by: pyranota <pyra@duck.com >
* chore: update ee-repo-ref to b2e51eceaf00719b7b6794b516d42f20a1d96ff7
This commit updates the EE repository reference after PR #390 was merged in windmill-ee-private.
Previous ee-repo-ref: b576da804a0dd3fadf1ad2fbcc0a0df12684d795
New ee-repo-ref: b2e51eceaf00719b7b6794b516d42f20a1d96ff7
Automated by sync-ee-ref workflow.
* fix panic
Signed-off-by: pyranota <pyra@duck.com >
* finish
Signed-off-by: pyranota <pyra@duck.com >
* chore: update ee-repo-ref to c23a9fb439a71bf574139422b8a43770167ed233
This commit updates the EE repository reference after PR #392 was merged in windmill-ee-private.
Previous ee-repo-ref: 657a61696699d7d9751dc8e30935372bb5af2db7
New ee-repo-ref: c23a9fb439a71bf574139422b8a43770167ed233
Automated by sync-ee-ref workflow.
* defensive programming
Signed-off-by: pyranota <pyra@duck.com >
* ee repo ref
Signed-off-by: pyranota <pyra@duck.com >
* Apply suggestions from code review
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
* fix silly claude
Signed-off-by: pyranota <pyra@duck.com >
* chore: update ee-repo-ref to e9f7a4485b2d21746c6a4a4c38fa1cbac2b942af
This commit updates the EE repository reference after PR #393 was merged in windmill-ee-private.
Previous ee-repo-ref: bc6c149c01d7063171488b7930f40ffce73a65d3
New ee-repo-ref: e9f7a4485b2d21746c6a4a4c38fa1cbac2b942af
Automated by sync-ee-ref workflow.
---------
Signed-off-by: pyranota <pyra@duck.com >
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
2026-01-26 19:29:09 +00:00
dieriba
6418c4bcc6
feat: nextcloud native triggers ( #6797 )
2026-01-26 16:49:52 +00:00
Ruben Fiszel
f495cebd7d
chore(main): release 1.615.3 ( #7687 )
...
* chore(main): release 1.615.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-26 16:08:16 +00:00
Ruben Fiszel
7191426ea2
chore(main): release 1.615.2 ( #7685 )
...
* chore(main): release 1.615.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-26 15:54:43 +00:00
Ruben Fiszel
0afc6bc46e
chore(main): release 1.615.1 ( #7684 )
...
* chore(main): release 1.615.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-26 13:20:46 +00:00
Ruben Fiszel
ac56ffe052
chore(main): release 1.615.0 ( #7674 )
...
* chore(main): release 1.615.0
* Apply automatic changes
* pin rdkafka
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-26 11:41:33 +00:00
centdix
2553d987d9
feat(ai): native bedrock compatibility ( #7668 )
...
* check endpoint
* use flag for cred check on worker
* use sdk for auth chat side
* cleaning
* cleaning
* also handle GET
* Add session token support in BedrockClient::from_credentials
Users with temporary STS credentials need session tokens for AWS
authentication. This adds the optional session_token parameter to
support these use cases.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* Cache AWS SDK config loading to avoid repeated I/O
aws_config::load_defaults() performs environment variable lookups and
potentially file I/O on each call. Cache the result in a static OnceCell
to improve performance on high-frequency Bedrock requests.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* Add debouncing to Bedrock credential check button
Prevent rapid clicks from spawning multiple concurrent flow preview
jobs for the worker credential check.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* Remove orphaned SigV4 signing comment
The manual SigV4 signing code was removed in favor of the AWS SDK,
but this documentation comment was left behind.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* Remove verbose tracing info and change-related comments
- Remove per-request auth method info logs (too verbose for production)
- Simplify from_env log to single debug-level message
- Remove comments describing future changes rather than current behavior
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* cleaning
* Fix Bedrock feature flag compilation warnings
Gate AWS-specific imports, struct fields, and methods behind the bedrock
feature flag to eliminate dead code warnings when building without the
bedrock feature enabled.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* bedrock flag
* cleaning
* Move BedrockCredentialsCheck from edit drawer to add drawer
The component was incorrectly shown when editing resources instead of
when adding new ones. Moved it from ResourceEditor.svelte to
ApiConnectForm.svelte.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* cleaning
* cleaning
* make aws-config optional
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2026-01-26 11:04:14 +00:00
Ruben Fiszel
2df369d141
add back deps
2026-01-26 08:55:17 +00:00
Ruben Fiszel
e2fdfb9765
pin rdkafka
2026-01-26 08:22:54 +00:00
Ruben Fiszel
0b6100c8b2
clean up cargo + update rmcp
2026-01-26 08:04:17 +00:00
Ruben Fiszel
8904f7b3f7
chore(main): release 1.614.0 ( #7650 )
...
* chore(main): release 1.614.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-23 12:56:16 +00:00
Pyra
7249b82dba
feat: better mixed versions handling ( #7628 )
2026-01-22 23:16:57 +00:00
Ruben Fiszel
22b222031e
chore(main): release 1.613.4 ( #7646 )
...
* chore(main): release 1.613.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-21 14:23:09 +00:00
Ruben Fiszel
ddfbe026c0
chore(main): release 1.613.3 ( #7644 )
...
* chore(main): release 1.613.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-21 13:23:00 +00:00
Ruben Fiszel
27b3ce7e77
chore(main): release 1.613.2 ( #7642 )
...
* chore(main): release 1.613.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-21 12:44:44 +00:00
Ruben Fiszel
8c41045e04
chore(main): release 1.613.1 ( #7637 )
...
* chore(main): release 1.613.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-21 01:45:01 +00:00
Ruben Fiszel
2a64c208a1
chore(main): release 1.613.0 ( #7617 )
...
* chore(main): release 1.613.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-20 21:18:40 +00:00
Diego Imbert
0e91a86458
[ee] S3 Buckets workspace restrictions ( #7627 )
...
* S3_BUCKETS_WORKSPACE_RESTRICTIONS
* ee repo ref
* nit frontend refactor
2026-01-20 16:50:32 +00:00
Pyra
95df7b9a6a
feat: otel REST tracing ( #7571 )
2026-01-20 13:38:02 +00:00
Ruben Fiszel
6ee56d2ca9
chore(main): release 1.612.2 ( #7614 )
...
* chore(main): release 1.612.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-19 20:39:35 +00:00
Ruben Fiszel
fa3440001c
chore(main): release 1.612.1 ( #7612 )
...
* chore(main): release 1.612.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-19 18:41:41 +00:00
Ruben Fiszel
75dab4886c
chore(main): release 1.612.0 ( #7609 )
...
* chore(main): release 1.612.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-19 17:56:59 +00:00
Ruben Fiszel
1c8c7949fe
chore(main): release 1.611.0 ( #7604 )
...
* chore(main): release 1.611.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-19 10:59:42 +00:00
Ruben Fiszel
4d8721c163
chore(main): release 1.610.1 ( #7601 )
...
* chore(main): release 1.610.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-17 21:30:19 +00:00
Ruben Fiszel
437025a078
chore(main): release 1.610.0 ( #7596 )
...
* chore(main): release 1.610.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-17 21:08:41 +00:00
Ruben Fiszel
b3cb41efa4
feat: add private npm registry proxy support for ATA in webide ( #7597 )
2026-01-17 10:44:30 +00:00
Ruben Fiszel
857d031b2b
chore(main): release 1.609.0 ( #7593 )
...
* chore(main): release 1.609.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-16 22:19:31 +00:00
centdix
437bad4cb7
chore: move mcp logic to windmill-mcp ( #7584 )
...
* draft
* clean up mcp logic
* cleaning
* cleaning
* better code
* error logging
* cleaning
2026-01-16 20:55:14 +00:00
Ruben Fiszel
cf44c7a7ee
chore(main): release 1.608.0 ( #7589 )
...
* chore(main): release 1.608.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-16 10:55:55 +00:00
Ruben Fiszel
548d1af654
chore(main): release 1.607.1 ( #7586 )
...
* chore(main): release 1.607.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-16 00:12:11 +00:00
Ruben Fiszel
74dccc73d3
chore(main): release 1.607.0 ( #7573 )
...
* chore(main): release 1.607.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-15 10:32:00 +00:00
Ruben Fiszel
d4f1d7fbb5
chore(main): release 1.606.1 ( #7568 )
...
* chore(main): release 1.606.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-14 14:51:14 +00:00
Ruben Fiszel
c5d0ea98bc
chore(main): release 1.606.0 ( #7553 )
...
* chore(main): release 1.606.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2026-01-14 12:15:47 +00:00
centdix
5c08abe141
feat(aiagent): handle oauth for mcp tools ( #7564 )
...
* feat(aiagent): handle oauth for mcp tools
* cleaning
* cleaning
* move oauth2
* cleaning
* cimd
* wrap path
* fix frontend
* fix
* refresh resources
* cleaning
* update ee ref
* update sqlx
* cleaning
* update
* cleaning
* update ref
* cleaning
* cleaning
* update ref
2026-01-14 12:06:40 +00:00
HugoCasa
f72c16456f
Revert "feat(aiagent): handle oauth for mcp tools [merge-ee-first] ( #7544 )"
...
This reverts commit e823c953d1 .
2026-01-14 12:59:14 +01:00
centdix
e823c953d1
feat(aiagent): handle oauth for mcp tools [merge-ee-first] ( #7544 )
...
* feat(aiagent): handle oauth for mcp tools
* cleaning
* cleaning
* move oauth2
* cleaning
* cimd
* wrap path
* fix frontend
* fix
* refresh resources
* cleaning
* update ee ref
* update sqlx
* cleaning
* update
* cleaning
* update ref
* cleaning
* cleaning
2026-01-14 11:57:00 +00:00