spin

Spin is the open source developer tool for building and running serverless applications powered by WebAssembly.

APACHE-2.0 License

Downloads
755
Stars
4.9K
Committers
84

Bot releases are visible (Hide)

spin - v0.10.0

Published by github-actions[bot] over 1 year 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: https://github.com/fermyon/spin/compare/v0.9.0...v0.10.0

spin - v0.9.0

Published by github-actions[bot] over 1 year ago

Hot on the heels of 0.8.0, we're pleased to announce Spin 0.9.0, which brings new features, improvements and bug fixes.

This release includes, built-in key-value storage, more flexible Redis support, UX improvements, and more.

Some highlights in 0.9.0 at a glance:

What's Changed

New Contributors

Full Changelog: https://github.com/fermyon/spin/compare/v0.8.0...v0.9.0

spin - v0.8.0

Published by github-actions[bot] over 1 year ago

This is the v0.8.0 release of Spin and it brings a number of features, improvements and bug fixes.

This release also contains groundwork for some larger initiatives, such as OCI support and supply chain security. If curious about the vision for these and other efforts, check out the SIP (Spin Improvement Proposal) directory. Perhaps it will spark an idea for a SIP of your own!

Some highlights in v0.8.0 at a glance:

As always, thanks to contributors old and new for helping improve Spin on a daily basis! πŸŽ‰

What's Changed

New Contributors

Full Changelog: https://github.com/fermyon/spin/compare/v0.7.1...v0.8.0

spin - v0.7.1

Published by github-actions[bot] almost 2 years ago

This is the v0.7.1 patch release of Spin, as tracked by the following milestone.

The changes in this release are primarily centered around a couple of bug fixes, notably:

See below for the full list of changes.

What's Changed

Full Changelog: https://github.com/fermyon/spin/compare/v0.7.0...v0.7.1

spin - v0.7.0

Published by github-actions[bot] almost 2 years ago

Spice up your holiday with the latest Spin release! Spin v0.7.0 brings many exciting updates including:

  • Hashicorp Vault integration by @FrankYang0529 in #798 - This feature lets you retrieve sensitive data from HashiCorp Vault and use it your Spin application.
  • Experimental support for connecting to MySQL databases by @etehtsea in #864
  • Thespin add command which adds a component to an existing application by @itowlson in #889
  • Support for outbound Redis set operations by @dicej in #915
  • Support for fetching Wasm modules from Web URLs by @itowlson in #890
  • Support for running Spin on Linux ARM64 by @jpflueger in #926
  • Experimental support for JavaScript and Typescript applications in Spin with a new SDK and set of templates by @karthik2804 https://github.com/fermyon/spin-js-sdk
  • In addition to new features, there has been a heavy focus on testing, refactoring and hardening of the project.

Additional Notes:

  • Please note that from this release, Spin no longer supports Ubuntu 18.04.
  • Templates may need to be updated locally as well spin templates install --git https://github.com/fermyon/spin --update. We are tracking a better experience for updating templates in #990

Special shoutout to our new contributors: @jpflueger @morristai @rajatjindal and a big thank you to the folks who continue to contribute, impact and shape the project: @etehtsea @FrankYang0529 !

What's Changed

New Contributors

Full Changelog: https://github.com/fermyon/spin/compare/v0.6.0...v0.7.0

spin - v0.6.0

Published by github-actions[bot] about 2 years ago

Spin v0.6.0 brings a host of improvements, refactorings, and new features! Among the most notable:

Thank you to all contributors for your amazing work, and welcome to the contributors list to: @sealmove @coderoflagos @etehtsea @tpmccallum @nealmcb @endocrimes @raymundovr @elimisteve @ipedrazas

What's Changed

New Contributors

Full Changelog: https://github.com/fermyon/spin/compare/v0.5.0...v0.6.0

spin - v0.5.0

Published by github-actions[bot] about 2 years ago

Full release notes coming soon...

What's Changed

New Contributors

Full Changelog: https://github.com/fermyon/spin/compare/v0.4.0...v0.5.0

spin - v0.4.0

Published by github-actions[bot] over 2 years ago

This is largely a maintenance release. The upgrades to wasmtime and wit-bindgen in #574 caused compatibility issues for people trying to use Spin compiled from main; this release should help with some of those issues. Additionally we have some nice bug fixes and quality of life improvements, but no major new features.

What's Changed

New Contributors

Full Changelog: https://github.com/fermyon/spin/compare/v0.3.0...v0.4.0

spin - v0.3.0

Published by vdice over 2 years ago

We're excited to announce Spin v0.3.0 πŸŽ‰

This release brings a number of features, fixes and improvements.

Some highlights are as follows:

We'd also like to thank all of the new contributors who have helped make Spin even better! πŸ‘

What's Changed

New Contributors

Full Changelog: https://github.com/fermyon/spin/compare/v0.2.0...v0.3.0

spin - v0.2.0

Published by radu-matei over 2 years ago

We are really excited to announce the new release of Spin, v0.2.0.
This release is packed with new features that simplify building and running WebAssembly components with Spin!

New features

What's Changed

New Contributors

Full Changelog: https://github.com/fermyon/spin/compare/v0.1.0...v0.2

spin - v0.1.0

Published by vdice over 2 years ago

We are really excited to announce the first release of Spin, our new open source framework for building and running fast, secure, and composable cloud microservices with WebAssembly.

With Spin, we’re trying to make it easier to get started with using WebAssembly on the server so that we can all take advantage of the security, portability, and speed WebAssembly provides when it comes to running microservices.

Check out the quickstart guide for getting started with Spin.

spin - v0.1.0-rc.4

Published by vdice over 2 years ago

Spin's latest v0.1.0 release candidate!

Please see the attached checksums-v0.1.0-rc.4.txt file for checksums.

spin -

Published by vdice over 2 years ago

Spin's first v0.1.0 release candidate πŸŽ‰

$ shasum -a 256 spin-v0.1.0-rc.1-*.tar.gz
1019c3936ae15451cf904b659869b971dd6db49ee16b517ae52503cd379f1f4b  spin-v0.1.0-rc.1-linux-aarch64.tar.gz
9912600d8836cab7d4d020f08065c861d75b51f9f010d4834b66bef5ec5c744d  spin-v0.1.0-rc.1-linux-amd64.tar.gz
2a8807b27f0c482a53df3cc7a170cbd357cda1fead0157564886b1a71738a124  spin-v0.1.0-rc.1-macos-aarch64.tar.gz
48a1a7077f3853d7bcb539337a8f0e251de1ac9cb9b8d1b0b06e5dd677052975  spin-v0.1.0-rc.1-macos-amd64.tar.gz
92a24d020c2cd4b08714b41037db4c3c6689c5c20aa82cab96b2449857ded14c  spin-v0.1.0-rc.1-windows-amd64.tar.gz
Package Rankings
Top 1.71% on Proxy.golang.org
Top 30.26% on Crates.io