github fermyon/spin v0.10.0

latest releases: canary, v2.7.0, spin/templates/v2.7...
19 months ago

Spin v0.10.0

The following outlines some updates from the Spin v0.10.0 release.

Some highlights in v0.10.0 at a glance:

  • We've made it easier for you to find application logs by default. As of v0.10.0 onwards, a user running an app locally will see that logs are now stored in the same directory as the spin.toml file. Whereas, a user running an app from a registry will see that logs are no longer stored (by default) but instead streamed to stdout (which you can override this using the --quiet and --follow flags). For both local and remote apps, you can save logs to a specific location using the --log-dir. See the spin up CLI for more information.
  • A Bindle related deprecation message has been added to commands and options that currently interact with Bindle i.e. spin bindle push, spin bindle run, spin up -b (--bindle, --bindle-password, --bindle-server, --bindle-username).
  • The outbound HTTP feature now traces both successful and failed requests to improve feedback to the calling code.
  • The updated -f option (and additional equivalent --from option) combines the old -f/--file and --from-registry. After v0.10.0, the -f/--from can infer a spin.toml file, a directory containing a spin.toml file, or a remote registry reference. If -f/--from is omitted, it defaults to spin.toml. Also, please note, if Spin interprets the source incorrectly, please either use the --from-file or --from-registry options to clarify.

As always, thanks to contributors old and new for helping improve Spin on a daily basis! 🎉

What's Changed

Full Changelog: v0.9.0...v0.10.0

Don't miss a new spin release

NewReleases is sending notifications on new releases.