Jul 24th, 2022
Release v1.0.0-beta.3
- Enable years as a unit in durations (
1y
) - Log root authentication configuration status on server startup
- Ensure CORS headers are set on all HTTP responses even when request fails with an error
- Improve syntax for defining futures:
fn::future ->
changed to<future>
- Improve syntax for defining embedded functions:
fn::script -> () =>
changed tofunction()
- Ensure root authentication is completely disabled when
-p
or—pass
cli arguments are not specified