-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathbundle.json
70 lines (70 loc) · 3.42 KB
/
bundle.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "appmixer.hubspot",
"version": "4.1.0",
"engine": ">=6.0.0",
"changelog": {
"1.0.0": [
"Initial version"
],
"1.0.2": [
"Authorization scope changed because of a Hubspot scope change."
],
"1.0.3": [
"NewContact ignores contacts deleted in the meantime."
],
"1.0.4": [
"Fix scope list",
"Fix contact updated webhooks triggering for every individual property"
],
"1.1.0": [
"Added stage and pipeline select inputs for CreateDeal and UpdateDeal"
],
"1.1.1": [
"NewDeal ignores webhooks for deleted deals."
],
"1.1.2": [
"Fix UpdatedDeal"
],
"1.1.3": [
"Fix webhook subscriptions. Now current webhooks in Hubspot are used to determine whether a subscription should be created."
],
"1.2.0": [
"Add ListPipelineStages",
"Fix ListPipelines",
"Fix CreateDeal"
],
"2.0.1": [
"(breaking change) ListContacts: fix the output to match the Contact Properties scheme, standardize output to 'All at once', 'One at a time', 'File'.",
"(breaking change) ListContacts: remove the 'search' input.",
"Added new component `FindContacts` to search for contacts by email address.",
"ListContacts: add 'properties' input to select which properties to return.",
"GetContact: add 'properties' input to select which properties to return."
],
"2.2.0": [
"New component: Engagements - GetEmails: Read a batch of emails by internal ID, or unique property values.",
"Update component: GetContact: fix support for adding properties, add support for retrieving associations."
],
"3.0.1": [
"(breaking change) Improve webhook handling by better event distribution. Affected components: NewContact, UpdatedContact, NewDeal, UpdatedDeal."
],
"4.0.2": [
"(breaking change) Improve webhook handling by better event distribution using events/listeners (applies to Appmixer version 6+). Affected components: NewContact, UpdatedContact, NewDeal, UpdatedDeal."
],
"4.0.4": [
"Added `properties` input to triggers NewContact, UpdatedContact, NewDeal, UpdatedDeal.",
"Fixed an issue when the `DeletedContact` trigger was not starting."
],
"4.0.5": [
"Removed webhook subscribing when using AuthHub.",
"Fixed an issue when HubSpot webhook was not automatically created when using own API key."
],
"4.0.6": [
"Fixed an issue when the `CreateDeal` component was showing error `resource not found`."
],
"4.1.0": [
"Added custom properties and additional properties to the following components: `CreateContact`, `CreateDeal`, `UpdateContact` and `UpdateDeal`. Custom properties are new properties that are not part of the default HubSpot properties. Additional properties default HubSpot properties but were not part of the default properties list before.",
"Added caching of Contact and Deal properties, which can be further configured in the connector settings.",
"Improved listing output variables for `GetContact` to make it consistent with the selected properties in the input."
]
}
}