Releases: wpbs-rs/wpbs
Releases · wpbs-rs/wpbs
Release list
0.1.0-rc.4
Immutable
release. Only release title and notes can be modified.
0.1.0-rc.3
Immutable
release. Only release title and notes can be modified.
0.1.0-rc.2
Immutable
release. Only release title and notes can be modified.
Added
Services
- Reimplement minimal Discord gateway caching. (#10)
Fixed
Runtime
- Correct the WASI guest path of the plugin workspace. (#11)
Changed
Core
- Remove redundant initialization function. (#11)
- Remove early shutdown support. (#11)
- Split post setup logic up. (#11)
Runtime
- The new Twilight API changes how forms are constructed, this is reflected in the
Discord WIT interface. (#10)
Miscellaneous
0.1.0-rc.1
Immutable
release. Only release title and notes can be modified.
Added
Core
- Configuration system supporting system services, as well as per-plugin environment
variables, custom settings, and permissions. - Registry support for resolving, downloading, and caching plugins.
- Key-value database (
fjall) for persistent
plugin state storage.
Runtime
- WebAssembly Component Model-based plugin system (using
wasmtime).
Services
- Discord service supporting Gateway events, HTTP requests, and interaction registration.
- Job scheduler service for executing cron-based tasks.