You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@ The environment where Greengrass is running on needs to be able to run NodeJS 8.
18
18
* When you untar the package downloaded from NodeJS website, you will find `node` file under `bin` directory.
19
19
* Copy the file to _**/usr/bin**_ or _**/usr/local/bin**_ folder.
20
20
* Rename the file to _**nodejs8.10**_
21
-
* Make sure the file is not a symlink.
22
21
23
22
## Getting Started - Hello World
24
23
@@ -105,12 +104,28 @@ As new features are added to AWS Greengrass, previous versions of the Greengrass
105
104
106
105
</tr>
107
106
107
+
<tr>
108
+
109
+
<td>1.10.x</td>
110
+
111
+
<td>1.0.x-1.5.x</td>
112
+
113
+
</tr>
114
+
108
115
</tbody>
109
116
110
117
</table>
111
118
112
119
</div>
113
120
121
+
<divclass="Section"id="1.5.0updates">
122
+
123
+
## 1.5.0 Updates[¶](#1.5.0updates"Permalink to this headline")
124
+
125
+
Added support for publish() parameter queueFullPolicy which can be set to 'AllOrError' to enforce that the published message is either delivered to all subscription destinations or delivered to no destinations and returns an error when Greengrass Core's internal work queue is full.
126
+
127
+
</div>
128
+
114
129
<divclass="Section"id="1.4.0updates">
115
130
116
131
## 1.4.0 Updates[¶](#1.4.0updates"Permalink to this headline")
0 commit comments