Release Notes
Added
- Pavex now supports domain guards!
You can restrict routes to specific domains and/or serve different websites from the same Pavex application.
Check out the relevant guide for more information.
- There is now a dedicated guide explaining how common
path prefixes work.
Breaking ⚠️
Blueprint::nest_at
has been removed. Use Blueprint::prefix("/my_prefix").nest(nested_bp)
as a replacement.
- The syntax for path parameters has changed. Instead of
:param_name
, use {param_name}
.
pavex_cli 0.1.54
Install pavex_cli 0.1.54
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LukeMathWalker/pavex/releases/download/0.1.54/pavex_cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/LukeMathWalker/pavex/releases/download/0.1.54/pavex_cli-installer.ps1 | iex"
Download pavex_cli 0.1.54
pavexc_cli 0.1.54
Install pavexc_cli 0.1.54
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LukeMathWalker/pavex/releases/download/0.1.54/pavexc_cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/LukeMathWalker/pavex/releases/download/0.1.54/pavexc_cli-installer.ps1 | iex"
Download pavexc_cli 0.1.54