v0.5.0
Breaking changes
The release contains too many breaking changes to offer a complete migration guide. We will strive to do better in future releases; meanwhile, we suggest to look at the changes in example modules:
git diff v0.4.1..v0.5.0 -- examples/*.rs
Build experience
In this release, we shifted the focus to an integration into the NGINX build process.
The default set of features now requires providing a preconfigured NGINX source
tree with NGINX_SOURCE_DIR and NGINX_BUILD_DIR variables (#67, #124).
The option to build a copy of NGINX as a part of the module process was
preserved as a feature flag vendored and no longer requires downloading
sources from the network ().
We encourage you to limit use of this feature to testing only.