Guillaume Jacquart
|
551dbfde24
|
feat(core): Use credential entity resolver fields on resolving and storing process (#23107)
|
2025-12-12 11:48:35 +01:00 |
|
Stephen Wright
|
3ced9b3cc3
|
feat: Fix types, add resolver id to csrf state (#23087)
|
2025-12-12 08:52:09 +00:00 |
|
Guillaume Jacquart
|
a19fefece5
|
feat(core): Add resolvable fields to credential entity (#22712)
|
2025-12-12 08:06:04 +01:00 |
|
Daria
|
9a608dc00c
|
feat: Set autosave for history versions (no-changelog) (#23076)
|
2025-12-11 18:14:42 +02:00 |
|
Andreas Fitzek
|
f9a592b966
|
chore(core): Allow marking fields in credentials as resolvable (#23074)
|
2025-12-11 16:17:58 +01:00 |
|
Guillaume Jacquart
|
74ede64bdc
|
fix(core): Reload external secrets settings and providers from db on pubsub event (#23045)
|
2025-12-11 12:19:47 +01:00 |
|
Stephen Wright
|
9e7fafbc24
|
feat: Add validate identity helper to resolver (#23068)
|
2025-12-11 10:48:12 +00:00 |
|
Andreas Fitzek
|
8ecf6e0e2f
|
chore(core): Add userinfo identifier to auth2 resolver (#23062)
|
2025-12-11 10:15:20 +01:00 |
|
Stephen Wright
|
ce317e30a8
|
feat: Add support for dynamic credentials to oauth callback (#23013)
|
2025-12-11 08:28:03 +00:00 |
|
Guillaume Jacquart
|
9bffc72c8c
|
feat(editor): UI improvements for credential resolver modal (#23027)
|
2025-12-10 19:11:36 +01:00 |
|
Declan Carroll
|
223b60024d
|
ci: Ensure coverage for container builds is caught (#23040)
|
2025-12-10 15:50:59 +00:00 |
|
Jaakko Husso
|
fa1c87f503
|
feat(core): Add new Chat hub feature for chatting with LLMs and your n8n agent workflows (#23035)
|
2025-12-10 17:19:08 +02:00 |
|
Charlie Kolb
|
124aa7bd73
|
fix(core): Use correct entity manager in Data Table update transaction (no-changelog) (#23019)
|
2025-12-10 15:40:08 +01:00 |
|
Daria
|
34260fe4be
|
fix: Fix checksum hashing when WebCrypto is unavailable (#23024)
|
2025-12-10 15:22:49 +02:00 |
|
mfsiega
|
37d2d46267
|
fix(core): Don't resume parent workflow when the child workflow goes into waiting (#22964)
|
2025-12-10 14:13:33 +01:00 |
|
Andreas Fitzek
|
8a70151aa1
|
chore(core): Write path for dynamic credentials (#23026)
|
2025-12-10 14:08:40 +01:00 |
|
Tomi Turtiainen
|
48b2b44967
|
Merge branch 'v2'
|
2025-12-10 12:10:46 +02:00 |
|
Guillaume Jacquart
|
bc1f238f2e
|
feat(core): Implement credential resolution service (#23015)
|
2025-12-10 11:08:07 +01:00 |
|
Tomi Turtiainen
|
2747106e5a
|
Merge branch 'master' into v2
|
2025-12-10 11:47:33 +02:00 |
|
Guillaume Jacquart
|
432545a4c8
|
feat(editor): Implement modal to edit/create credential resolver, and resolver workflow settings (#22977)
|
2025-12-10 10:32:33 +01:00 |
|
Tomi Turtiainen
|
9144314476
|
Merge branch 'master' into v2
|
2025-12-10 10:08:10 +02:00 |
|
Suguru Inoue
|
c7fd47d31f
|
fix(core): Files are not included in memory in chat (no-changelog) (#22922)
|
2025-12-10 08:38:29 +01:00 |
|
Daria
|
50e337f0ba
|
fix: Add version history records when importing workflows (#22974)
|
2025-12-09 19:22:31 +02:00 |
|
Mutasem Aldmour
|
776152dbe3
|
fix(ai-builder): Refresh license in sdk when renewed (#22969)
|
2025-12-09 16:51:45 +01:00 |
|
Andreas Fitzek
|
87e7f60f45
|
chore(core): Use correct license flag for dynamic credentials (#22982)
|
2025-12-09 16:24:43 +01:00 |
|
Stephen Wright
|
0a56a56dc5
|
feat: Support oauth1 authorization for dynamic credentials (#22972)
|
2025-12-09 14:42:11 +00:00 |
|
Andreas Fitzek
|
a7efa2f097
|
chore(core): License flag for the dynamic credential module (#22971)
|
2025-12-09 14:27:48 +01:00 |
|
Andreas Fitzek
|
51e4adf80b
|
chore(core): Implement oauth introspection resolver and bearer token extractor (#22968)
|
2025-12-09 14:26:08 +01:00 |
|
Stephen Wright
|
5214afa686
|
feat: Dynamic credentials authorization endpoint for oauth2 (#22944)
|
2025-12-09 11:30:08 +00:00 |
|
Jaakko Husso
|
98ea4c04aa
|
feat(core): Make n8n workflows on Chat require streaming response mode (no-changelog) (#22947)
|
2025-12-09 13:25:18 +02:00 |
|
Iván Ovejero
|
7e08952455
|
fix(core): Add missing env vars to internal mode (#22965)
|
2025-12-09 11:14:25 +01:00 |
|
yehorkardash
|
fd08baf141
|
fix(core): Throw error when workflow is too big for webhook registration (#21860)
|
2025-12-09 10:47:25 +01:00 |
|
Andreas Fitzek
|
00dfd3f7b8
|
chore(core): Implement identifiers for resolvers (#22826)
|
2025-12-09 09:34:58 +01:00 |
|
Charlie Kolb
|
10b52b1817
|
test(core): Add withPublishHistory parameter to workflow test utils (#22902)
|
2025-12-09 09:10:56 +01:00 |
|
Jaakko Husso
|
a77cf97d48
|
fix(core): Adjust chat hub system prompt to avoid claiming it can generate images (no-changelog) (#22932)
|
2025-12-08 21:59:20 +02:00 |
|
github-actions[bot]
|
a8ecda44f7
|
🚀 Release 2.0.0 (#22939)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
|
2025-12-08 19:11:21 +02:00 |
|
Jaakko Husso
|
58cf94a9d9
|
feat(core): Add 'Project Chat User' role for chat only access use case (no-changelog) (#22837)
|
2025-12-08 16:50:40 +02:00 |
|
Guillaume Jacquart
|
fd7cc85f06
|
feat(core): Add types endpoint to get all credential resolver types (#22923)
|
2025-12-08 15:01:25 +01:00 |
|
Suguru Inoue
|
df9b15c734
|
fix: Don't show unavailable models in model selector (no-changelog) (#22763)
|
2025-12-08 14:59:45 +01:00 |
|
mfsiega
|
dcd094eaf9
|
fix(core): Handle misformed nodes in credential indexing (no-changelog) (#22915)
|
2025-12-08 14:54:02 +01:00 |
|
Daria
|
1aa325a64f
|
feat: Validate nodes before activating (#22916)
|
2025-12-08 15:47:55 +02:00 |
|
Charlie Kolb
|
a2da5641fc
|
fix(core): Exclude Sub-workflow and Error triggers from triggerCount again (no-changelog) (#22906)
|
2025-12-08 14:18:49 +01:00 |
|
Tomi Turtiainen
|
f8271efe19
|
chore: Clean up deprecation warnings (#22914)
|
2025-12-08 14:32:37 +02:00 |
|
Benjamin Schroth
|
f35c65e625
|
chore: Update @modelcontextprotocol/sdk (#22823)
|
2025-12-08 14:30:15 +02:00 |
|
Milorad FIlipović
|
40ff0479a8
|
feat(editor): Redesign MCP settings page (#22677)
Co-authored-by: Robert Squires <robtf9@icloud.com>
|
2025-12-08 13:29:06 +01:00 |
|
Mutasem Aldmour
|
bbdc99176b
|
feat: Add and update telemetry events (#22762)
|
2025-12-08 13:26:44 +01:00 |
|
Declan Carroll
|
a642722115
|
fix: Security patches for jws (#22918)
|
2025-12-08 12:22:51 +00:00 |
|
Guillaume Jacquart
|
5799cf712a
|
feat(core): Dynamic credential resolvers API routes (#22862)
|
2025-12-08 12:52:24 +01:00 |
|
Ricardo Espinoza
|
f7cb18ce38
|
fix(core): Update migration that activate workflows with executeWorkflowTrigger (#22860)
|
2025-12-08 12:39:31 +01:00 |
|
Svetoslav Dekov
|
a2373d846e
|
fix(editor): Use active workflow nodes to determine wf inputs when executing by parent (no-changelog) (#22907)
|
2025-12-08 13:12:56 +02:00 |
|