mirror of
https://github.com/extism/extism.git
synced 2026-01-10 06:18:00 -05:00
## Breaking Changes * https://github.com/extism/extism/pull/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. * https://github.com/extism/extism/pull/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.