rddepman: bump spinCLI from 3.3.1 to 3.4.0 #9163
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v3.4.0 (v3.4.0)
Spin 3.4 is here with some great quality-of-life enhancements! You can now make outgoing HTTP/2 requests, opening the door to faster APIs and gRPC backends with no extra setup. Postgres got a big boost too: connections are now pooled automatically for better performance under load, and you can use more data types like UUID, JSONB, ranges, arrays, decimals, and INTERVAL. On top of that, Spin templates now include a schema directive in spin.toml, so you’ll get instant validation and code completion right in your editor when scaffolding new applications!
As always, thanks to contributors old and new for helping improve Spin on a daily basis! Special thanks to new contributors @seun-ja and @gdamjan, welcome to the project!
Verifying the Release Signature
After downloading the
v3.4.0
release of Spin, either via the artifact attached to this release corresponding to your OS/architecture combination or via the installation method of your choice, you are ready to verify the release signature.First, install cosign. This is the tool we'll use to perform signature verification. Then run the following command:
If the verification passed, you should see:
What's Changed
unsafe-aot-compilation
feat enabled by @kate-goldenring in fix: enable compiling whenunsafe-aot-compilation
feat enabled spinframework/spin#3159spin deploy
rather thanspin cloud deploy
by @itowlson in Warn ifspin deploy
rather thanspin cloud deploy
spinframework/spin#3173New Contributors
Full Changelog: spinframework/spin@v3.3.1...v3.4.0
Compare between v3.3.1 and v3.4.0