Skip to content

Releases: MAIF/wasmo

1.3.0

25 Jun 14:15
Compare
Choose a tag to compare

Wasmo 1.3.0 Release Notes

This release introduces several significant enhancements to improve your development experience with Wasmo. Below, you'll find a summary of the new features and improvements included in this version.

New Features

Enhanced Documentation with Otoroshi Plugin Templates

  • Detailed Guides and Examples: Comprehensive documentation now includes detailed guides and examples specifically for Otoroshi plugins.
  • Template Library: A new library of Otoroshi plugin templates is available, providing a variety of pre-built templates to help you get started quickly.

Fast Plugin Creation with Custom Templates

A new interface for managing your plugin creation is available, making it easy to create Otoroshi plugins from Wasmo.

Enhanced CLI

  • Plugin Initialization with Otoroshi Format: The Wasmo CLI has been enhanced to support the creation of plugins directly initialized with the Otoroshi format. This means you can now generate a fully functional Otoroshi plugin with a single command, complete with all necessary boilerplate code.

Improvements

  • UI Enhancements: Minor UI enhancements to the Wasmo interface for a more intuitive user experience.

1.2.2

10 Jun 09:44
Compare
Choose a tag to compare

New Feature: Sharing Plugins Between Users

  • Plugins should be editable by multiple users

1.2.1

29 May 07:04
Compare
Choose a tag to compare
fix #36

1.2.0

07 May 14:11
Compare
Choose a tag to compare
1.2.0

1.1.0

25 Mar 15:51
Compare
Choose a tag to compare

Fixed

  • Adding a new user removed the previous one #33

1.0.17

19 Mar 09:44
Compare
Choose a tag to compare

Fix

  • The absence of the build folder at startup was due to the removal of .gitkeep.

1.0.16

12 Mar 15:40
Compare
Choose a tag to compare

Fixed

  • Local builds have incorrect naming.
  • Incorporate timestamps into logs.

1.0.15

05 Mar 10:42
Compare
Choose a tag to compare

Wasmo v1.0.15

Fixed

  • Filter null plugins : In certain instances, some scenarios were resulting in the retrieval of null wasm plugins.
  • Force Creating Go plugins with Wasi flag by default for better compatibility.
  • Resolved CLI issue where it failed to retrieve the binary file.

Added Features

  • Support for Wss Protocol: with the added support for the Wss protocol, the user interface now has the capability to communicate seamlessly with a Wasmo instance deployed using HTTPS
  • Exposing Wasmo Behind Proxy: Specify baseURL to expose Wasmo behind a proxy effortlessly.
  • New Plugin Creation via CLI: Start a new plugin directly using the CLI, with Izanami and Otoroshi templates available for quick setup.
  • Upgrade all Extism PDK Versions: Stay up-to-date with upgraded Extism PDK versions for improved performance and compatibility.

1.0.14

23 Feb 09:52
Compare
Choose a tag to compare
1.0.14 - fix websocket usage over https

1.0.13

22 Feb 17:17
Compare
Choose a tag to compare
1.0.13 - filter null plugins