Skip to content

Commit

Permalink
Merge pull request #16947 from sadafarshad/sarshad/synthetics-wasm
Browse files Browse the repository at this point in the history
feat: Add WASM for SJM private locations
  • Loading branch information
homelessbirds committed Apr 29, 2024
2 parents 7485301 + a03fc80 commit 012ad54
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
subject: Job Manager
releaseDate: '2024-04-18'
version: '367'
---

### New Features
* Adds Webassembly (WASM) support for private Job Managers
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
subject: Node browser runtime
releaseDate: '2024-04-29'
version: 2.3.21
---

### Features
* Adds Webassembly (WASM) support for private Job Managers

### Fixes
* Scrubs URI encoded secure credentials from job results
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,16 @@ Environmental variables allow you to fine-tune the synthetics job manager config
</td>
</tr>

<tr>
<td>
`ENABLE_WASM`
</td>

<td>
If set, enables Webassembly for Node Browser Runtime. To use the Node browser runtime, your synthetics job manager should use Node runtime version 2.3.21 or higher.
</td>
</tr>

</tbody>
</table>
</Collapser>
Expand Down Expand Up @@ -579,6 +589,16 @@ Environmental variables allow you to fine-tune the synthetics job manager config
</td>
</tr>

<tr>
<td>
`synthetics.enableWasm`
</td>

<td>
If set, enables Webassembly for Node Browser Runtime. To use the Node browser runtime, your synthetics job manager should use Node runtime version 2.3.21 or higher.
</td>
</tr>

<tr>
<td>
`synthetics.apiProxyHost`
Expand Down

0 comments on commit 012ad54

Please sign in to comment.