Community driven, reusable components for distributed apps
Go to file
Edoardo Vacchi b803a435cf deps: updates wazero to 1.0.0-pre.9, http-wasm-host-go to v3.3.0
This updates [wazero](https://wazero.io/) to [1.0.0-pre.9][1]. Notably:

* This release includes our last breaking changes before 1.0.0 final:
  * Requires at least Go 1.18
* This release also integrates Go context to limit execution time.
  More details on the [Release Notes][1]
* We are now passing third-party integration test suites: wasi-testsuite,
  TinyGo's, Zig's.

It also updates [http-wasm](https://http-wasm.io) to [3.3.0][2], which syncs
to wazero 1.0.0-pre.9

[1]: https://github.com/tetratelabs/wazero/releases/tag/v1.0.0-pre.9
[2]: https://github.com/http-wasm/http-wasm-host-go/releases/tag/v3.3.0

Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
2023-02-21 11:22:19 +01:00
.build-tools Merge branch 'master' of https://github.com/dapr/components-contrib into tests-scripts 2023-02-17 21:15:42 +00:00
.devcontainer Prettier 2023-02-17 03:57:10 +00:00
.github Merge branch 'master' into newdeps 2023-02-17 15:57:18 -08:00
bindings Merge branch 'master' of https://github.com/dapr/components-contrib into newdeps 2023-02-17 21:20:45 +00:00
configuration 💄 2023-02-17 00:02:23 +00:00
contenttype update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
docs Fix ordering in docs 2022-10-27 14:04:13 +02:00
health Propagate context from caller to appropriate places in the code (#2474) 2023-02-16 14:18:35 -08:00
internal recompile cloudflare worker 2023-02-17 16:12:49 -08:00
lock Propagate context from caller to appropriate places in the code (#2474) 2023-02-16 14:18:35 -08:00
metadata Removed go.uber.org/atomic and github.com/pkg/errors 2023-02-15 19:56:20 +00:00
middleware Merge branch 'master' of https://github.com/dapr/components-contrib into newdeps 2023-02-17 21:20:45 +00:00
nameresolution mdns: shut down on context cancelation and not on signal 2023-01-26 12:15:37 -08:00
pubsub Merge branch 'master' of https://github.com/dapr/components-contrib into newdeps 2023-02-17 21:20:45 +00:00
secretstores 💄 2023-02-17 00:59:25 +00:00
state Merge branch 'master' of https://github.com/dapr/components-contrib into newdeps 2023-02-17 21:20:45 +00:00
tests Merge branch 'master' into newdeps 2023-02-17 15:57:18 -08:00
workflows Updating workflows request struct 2022-11-14 12:39:35 -07:00
.codecov.yaml Updated codecov Action to v3 and reduce email spam (#1936) 2022-08-04 17:28:54 -07:00
.gitignore Fix Azure Service Bus cert/conf tests (#2218) 2022-10-24 15:05:36 -07:00
.golangci.yml 💄 2023-02-17 00:02:23 +00:00
.prettierignore Prettier 2023-02-17 03:57:10 +00:00
.prettierrc.json Prettier 2023-02-17 03:57:10 +00:00
CODEOWNERS Update CODEOWNERS (#987) 2021-07-08 22:19:32 -07:00
CONTRIBUTING.md Add DCO requirements and updated code of conduct (#1395) 2022-01-04 09:40:04 -08:00
LICENSE update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
Makefile Prettier 2023-02-17 03:57:10 +00:00
README.md Includes image of contributors in Readme.md (#2083) 2022-09-14 18:28:44 -07:00
SECURITY.md Add SECURITY.md (#1027) 2021-07-30 11:49:56 -07:00
component-metadata-schema.json Adding in missing component metadata schema file addition for workflows 2022-10-24 21:10:19 -06:00
go.mod deps: updates wazero to 1.0.0-pre.9, http-wasm-host-go to v3.3.0 2023-02-21 11:22:19 +01:00
go.sum deps: updates wazero to 1.0.0-pre.9, http-wasm-host-go to v3.3.0 2023-02-21 11:22:19 +01:00

README.md

Components Contrib

Build Status Discord License: Apache 2.0 FOSSA Status

The purpose of Components Contrib is to provide open, community-driven, reusable components for building distributed applications. These components are being used by the Dapr project, but are separate and decoupled from it.

Using components developers can interact with bindings, state stores, messaging systems and more, without caring about the underlying implementation.

Available component types:

For documentation on how components are being used in Dapr in a language/platform agnostic way, visit Dapr Docs.

Contribution

Thanks to everyone who has contributed!

Code of Conduct

Please refer to our Dapr Community Code of Conduct