Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update release note 1.47.0 #2174

Merged
merged 5 commits into from
Jun 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 33 additions & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,39 @@ n8n uses [semantic versioning](https://semver.org/){:target=_blank .external-lin
* MINOR version when adding functionality in a backward-compatible manner.
* PATCH version when making backward-compatible bug fixes.

## [email protected]

View the [commits](https://github.com/n8n-io/n8n/compare/[email protected]@1.47.0){:target=_blank .external-link} for this version.<br />
**Release date:** 2024-06-20

/// warning | Breaking change
Calling `$(...).last()` (or `(...).first()` or `$(...).all()`) without arguments now returns the last item (or first or all items) of the output that connects two nodes. Previously, it returned the item/items of the first output of that node. Refer to the [breaking changes log](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#1470){:target=_blank .external-link} for details.
///

This release contains bug fixes, feature enhancements, a new node, node enhancements and performance improvements.

For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub.

<div class="n8n-new-features" markdown>

#### New node: HTTP request tool

This release adds the HTTP request tool. You can use it with an AI agent as a tool to collect information from a website or API. Refer to the [HTTP request tool](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolhttprequest/) for details.

</div>

### Contributors

[Daniel](https://github.com/daniel-alba17){:target=_blank .external-link}
[ekadin-mtc](https://github.com/ekadin-mtc){:target=_blank .external-link}
[Eric Francis](https://github.com/EricFrancis12){:target=_blank .external-link}
[Josh Sorenson](https://github.com/joshsorenson){:target=_blank .external-link}
[Mohammad Alsmadi](https://github.com/smadixd){:target=_blank .external-link}
[Nikolai T. Jensen](https://github.com/ch0wm3in){:target=_blank .external-link}
[n8n-ninja](https://github.com/n8n-ninja){:target=_blank .external-link}
[pebosi](https://github.com/pebosi){:target=_blank .external-link}
[Taylor Hoffmann](https://github.com/TaylorHo){:target=_blank .external-link}

## [email protected]

View the [commits](https://github.com/n8n-io/n8n/compare/[email protected]@1.45.1){:target=_blank .external-link} for this version.<br />
Expand All @@ -51,7 +84,6 @@ This is the `next` version. n8n recommends using the `latest` version. The `next
///



This release contains feature enhancements, node enhancements, and bug fixes.

For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub.
Expand Down
Loading