Skip to content

Commit

Permalink
release: Bump runtime to 0.4.0 (#340)
Browse files Browse the repository at this point in the history
## Breaking Changes

* extism/extism#315

HTTP calls will be disallowed by default now. If you want to enable HTTP
you need to specify the hosts that the plug-in is allowed to communicate
with. If you want to allow all hosts you can set it to `{allowed_hosts:
["*"]}` in the manifest. However, this isn't recommended unless you have
some trust in the plug-in or are controlling the networking by some
other means.

* extism/extism#335

In this PR we are creating an implicit context so people don't need to
know about it if they don't care. In some languages function signatures
have changed to make context an optional argument when creating a
plug-in.
  • Loading branch information
bhelx committed May 19, 2023
1 parent f1cb204 commit ad4fc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/nuget/Extism.runtime.win.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<PropertyGroup>
<PackageId>Extism.runtime.win-x64</PackageId>
<Version>0.5.0</Version>
<Version>0.6.0</Version>
<Authors>Extism Contributors</Authors>
<Description>Internal implementation package for Extism to work on Windows x64</Description>
<Tags>extism, wasm, plugin</Tags>
Expand Down

0 comments on commit ad4fc81

Please sign in to comment.