Skip to content

Releases: duynhlab/base64-plugin

Release v0.3.0

Choose a tag to compare

@github-actions github-actions released this 20 May 04:44

Release for v0.3.0.

Container image (tag):

  • ghcr.io/duynhlab/base64-plugin:v0.3.0

✅ Immutable digest (recommended for pinning):

  • ghcr.io/duynhlab/base64-plugin@sha256:e514c9af0c331fe11eab2abf61d0057808407639eb33adfa3da3fbc92e1778a7

Release asset:

  • plugin.wasm

All container images are signed with Cosign. Verify the immutable digest with:

cosign verify   --certificate-identity-regexp "https://github.com/duynhlab/base64-plugin/.github/workflows/release.yml@refs/tags/v0.3.0"   --certificate-oidc-issuer-regexp "https://token.actions.githubusercontent.com"   ghcr.io/duynhlab/base64-plugin@sha256:e514c9af0c331fe11eab2abf61d0057808407639eb33adfa3da3fbc92e1778a7

What's Changed

  • Rewrite README for the base64-plugin project by @duynhne in #5
  • Add CLAUDE.md with coding guidelines by @duynhne in #6
  • Return empty slices from list handlers by @duynhne in #7

Full Changelog: v0.2.1...v0.3.0

Release v0.2.1

Choose a tag to compare

@github-actions github-actions released this 20 May 04:25
d0c8e03

Release for v0.2.1.

Container image (tag):

  • ghcr.io/duynhlab/base64-plugin:v0.2.1

✅ Immutable digest (recommended for pinning):

  • ghcr.io/duynhlab/base64-plugin@sha256:304d9585ab0de605744346b0465f357c365c434ba8b15c7a641e632b5707c2d6

Release asset:

  • plugin.wasm

All container images are signed with Cosign. Verify the immutable digest with:

cosign verify   --certificate-identity-regexp "https://github.com/duynhlab/base64-plugin/.github/workflows/release.yml@refs/tags/v0.2.1"   --certificate-oidc-issuer-regexp "https://token.actions.githubusercontent.com"   ghcr.io/duynhlab/base64-plugin@sha256:304d9585ab0de605744346b0465f357c365c434ba8b15c7a641e632b5707c2d6

What's Changed

  • Fix MarshallJSON typo breaking JSON output by @duynhne in #4

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 May 04:20
5729ae3

Release for v0.2.0.

Container image (tag):

  • ghcr.io/duynhlab/base64-plugin:v0.2.0

✅ Immutable digest (recommended for pinning):

  • ghcr.io/duynhlab/base64-plugin@sha256:cb4f8aa3b3f55e30ac9a417a9a18768b6c4e8f41b07d53ecbb386bc373dbfc72

Release asset:

  • plugin.wasm

All container images are signed with Cosign. Verify the immutable digest with:

cosign verify   --certificate-identity-regexp "https://github.com/duynhlab/base64-plugin/.github/workflows/release.yml@refs/tags/v0.2.0"   --certificate-oidc-issuer-regexp "https://token.actions.githubusercontent.com"   ghcr.io/duynhlab/base64-plugin@sha256:cb4f8aa3b3f55e30ac9a417a9a18768b6c4e8f41b07d53ecbb386bc373dbfc72

What's Changed

  • Implement base64 encode/decode MCP tools by @duynhne in #1
  • Add AGENTS.md with build, test and policy notes by @duynhne in #2
  • Rename module and image refs to base64-plugin by @duynhne in #3

New Contributors

Full Changelog: v0.1.0...v0.2.0

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 20 May 04:05

Release for v0.1.0.

Container image (tag):

  • ghcr.io/duynhlab/base64:v0.1.0

✅ Immutable digest (recommended for pinning):

  • ghcr.io/duynhlab/base64@sha256:507a1f11a13f3956f47b36b31655818c0cf1add4c07732a6e4c1cb865b64e94f

Release asset:

  • plugin.wasm

All container images are signed with Cosign. Verify the immutable digest with:

cosign verify   --certificate-identity-regexp "https://github.com/duynhlab/base64/.github/workflows/release.yml@refs/tags/v0.1.0"   --certificate-oidc-issuer-regexp "https://token.actions.githubusercontent.com"   ghcr.io/duynhlab/base64@sha256:507a1f11a13f3956f47b36b31655818c0cf1add4c07732a6e4c1cb865b64e94f

Full Changelog: https://github.com/duynhlab/base64/commits/v0.1.0

Nightly build

Nightly build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jul 03:16
d170627

Nightly build from main.

Container image (tag):

  • ghcr.io/duynhlab/base64-plugin:nightly

✅ Immutable digest (recommended for pinning):

  • ghcr.io/duynhlab/base64-plugin@sha256:044dbfab533ca89b370661a96ae5079b7d646bdf1b093df070519d308307036b

All container images are signed with Cosign. Verify the immutable digest with:

cosign verify   --certificate-identity-regexp "https://github.com/duynhlab/base64-plugin/.github/workflows/nightly.yml@refs/heads/main"   --certificate-oidc-issuer-regexp "https://token.actions.githubusercontent.com"   ghcr.io/duynhlab/base64-plugin@sha256:044dbfab533ca89b370661a96ae5079b7d646bdf1b093df070519d308307036b

What's Changed

  • Rewrite README for the base64-plugin project by @duynhne in #5
  • Add CLAUDE.md with coding guidelines by @duynhne in #6
  • Return empty slices from list handlers by @duynhne in #7
  • Add permissive base64 decode and unit tests by @duynhne in #8

Full Changelog: v0.2.1...nightly