This release features a significant cleanup in the project structure, in addition to that the magic.lambda.http project has gotten another overhaul, providing automatic conversion support for Hyperlambda and URL encoded request and response payloads. In addition, all projects have been cleaned up significantly, the NuGet packages now displays README files, all projects are successfully building in GitHub actions and passing in SonarCloud, etc, etc, etc.
This release technically yields one "breaking change". However, it's extremely unlikely you'll actually experience it, since all projects are now throwing HyperlambdaException
instead of ArgumentException
where relevant, and HyperlambdaException
has been moved into magic.node.extensions namespace and project.
Many projects now also have reduced dependencies across other plugins, and in general this is a very clean and nice release.