Skip to content

Releases: extism/zig-pdk

v1.3.0

22 Nov 17:42
5ae58f3
Compare
Choose a tag to compare

What's Changed

  • Add codeowners file by @bhelx in #36
  • feat: make loglevel pub and only alloc when needed by @nilslice in #38
  • feat: add overview on generating bindings by @nilslice in #40
  • feat: support reading http response headers by @nilslice in #39

New Contributors

  • @bhelx made their first contribution in #36

Full Changelog: v1.2.0...v1.3.0

v1.2.0

19 Sep 23:20
Compare
Choose a tag to compare

What's Changed

  • ci: use token to install libextism by @G4Vi in #33
  • cleanup: host takes ownership of memory blocks it gets as arguments by @zshipko in #34

New Contributors

  • @G4Vi made their first contribution in #33

Full Changelog: v1.1.0...v1.2.0

v1.1.0

22 May 20:07
67465e4
Compare
Choose a tag to compare

Note

Zig Version Update 0.13
This release updates the Zig version to 0.13, as our current release strategy is to closely follow the latest Zig progress.

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0-rc1 Release

05 Jan 17:22
37418e0
Compare
Choose a tag to compare

What's Changed

  • feat: add zig pdk by @usdogu in #1
  • chore: rename package to exclude zig as its implied by @nilslice in #2
  • feat: use json in basic example, add comments by @nilslice in #4
  • chore: revert enum visibility change by @nilslice in #5
  • fix: Update for breaking build system changes by @usdogu in #6
  • fix: Fix for breaking build system change by @usdogu in #7
  • feat!: Zig Package Manager Support by @usdogu in #8
  • fix: Fix breaking build system changes by @usdogu in #9
  • fix: http example by @usdogu in #10
  • fix: update for latest Zig by @usdogu in #11
  • refactor!: Simplify JSON stringifying by @usdogu in #12
  • ci: use new cli by @zshipko in #13
  • chore: use extism:host/env namespace by @zshipko in #14
  • docs: Update README by @mhmd-azeez in #17
  • fix: add the required paths argument to build.zig.zon by @usdogu in #19
  • chore: add bindings to length_unsafe by @zshipko in #22
  • docs: update readme walkthrough by @nilslice in #21
  • chore: extend http example, update docs and test by @nilslice in #24
  • feat: add getJson and outputJson for plugin io util by @nilslice in #25

New Contributors

Full Changelog: https://github.com/extism/zig-pdk/commits/v1.0.0-rc1

v1.0.0 Release

09 Jan 14:18
37418e0
Compare
Choose a tag to compare

What's Changed

  • feat: add zig pdk by @usdogu in #1
  • chore: rename package to exclude zig as its implied by @nilslice in #2
  • feat: use json in basic example, add comments by @nilslice in #4
  • chore: revert enum visibility change by @nilslice in #5
  • fix: Update for breaking build system changes by @usdogu in #6
  • fix: Fix for breaking build system change by @usdogu in #7
  • feat!: Zig Package Manager Support by @usdogu in #8
  • fix: Fix breaking build system changes by @usdogu in #9
  • fix: http example by @usdogu in #10
  • fix: update for latest Zig by @usdogu in #11
  • refactor!: Simplify JSON stringifying by @usdogu in #12
  • ci: use new cli by @zshipko in #13
  • chore: use extism:host/env namespace by @zshipko in #14
  • docs: Update README by @mhmd-azeez in #17
  • fix: add the required paths argument to build.zig.zon by @usdogu in #19
  • chore: add bindings to length_unsafe by @zshipko in #22
  • docs: update readme walkthrough by @nilslice in #21
  • chore: extend http example, update docs and test by @nilslice in #24
  • feat: add getJson and outputJson for plugin io util by @nilslice in #25

New Contributors

Full Changelog: https://github.com/extism/zig-pdk/commits/v1.0.0