This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
Releases: heetch/regula
Releases · heetch/regula
v0.6.2
v0.6.1
v0.6.0
v0.5.1
v0.5.0
Release notes
New HTTP Regula server
Ruleset creation, evaluation, listing and watching is now done using the Regula HTTP Server.
HTTP API
- Evaluate a given ruleset with params
- Paginate results
- Watch for ruleset changes using long polling
- Create / update a ruleset
- Go HTTP Client
- Elixir HTTP Client
Rulesets
- Versioning
- Rulesets are immutable, any update creates a new version
- Add support for evaluation of a specific version of a ruleset
- Enforce signatures: once created, it's only possible to remove params
- Validation: ruleset paths and params names must follow a specific format