1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-03-05 20:50:17 -08:00
n8n/packages/nodes-base/nodes/HttpRequest
Iván Ovejero 75541e91f2
refactor(core)!: Make getBinaryStream async ()
Story: [PAY-846](https://linear.app/n8n/issue/PAY-846) | Related:
https://github.com/n8n-io/n8n/pull/7225

For the S3 backend for external storage of binary data and execution
data, the `getAsStream` method in the binary data manager interface used
by FS and S3 will need to become async. This is a breaking change for
nodes-base.
2023-09-25 16:59:45 +02:00
..
test refactor(core)!: Make getBinaryStream async () 2023-09-25 16:59:45 +02:00
V1 feat(HTTP Request Node): Determine binary file name from content-disposition headers () 2023-09-06 12:38:37 +02:00
V2 feat(HTTP Request Node): Determine binary file name from content-disposition headers () 2023-09-06 12:38:37 +02:00
V3 refactor(core)!: Make getBinaryStream async () 2023-09-25 16:59:45 +02:00
GenericFunctions.ts refactor(core)!: Make getBinaryStream async () 2023-09-25 16:59:45 +02:00
HttpRequest.node.json feat(HTTP Request Node): Add cURL alias (no-changelog) () 2023-08-08 15:04:19 +01:00
HttpRequest.node.ts fix(HTTP Request Node): Correctly doesn't redirect on non GET method () 2023-05-04 09:55:35 +02:00