Skip to content

Commit

Permalink
chore(release): v0.17.0-dev.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Apr 5, 2024
1 parent e305d33 commit a7c4971
Show file tree
Hide file tree
Showing 120 changed files with 11,211 additions and 898 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added
### Changed
### Fixed
### Removed

## 2024-04-05: v0.17.0-dev.8
### Changed
- Websocket client: Specify `origin` parameter when establishing app websocket connections to protect localhost from cross origin attacks in browser scripts.
- Websocket client: Add `allowed_origins` parameter to `AdminWebsocket.attachAppInterface` to specify allowed origins.
- Consistently throw `HolochainError`s throughout with specific error names and messages.
### Fixed
### Removed

## 2024-02-27: v0.17.0-dev.7
### Fixed
Expand Down
168 changes: 156 additions & 12 deletions docs/client.actiontype.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,160 @@ export declare enum ActionType

## Enumeration Members

| Member | Value | Description |
| --- | --- | --- |
| AgentValidationPkg | <code>&quot;AgentValidationPkg&quot;</code> | |
| CloseChain | <code>&quot;CloseChain&quot;</code> | |
| Create | <code>&quot;Create&quot;</code> | |
| CreateLink | <code>&quot;CreateLink&quot;</code> | |
| Delete | <code>&quot;Delete&quot;</code> | |
| DeleteLink | <code>&quot;DeleteLink&quot;</code> | |
| Dna | <code>&quot;Dna&quot;</code> | |
| InitZomesComplete | <code>&quot;InitZomesComplete&quot;</code> | |
| OpenChain | <code>&quot;OpenChain&quot;</code> | |
| Update | <code>&quot;Update&quot;</code> | |
<table><thead><tr><th>

Member


</th><th>

Value


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

AgentValidationPkg


</td><td>

`"AgentValidationPkg"`


</td><td>


</td></tr>
<tr><td>

CloseChain


</td><td>

`"CloseChain"`


</td><td>


</td></tr>
<tr><td>

Create


</td><td>

`"Create"`


</td><td>


</td></tr>
<tr><td>

CreateLink


</td><td>

`"CreateLink"`


</td><td>


</td></tr>
<tr><td>

Delete


</td><td>

`"Delete"`


</td><td>


</td></tr>
<tr><td>

DeleteLink


</td><td>

`"DeleteLink"`


</td><td>


</td></tr>
<tr><td>

Dna


</td><td>

`"Dna"`


</td><td>


</td></tr>
<tr><td>

InitZomesComplete


</td><td>

`"InitZomesComplete"`


</td><td>


</td></tr>
<tr><td>

OpenChain


</td><td>

`"OpenChain"`


</td><td>


</td></tr>
<tr><td>

Update


</td><td>

`"Update"`


</td><td>


</td></tr>
</tbody></table>

0 comments on commit a7c4971

Please sign in to comment.