v0.3.0-alpha
github-actions
released this
08 Dec 04:55
·
174 commits
to main
since this release
🦊 Features
- Greatly simplified release process.
- Can control Pod and Container specs for Platform components.
- VirtualEnvs can inherit and override ClusterVirtualEnvs.
- Added HTTP adapter allowing for both incoming and outgoing HTTP calls.
- AppDeployments can now optionally be versioned.
- Snapshots of VirtualEnvs can be created.
- Components can declare dependencies on other Components, Adapters, and EnvVars.
- Component routes and dependencies declared at deployment instead of runtime.
- Added GraphQL interface to Kit.
🐉 Fixes
🐐 Misc
- Cleaned up build scripts.
- Docs restructured and updated.
- Compress Platform images for faster download.
- Refactored into single Go module and simplified dir structure.
- Removed JetStream to reduce Platform overhead.
- Moved HTTP Adapter from Broker to separate Pod.