Skip to content

Commit b3205c2

Browse files
🚀 Release 1.92.0 (#15107)
Co-authored-by: tomi <[email protected]>
1 parent aa4607e commit b3205c2

File tree

19 files changed

+52
-18
lines changed

19 files changed

+52
-18
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# [1.92.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.92.0) (2025-05-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** Don't create additional `nodeExecuteBefore` message ([#14958](https://github.com/n8n-io/n8n/issues/14958)) ([a33e3a8](https://github.com/n8n-io/n8n/commit/a33e3a807a9dd4c2df6f44b1107c41b949dfe331))
7+
* **core:** Error in partial execution of vector stores ([#15019](https://github.com/n8n-io/n8n/issues/15019)) ([5fa41bd](https://github.com/n8n-io/n8n/commit/5fa41bd73ae57fa0d957541643f0bf9c64a53d8f))
8+
* **core:** Manual execution defaults to Manual trigger ([#15052](https://github.com/n8n-io/n8n/issues/15052)) ([c176063](https://github.com/n8n-io/n8n/commit/c1760631cf86942a8da19d0bf647d2eb70fc0477))
9+
* **core:** Revert back to the extended query-parser on express 5 ([#15016](https://github.com/n8n-io/n8n/issues/15016)) ([9541b5b](https://github.com/n8n-io/n8n/commit/9541b5bb07de0e359159f5fcffbc48e5c6a08162))
10+
* **core:** Use manual tool description if neither resources or operations exist ([#15093](https://github.com/n8n-io/n8n/issues/15093)) ([1d4f639](https://github.com/n8n-io/n8n/commit/1d4f63985b6802fe0af6fe7862d4215611552d71))
11+
* **editor:** Close saving modal when workflow is new ([#14836](https://github.com/n8n-io/n8n/issues/14836)) ([48f0c91](https://github.com/n8n-io/n8n/commit/48f0c91a474dda995b5dbd89cdb51905b84ecbd9))
12+
* **editor:** "Trigger node not found" error when chat message is entered ([#14954](https://github.com/n8n-io/n8n/issues/14954)) ([8981e22](https://github.com/n8n-io/n8n/commit/8981e22dd4df2c182fe4d845e7d0cc2677ff2d36))
13+
* **editor:** Hide $fromAI button for exact type matches only ([#14996](https://github.com/n8n-io/n8n/issues/14996)) ([8613521](https://github.com/n8n-io/n8n/commit/8613521aabb95128d762076d15323bb1aa8e9deb))
14+
* **editor:** Import form data with special characters from curl command correctly ([#14898](https://github.com/n8n-io/n8n/issues/14898)) ([3e43f9f](https://github.com/n8n-io/n8n/commit/3e43f9f8bc8542534a17f55e32634034c174a9d8))
15+
* **editor:** Only prompt for MFA code when email is updated ([#15065](https://github.com/n8n-io/n8n/issues/15065)) ([aa4607e](https://github.com/n8n-io/n8n/commit/aa4607e7b5c15f8a6f69b3c900e656f317ebb784))
16+
* **HTTP Request Node:** Add support for Bearer Auth in HttpRequest node ([#15043](https://github.com/n8n-io/n8n/issues/15043)) ([31003aa](https://github.com/n8n-io/n8n/commit/31003aacd15d7219fa87c919dedca7c8be09b1c2))
17+
* **Summarize Node:** Fix spaces in Fields to Split By values converted to underscores ([#15020](https://github.com/n8n-io/n8n/issues/15020)) ([154153d](https://github.com/n8n-io/n8n/commit/154153d86f59552cffe33a1a746cbaf28fc8886f))
18+
19+
20+
### Features
21+
22+
* **Anthropic Chat Model Node:** Add configurable base URL for Anthropic API ([#15063](https://github.com/n8n-io/n8n/issues/15063)) ([4b5f045](https://github.com/n8n-io/n8n/commit/4b5f045281837e7cc29a57a1b9360e87cc3805f7))
23+
* **Azure OpenAI Chat Model Node:** Implement Azure Entra ID OAuth2 Authentication ([#15003](https://github.com/n8n-io/n8n/issues/15003)) ([cf00085](https://github.com/n8n-io/n8n/commit/cf0008500cafd94582720a1445d0468898e71184))
24+
* **Calendly Trigger Node:** Deprecation notice for apiKey authentication ([#15048](https://github.com/n8n-io/n8n/issues/15048)) ([40d0702](https://github.com/n8n-io/n8n/commit/40d0702ed33ef7ffea303957b06e1e953023b559))
25+
* **core:** Add production root executions ([#14845](https://github.com/n8n-io/n8n/issues/14845)) ([7f89244](https://github.com/n8n-io/n8n/commit/7f89244304855748bcd70f495914373369a89cbe))
26+
* **editor:** Add "Rendered" display mode to the logs view ([#14994](https://github.com/n8n-io/n8n/issues/14994)) ([c0b5483](https://github.com/n8n-io/n8n/commit/c0b54832b3e7e7daafcc65c73c15a4cb90d3172a))
27+
* **editor:** Support partial executions of tool nodes ([#14945](https://github.com/n8n-io/n8n/issues/14945)) ([54dcded](https://github.com/n8n-io/n8n/commit/54dcdedecedb0a480caa17f8d6f0447535a2995a))
28+
* **Google Workspace Admin Node:** Google Admin Node Overhaul implementation ([#12271](https://github.com/n8n-io/n8n/issues/12271)) ([8a30c35](https://github.com/n8n-io/n8n/commit/8a30c35c33ad1175a3ee216c86a75ddd786d9887))
29+
* **Jira Software Node:** Migrate from soon deprecated endpoints to get issues ([#14821](https://github.com/n8n-io/n8n/issues/14821)) ([216bdd1](https://github.com/n8n-io/n8n/commit/216bdd15fd94f9a427a86aaf0a9291e7d4df4056))
30+
* Only show workflows shared with you in the overview page ([#14773](https://github.com/n8n-io/n8n/issues/14773)) ([eb46576](https://github.com/n8n-io/n8n/commit/eb465763cf31e1b24e0b2737e15cd1a0478658d9))
31+
* Optimize langchain calls in batching mode ([#15011](https://github.com/n8n-io/n8n/issues/15011)) ([f3e29d2](https://github.com/n8n-io/n8n/commit/f3e29d25ed767d29aebed02a040f57a1cbc05f8d))
32+
33+
34+
135
# [1.91.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.91.0) (2025-04-28)
236

337

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-monorepo",
3-
"version": "1.91.0",
3+
"version": "1.92.0",
44
"private": true,
55
"engines": {
66
"node": ">=20.15",

packages/@n8n/ai-workflow-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/ai-workflow-builder",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"typecheck": "tsc --noEmit",

packages/@n8n/api-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/api-types",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/backend-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/backend-common",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/client-oauth2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/client-oauth2",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/db",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/decorators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/decorators",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/nodes-langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/n8n-nodes-langchain",
3-
"version": "1.91.0",
3+
"version": "1.92.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/@n8n/permissions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/permissions",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/task-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/task-runner",
3-
"version": "1.28.0",
3+
"version": "1.29.0",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"start": "node dist/start.js",

packages/@n8n/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@n8n/utils",
33
"type": "module",
4-
"version": "1.8.0",
4+
"version": "1.9.0",
55
"files": [
66
"dist"
77
],

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "1.91.0",
3+
"version": "1.92.0",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-core",
3-
"version": "1.90.0",
3+
"version": "1.91.0",
44
"description": "Core functionality of n8n",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

packages/frontend/@n8n/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/design-system",
3-
"version": "1.79.0",
3+
"version": "1.80.0",
44
"main": "src/index.ts",
55
"import": "src/index.ts",
66
"scripts": {

packages/frontend/editor-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-editor-ui",
3-
"version": "1.91.0",
3+
"version": "1.92.0",
44
"description": "Workflow Editor UI for n8n",
55
"main": "index.js",
66
"scripts": {

packages/node-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-node-dev",
3-
"version": "1.90.0",
3+
"version": "1.91.0",
44
"description": "CLI to simplify n8n credentials/node development",
55
"main": "dist/src/index",
66
"types": "dist/src/index.d.ts",

packages/nodes-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-base",
3-
"version": "1.90.0",
3+
"version": "1.91.0",
44
"description": "Base nodes of n8n",
55
"main": "index.js",
66
"scripts": {

packages/workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-workflow",
3-
"version": "1.89.0",
3+
"version": "1.90.0",
44
"description": "Workflow base code of n8n",
55
"main": "dist/index.js",
66
"module": "src/index.ts",

0 commit comments

Comments
 (0)