Commit graph

46 commits

Author SHA1 Message Date
Harshil Agrawal ffc0c7b4d5
Add breaking change for Node.js version update (#1733)
*  Add breaking change for Node.js version update

*  Fix format of breaking-changes file

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-05-07 22:37:09 -05:00
Jan Oberhauser b7a074abd7 Fix breaking changes files 2021-04-30 21:14:07 -05:00
Omar Ajoue fc54f7c82b
Add query parameters for CrateDB, PostgresDB, TimescaleDB and QuestDB (Parametrized Queries) (#1577)
* Adding support to ParameterizedQuery on Postgres Node

* Created another parameter to toggle on replacement so it's clear to users what is happening.

* Fixed lint issues

*  Formatting

* Improvements to questDB node so it is more consistent

* Fixed lint issues

* Fixed typing issue

*  Apply suggestions BHesseldieck

Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>

* Standardized output for postgres and postgres-like nodes

This changes the behavior of CrateDB, Postgres, QuestDB and TimescaleDB
nodes.

The Execute Query operation used to execute multiple queries but return
the result from only one of the queries.

This change causes the node output to containt results from all queries
that ran, making the behavior more consistent across all n8n.

* Fixing lint issues

*  Minor improvements

*  Fix breaking changes files

Co-authored-by: Gustavo Arjones <gustavo.arjones@ank.app>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Jan <janober@users.noreply.github.com>
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
2021-04-30 17:35:34 -05:00
Omar Ajoue 81d8a9f332
💥 Deprecate Activation Trigger and add two new replacement nodes (#1680)
* Add Workflow & n8n Trigger nodes

* Update nodes descriptions & icons

* Remove Activation Trigger node

* Update nodes descriptions & Add timestamp and workflow_id

* Added breaking change notice and types to events

*  Minor improvements

Co-authored-by: dali <servfrdali@yahoo.fr>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-24 23:14:06 +02:00
Omar Ajoue 41669c0e0f
Add options to run queries as transactions (#1612)
* add multi return

* add independently and transaction to query

* pgInsert normal and transaction

* independently for pgInsert

* normal, transaction and independently for pgUpdate

* cleanup

* implement it in other nodes

* multiple fixes

* add optional returning support

* clean up Postgres functions

* fix other postgres based dbs

* Added option to run queries as a transaction to Postgres

This commit allows users to configure Postgres, CrateDB, TimescaleDB and
QuestDB to run queries independently or as transactions as well as the
previous mode which is to execute multiple queries at once.

Previous behavior remains untouched so we only added new options.

* Standardize behavior across nodes that use postgres protocol

Also fixed unit tests.

* Added breaking change notice

* Added more information to breaking changes

*  Styling fixes

Co-authored-by: lublak <lublak.de@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-24 22:55:14 +02:00
Tanay Pant fac0876f95
Add breaking change for 0.113.0 2021-03-26 09:36:39 +01:00
Ricardo Espinoza 7c21e61151
🐛 Reflect correctly Dropbox breaking change. (#1544) 2021-03-16 21:23:54 +01:00
Ricardo Espinoza e1dbb72929
Add file:search operation to Dropbox Node (#1494)
*  Add search resource to Dropbox Node

* 📚 Add breaking change instructions

*  Add missing credentials

*  Add "simple" parameter to the operation search:query

*  Update breaking change message

*  Improvement

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-11 09:16:05 +01:00
Ricardo Espinoza dc98de1ab2
Add support for multiple subscriptions in Hubspot Trigger (#1358)
*  Add support for multiple subscriptions in Hubspot Trigger

*  Load object properties for the user

*  Improvements

*  Some improvements to the Hubspot-Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-01 08:31:40 +01:00
Tanay Pant 2398c42b30
🔨 Add breaking change for 0.104.0 (#1382) 2021-01-26 14:39:19 +01:00
Jan Oberhauser cbd41b28ca Add breaking change for 0.102.0 (Slack) 2021-01-15 11:14:59 +01:00
Jan Oberhauser ae4aa112f3 Add breaking change for 0.102.0 2021-01-14 17:34:37 +01:00
Ronalds Upenieks 3351113f28
Add Harvest OAuth2 support (#697)
* credentials, generic functions fit to oauth2, UI elements

*  Improvements to Harvest-Node

* Update Harvest.node.ts

*  Add OAuth2 and move account id from credentials to node parameters

*  Minor improvements to Harvest-Node

Co-authored-by: Rupenieks <ru@myos,co>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-11-24 14:15:47 +01:00
Ricardo Espinoza b0863e55b1
Feature/segment extended (#1174)
*  Add custom traits

*  Improvements

*  Small changes

*  Improvements
2020-11-18 23:37:56 +01:00
Tanay Pant c602803ed7
Add breaking change for 0.93.0 2020-11-12 09:14:24 +01:00
Tanay Pant c3076a8dc7
Update for n8n@090.0 2020-10-30 12:34:03 +01:00
Tanay Pant 12b8dd6237
Fix typo and change text 2020-10-14 13:44:36 +02:00
Harshil Agrawal 7f795ef6a3
🔨 Update version for breaking change (#1052) 2020-10-14 13:41:31 +02:00
Jan Oberhauser 7950c38f5a Remove link.fish integration 2020-10-12 10:20:32 +02:00
Tanay Pant a27e764de0
Copy edits to breaking changes for 0.83.0 2020-09-18 10:09:59 +02:00
Ricardo Espinoza a552febab4
Feature/extended active campaign (#928)
* feat: 🎸 node/activecampaign account, tag, account contact

* feat: 🎸 node/ActiveCampaign Update an accountContact assoc

* feat: 🎸 node/activecampaign Update an account

* feat: 🎸 node/activecampaign Get an account

* feat: 🎸 node/activecampaign GetAll & Delete an account

* feat: 🎸 node/activecampaign change ID's type to number

* refactor: 💡 node/activecampaign merge getAll properties

*  Improvements to #923

*  Improvements

*  Improvements

*  Add breaking change message

Co-authored-by: Ronald Diquélou <rdiquelou@opensafepro.com>
2020-09-18 09:42:01 +02:00
Tanay Pant 2616b2b200
Update BREAKING-CHANGES.md 2020-08-26 09:58:38 +02:00
Jan Oberhauser d768764a70 Minor improvements to Todoist-Node 2020-08-26 09:28:39 +02:00
Ricardo Espinoza c3277df25b
Todoist node enhancement (#823)
* Todoist node enhancement

* done

*  Improvements

* 💄 Remove comment

* 💄 remove unnecessary line

* 📚 Add breaking change message

*  Remove unnecessary line

Co-authored-by: lukigarazus <ywnwa96@gmail.com>
2020-08-26 09:09:07 +02:00
Tanay Pant 516a56ea32
📚 Add breaking changes for 0.69.0 (#632) 2020-06-08 10:44:52 +02:00
Jan Oberhauser 20fdd70a9b 📚 Add version to breaking-changes file 2020-06-04 17:02:27 +02:00
Jan Oberhauser 97cf7da6c3 🔀 Merge branch 'master' into oauth-support 2020-05-16 11:26:21 +02:00
Jan Oberhauser 60854a1365 💥 Fix also FlowTrigger node name 2020-05-15 20:30:44 +02:00
Jan Oberhauser a0564e649f 🔀 Merge branch 'master' into oauth-support 2020-05-12 22:54:03 +02:00
Jan Oberhauser 0cfd7aeece 🔀 Merge branch 'master' of github.com:n8n-io/n8n 2020-05-12 17:09:14 +02:00
Tanay Pant 28883657a2
📚 Add an instruction to Breaking Changes (#561) 2020-05-12 17:06:39 +02:00
Jan Oberhauser 5123f2bf71 💥 Fix one more node name 2020-05-12 16:26:51 +02:00
Jan Oberhauser b187aa49c4 💥 Fix some more node names 2020-05-12 15:45:41 +02:00
Jan Oberhauser 15c7331e43 🔀 Improve Breaking Changes:
commit a6b3feb786585dc262ad99db918ee887b057f431
Author: Jan Oberhauser <jan.oberhauser@gmail.com>
Date:   Tue May 12 15:38:23 2020 +0200

     Fix indentation

commit 8c56a377bd
Author: Tanay Pant <tanaypant@protonmail.com>
Date:   Tue May 12 15:31:11 2020 +0200

    One more edit to Breaking Changes

commit da125d4dab
Author: Tanay Pant <tanaypant@protonmail.com>
Date:   Tue May 12 15:27:44 2020 +0200

    Edits to the Breaking Changes
2020-05-12 15:41:20 +02:00
Jan Oberhauser 9c66a652fc 💥 Fix node names 2020-05-12 15:08:19 +02:00
Jan Oberhauser 90fe5113a0 🔀 Merge branch 'master' into oauth-support 2020-04-14 20:54:19 +02:00
Jan Oberhauser 4ad009214e Change evaluateExpression -> $evaluateExpression 2020-04-13 16:51:04 +02:00
Jan Oberhauser 9dd9e0d8ba 🔀 Merge branch 'master' into oauth-support 2020-04-04 17:34:10 +02:00
Jan Oberhauser ff7f0a5de5 Fix some issues with Slack-Node 2020-03-15 15:51:49 +01:00
Jan Oberhauser 012c0ef4b8 💥 Change how Date&Time-Node works 2020-02-07 23:12:15 -08:00
Jan Oberhauser 151dbb0346 Add placeholder and breaking-change information 2019-12-01 20:51:05 +01:00
Jan Oberhauser 9b95072be8 Revert commit 2019-09-11 21:56:45 +02:00
Jan Oberhauser 9bd5d4bec1 First try to get custom properties to work with v1 2019-09-11 17:15:42 +02:00
Jan Oberhauser c1e753e9d1 Remove "Read File From Url" node and add functionality to
"HTTP Request" node
2019-09-04 13:24:44 +02:00
Jan Oberhauser 602f0f6db1 📚 Add information about another breaking change 2019-08-29 07:41:52 +02:00
Jan Oberhauser 4dfa181711 📚 Add information about breaking changes 2019-08-28 18:09:29 +02:00