Releases: MAIF/wasmo
Releases · MAIF/wasmo
1.3.0
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
New Feature: Sharing Plugins Between Users
- Plugins should be editable by multiple users
1.2.1
fix #36
1.2.0
1.2.0
1.1.0
1.0.17
Fix
- The absence of the build folder at startup was due to the removal of .gitkeep.
1.0.16
Fixed
- Local builds have incorrect naming.
- Incorporate timestamps into logs.
1.0.15
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
1.0.14 - fix websocket usage over https
1.0.13
1.0.13 - filter null plugins