Skip to content

Commit

Permalink
0.3 release (#9)
Browse files Browse the repository at this point in the history
* Added sdk, support shard iterator
* Fully working Otel spans
* Updated plugin version and improved WIT
* Update github ci dependencies, update rust version for github ci

---------

Signed-off-by: Darwin Boersma <[email protected]>
  • Loading branch information
ogghead authored Sep 30, 2024
1 parent 0dce3d1 commit 7b4db90
Show file tree
Hide file tree
Showing 17 changed files with 1,057 additions and 792 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.76
toolchain: 1.81.0
targets: ${{ matrix.config.target }}
- name: Install Spin
uses: rajatjindal/setup-actions/spin@main
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

Big thanks to Fermyon for providing an SQS trigger -- this trigger borrows *liberally* from <https://github.com/fermyon/spin-trigger-sqs/>

This also refers to <https://github.com/fermyon/spin-trigger-cron> to create an SDK for Rust.

<https://developer.fermyon.com/spin/contributing>
Loading

0 comments on commit 7b4db90

Please sign in to comment.