Releases: sablierapp/sablier
Releases · sablierapp/sablier
v1.8.3
1.8.3 (2025-02-02)
This release adds rfc7807 Problem detail responses when an error happens processing a request.
This will greatly improve the common issues with "blank pages" and "404 pages" issues which should now properly tell the user what input was wrong (group that does not exist, container name that does not exist, etc.)
Example of requesting a non existing group:
{
"availableGroups": [
"mimic"
],
"detail": "The group you requested does not exist. It is possible that the group has not been scanned yet.",
"error": "group mimicc not found",
"instance": "/api/strategies/blocking?group=mimicc\u0026session_duration=10s",
"requestGroup": "mimicc",
"status": 404,
"title": "Group not found",
"type": "https://sablierapp.dev/#/errors?id=group-not-found"
}
Bug Fixes
v1.8.2
v1.8.1
What's Changed
- traefik.md: update dead link by @thomas-mc-work in #414
New Contributors
- @thomas-mc-work made their first contribution in #414
Full Changelog: v1.8.0...v1.8.1
v1.8.0
1.8.0 (2024-10-02)
Bug Fixes
- api: add Cache-Control header on dynamic page to prevent caching by services like Cloudflare. (#389) (b7ffc86)
- deps: update golang.org/x/exp digest to 0cdaa3a (1df0565)
- deps: update golang.org/x/exp digest to 46b0784 (1d8009a)
- deps: update golang.org/x/exp digest to 701f63a (9a57703)
- deps: update golang.org/x/exp digest to 7f521ea (2d38a34)
- deps: update golang.org/x/exp digest to 8a7402a (6d98c27)
- deps: update golang.org/x/exp digest to 9b4947d (5ee3f2c)
- deps: update golang.org/x/exp digest to e7e105d (322926c)
- deps: update kubernetes packages to v0.30.3 (72a1365)
- deps: update kubernetes packages to v0.31.0 (799aaef)
- deps: update module github.com/docker/docker to v27 (39227dd)
- deps: update module github.com/docker/docker to v27.0.3+incompatible (16563eb)
- deps: update module github.com/docker/docker to v27.1.1+incompatible (d5c6d51)
- deps: update module github.com/docker/docker to v27.1.2+incompatible (486bba5)
- deps: update module github.com/docker/docker to v27.2.0+incompatible (a44aef0)
- deps: update module github.com/docker/docker to v27.2.1+incompatible (9e6aada)
- deps: update module github.com/docker/docker to v27.3.1+incompatible (5a1e9ff)
- deps: update module github.com/stretchr/testify to v1.9.0 (d57b02e)
- deps: update module github.com/tetratelabs/proxy-wasm-go-sdk to v0.24.0 (bb26aa4)
- deps: update module golang.org/x/sync to v0.7.0 (e58df5a)
- deps: update module golang.org/x/sync to v0.8.0 (a99cc9d)
- deps: update tinygo to v0.32.0 (fec8772)
- docker: ensure connection is established with host (7ddb6ae)
- docker: move sablier binary from /etc/sablier/sablier to /bin/sablier (82ae5e9), closes #348
- dynamic: avoid panic on nil instance (9821c62), closes #380
- kubernetes: use ParseName everywhere with replicas (2bb1ad4)
- session: properly set state name when started successfully (1685b4e)
- sessions: return and heanlde error everytime (ef888f6)
Features
- plugin: add
proxywasm
plugin (#284) (3891027), closes #145 - providers: add
provider.auto-stop-on-startup
argument (#346) (dfb9bac), closes #153
Performance Improvements
v1.8.0-beta.23
1.8.0-beta.23 (2024-10-02)
Bug Fixes
- deps: update module github.com/docker/docker to v27.3.1+incompatible (b1c826d)
v1.8.0-beta.22
v1.8.0-beta.21
v1.8.0-beta.20
1.8.0-beta.20 (2024-09-09)
Bug Fixes
v1.8.0-beta.19
1.8.0-beta.19 (2024-09-06)
Bug Fixes
v1.8.0-beta.18
1.8.0-beta.18 (2024-09-03)
Bug Fixes
- deps: update module github.com/docker/docker to v27.2.0+incompatible (12f739f)