Has the merge node lost features?

I used to use the merge node to look for duplicates in a data set. My self hosted n8n is up todate. I looked for the usual features and got this list
image

I was expecting this
image
image
image

If I copy a merge node from an older workflow it comes with the original options.

What has happened, are the features that have been removed added to some other node?

{
  "meta": {
    "instanceId": "38d37c49298b42c645e6a7693766d7c3522b24e54454034f955422b5d7af611c"
  },
  "nodes": [
    {
      "parameters": {},
      "id": "c808bd17-5499-41f1-8614-795ef6363d4e",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "typeVersion": 2,
      "position": [
        740,
        700
      ]
    }
  ],
  "connections": {}
}

{
  "meta": {
    "instanceId": "38d37c49298b42c645e6a7693766d7c3522b24e54454034f955422b5d7af611c"
  },
  "nodes": [
    {
      "parameters": {
        "mode": "removeKeyMatches",
        "propertyName1": "=email",
        "propertyName2": "=email"
      },
      "name": "Merge2",
      "type": "n8n-nodes-base.merge",
      "typeVersion": 1,
      "position": [
        1040,
        420
      ],
      "id": "d264f2b0-c228-4e8a-bdca-c26f6c3ddf05",
      "alwaysOutputData": false
    }
  ],
  "connections": {}
}

Slightly re-organised with a bit more functionality. I actually much prefer the new layout after taking a bit to get used to it.

5 Likes