github sablierapp/sablier v1.8.3

23 hours ago

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

Don't miss a new sablier release

NewReleases is sending notifications on new releases.