Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: extism/extism
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: extism/extism
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 6 commits
  • 11 files changed
  • 4 contributors

Commits on Oct 4, 2024

  1. Fix: no method named free found for mutable reference `&mut current…

    …_plugin::CurrentPlugin` in the current scope (#773)
    
    think there's a typo for this block when the `http` feature is disabled
    billythedummy authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    876a3be View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. fix(plugin_call): set rc to EXIT_SIGNALED_SIGABRT when wasmtime bails…

    … out on plugin call (#776)
    
    Fixes #775
    
    134/EXIT_SIGNALED_SIGABRT was chosen as the wasmtime CLI exits with it
    executes `unreachable`.
    G4Vi authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a91846a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. feat: add ability to access response headers when using `extism:host/…

    …env::http_request` (#774)
    
    - Adds `extism:host/env::http_headers` to access HTTP response headers
    - Adds `PluginBuilder::with_http_response_headers` to enable response
    headers from Rust
    - Adds `extism_plugin_allow_http_response_headers` to enable response
    headers using the C API
    
    TODO:
    - [x] Update a PDK to use `extism:host/env::http_headers` so I can test
    this
    zshipko authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7b6664d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    7775c57 View commit details
    Browse the repository at this point in the history
  2. Add codeowners file (#780)

    bhelx authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f52969a View commit details
    Browse the repository at this point in the history
  3. v1.8.0

    zshipko committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    72c47fc View commit details
    Browse the repository at this point in the history
Loading