This repository was archived by the owner on Jul 7, 2025. It is now read-only.
Releases: CheckerNetwork/zinnia
Releases · CheckerNetwork/zinnia
v0.3.0
Highlights ✨
- Web Cryptography API
- Prebuilt binary for Linux (x64)
- Prebuilt and signed binaries for macOS (x64, arm64)
What's Changed
- ci: upload release binaries to GH Release by @bajtos in #90
- feat: Web Cryptography APIs by @bajtos in #95
- docs: add an example module - ping-probe by @bajtos in #96
- ci: fix Apple arm64 setup by @bajtos in #98
- feat: sign macOS binaries by @bajtos in #91
- feat: upgrade Deno core and extensions by @bajtos in #97
- feat: upgrade Deno to 2023.03.10 by @bajtos in #100
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Highlights ✨
- Improved compatibility with different libp2p implementations (Go, JS, Rust)
- Support for 0-RTT protocol negotiation
- Built-in handler for inbound Ping and Identify requests
- Logging configurable via ENV variables
What's Changed
- docs: fix libp2p example code by @bajtos in #70
- deps: bump clap from 4.1.6 to 4.1.7 by @dependabot in #71
- docs: create single tag when releasing by @bajtos in #69
- deps: bump clap from 4.1.7 to 4.1.8 by @dependabot in #78
- chore: max width 100, rust ident 4 chars by @bajtos in #79
- ci: add release workflow by @bajtos in #80
- feat: support libp2p RSA public keys by @bajtos in #83
- feat: support Apple Silicon (M1/M2) by @bajtos in #82
- feat: logger configurable via env vars by @bajtos in #84
- ci: remove deprecated 3rd-party GH actions by @bajtos in #86
- feat: allow 0-RTT protocol negotiation by @bajtos in #87
- deps: bump libp2p from 0.50.0 to 0.50.1 by @dependabot in #89
- deps: bump async-trait from 0.1.64 to 0.1.66 by @dependabot in #88
- feat: fix compat with Rust, enable Ping + Identify by @bajtos in #85
Full Changelog: v0.1.0...v0.2.0
v0.1.0 Public Alpha
New features
- Fetch API
- Built-in libp2p node
What's Changed
- ci: improve caching of build artifacts by @bajtos in #41
- chore: set zinnia_runtime version in Cargo.toml by @bajtos in #42
- feat: assertion library + smoke tests for Web APIs by @bajtos in #45
- deps: Bump clap from 4.1.4 to 4.1.6 by @dependabot in #51
- ci: Bump dtolnay/rust-toolchain from 25dc93b90 to 52e69531e by @dependabot in #50
- feat: fetch api. closes #25 by @juliangruber in #52
- ci: test all crates together by @bajtos in #61
- feat: built-in libp2p node by @bajtos in #48
- docs: add contributing. #53 by @juliangruber in #55
- ci: run
prettier --check .
by @bajtos in #64 - docs: add high-level example. #53 by @juliangruber in #54
- docs: update the tech stack description by @bajtos in #65
- docs: add elevator pitch by @juliangruber in #59
- ci: bump Swatinem/rust-cache from 2.2.0 to 2.2.1 by @dependabot in #67
New Contributors
- @juliangruber made their first contribution in #52
Full Changelog: v0.0.3...v0.1.0
v0.0.3
What's Changed
- docs: initial docs for module builders by @bajtos in #24
- refactor: extract
zinnia_runtime
module by @bajtos in #29 - deps: update Cargo.lock by @bajtos in #31
- docs: standard JavaScript APIs by @bajtos in #27
- ci: cache Rust build artifacts on Linux too by @bajtos in #32
- feat!: remove Minimal Supported Rust Version by @bajtos in #35
- feat: add
deno_web
APIs likesetTimeout
by @bajtos in #34 - ci: improve caching of dependencies by @bajtos in #36
- ci: Bump amannn/action-semantic-pull-request from 5.0.2 to 5.1.0 by @dependabot in #38
- ci: Bump dtolnay/rust-toolchain from 9cd00a88a to 25dc93b90 by @dependabot in #39
- fix: rework JS tests + fix timers impl by @bajtos in #40
Full Changelog: zinnia-v0.0.2...v0.0.3
v0.0.2
What's Changed
- ADR: Switching to Deno Core by @bajtos in #4
- cli: run JavaScript modules + provide
console
APIs by @bajtos in #14 - chore: change GitHub links to permalinks by @bajtos in #16
- Automated tests (unit + integration) by @bajtos in #15
- ci: setup GitHub Actions workflow by @bajtos in #17
- ci: setup cargo-audit and Dependabot by @bajtos in #18
- deps: bump deno_runtime from 0.94.0 to 0.97.0 by @dependabot in #20
- ci: bump dtolnay/rust-toolchain from ce8f65846 to 9cd00a88a by @dependabot in #19
- docs: describe the release process by @bajtos in #21
New Contributors
- @dependabot made their first contribution in #20
Full Changelog: v0.0.1...zinnia-v0.0.2