Releases: bots-garden/capsule
Releases · bots-garden/capsule
v0.4.2 ⛱️ [beach umbrella]
v0.4.2 ⛱️ [beach umbrella]
:
- Update with the last version of Wazero v1.4.0.
- Capsule HTTP is faster thanks to the Wazero optimisations.
- Capsule HDK:
v0.0.7
(🐞 fix with Redis + Wazero v1.4.0) - Capsule MDK:
v0.0.6
(🐞 fix with Redis)
v0.4.1 🫑 [pepper]
v0.4.1 🫑 [pepper]
:
- Update with the last version of Wazero v1.3.0.
- More "practical" sample: GitLab webhook sample.
- Capsule HTTP is faster thanks to the Wazero optimisations.
- Capsule HDK:
v0.0.6
- Capsule MDK:
v0.0.5
v0.4.0 🌶️ [chili pepper]
- 🎉 performances: more than x 2 🚀. I want to give a shout-out to @nilslice. This was possible thanks to his advice on how to use
sync.Mutex
. - update of HDK 0.0.4 then 0.0.5.
- capsule-http: add of 2 endpoints (
/metrics
and/health
) triggering theOnMetrics
andOnHealthCheck
functions of the WASM module. - new recipe: how to deploy Capsule FaaS on a OVH-Cloud Compute instance (a huge thank you to @titimoby for providing the hosting https://faas.capsule.foundation/), read the recipe here: https://bots-garden.github.io/capsule/capsule-http-ovh-deploy/
v0.3.9 🥒 [cucumber]
Capsule v0.3.9 🥒 [cucumber]
What's new:
- Update of HDK 0.0.3 - Host Development Kit with Wazero 1.2.0. It looks like Capsule HTTP is running even faster (kudos to the Wazero contributors 👏):
- Update of MDK 0.0.3 - Module Development Kit: improves HTML string encoding into JSON string, then it's easier to serve HTML
- Little improvement of the UX when using the Faas mode of Capsule HTTP, 👀 capsule-http-faas-mode.md
- Added a "Recipes" section in the documentation:
- Gitpodifying of the Capsule project, then it will be easier to contribute, maintain and test
- Some 🐛 fixes
Warm thanks to
- @titimoby 🥰 and OVH Cloud, now, I can test the FaaS mode of Capsule HTTP in a real production environment. You can 👀 my experimentations on https://faas.capsule.foundation/ (I'm doing a lot of 🤪 things, so sometime it is down)
- @codefromthecrypt for his ✨ amazing release notes on the Wazero project, now i have to pay attention to my release notes
- @_mcorbin for his help on GoLang compilation options
What's next:
- How to use Capsule HTTP FaaaS mode and GitLab CI/CD
- TBD 🤔
v0.3.8 🥬 [leafy greens]
some fixes on the FaaS mode
v0.3.7 🥦 [broccoli]
v0.3.7 🥦 [broccoli]
: 🚀 FaaS mode (documentation in progress) + NGrok integration
v0.3.6 🫐 [blueberries]
v0.3.6 🫐 [blueberries]
:
- Prometheus metrics
- Docker image (Capsule HTTP)
v0.3.5 🍓 [strawberry]
v0.3.5 🍓 [strawberry]
: Update with HDK & MDK v0.0.2
v0.3.4 🍋 [lemon]
v0.3.4 🍋 [lemon]
: Capsule next generation (performances: x 10 🚀)
v0.3.3 🍊 [Tangerine]
Update with Wazero 1.0.1, then 1.0.2 => better performances
Thank you to @codefromthecrypt