Releases: pyrsia/pyrsia
v0.2.4 - Deploy Pyrsia authority node to AWS, IDE plugin, Unified async mechanisms, Extended transparency log search
Installers:
This version adds some improvements to the 0.2.3 version:
- Deploy Pyrsia authority node to AWS (excludes the consensus - only bringing up the infrastructure)
- IDE plugin for Pyrsia - release on github - version 0.1.0
- rust tool chain update to use new github actions
- update Rust to 1.66.1
- extended transparency log search
- refactorings to use unified async mechanisms in the codebase
- Blogs - 1 for release and 1 for talking about roadmap
What's Changed
Full Changelog: v0.2.3...v0.2.4
New Contributors
v0.2.3 - Block distribution using gossipsub, no openssl dependency, GH Action with pinned Windows and macOS version, Code Coverage on local
Installers:
This version adds some improvements to the 0.2.2 version:
- Improved release docs with manual test plan
- Added Remove operation to Pyrsia CLI Configuration utility
- Pyrsia Developer onboarding resources
- Pinned Windows and OS X version for GitHub runners
- Brew installer archive listing (https://brewrepo.pyrsia.io/) automation and sync fix.
- Initiate kademlia bootstrap after probe or dial
- Blockchain broadcast using GossipSub
- Enhanced
create_transparency_log
test - Block build on openssl dependency detection either direct or transitive
- Fixed file path mismatch between skipped and regular linting
- Local Code Coverage Run Fix
v0.2.2 - libp2p upgrade, rust toolchain, clap update for CLI
This version adds some improvements to the 0.2.1 version:
-
Upgrade libp2p to 0.50.0
-
Upgrade and pin rust version to 1.64
-
Ability to query a requested build's status
-
Improvements in error messages
-
Documentation fixes and improvements
What's Changed
Full Changelog: v0.2.1...v0.2.2
v0.2.1 - MacOS service, request new artifacts, simpler configuration
This version adds some improvements to the 0.2.0 version:
-
Pyrsia node robustness improvements
-
MacOS installer now installs a service
-
Automatically trigger a build if artifact is not found in transparency log
-
Improvements in configuring a node
-
Documentation fixes and improvements
What's Changed
Full Changelog: v0.2.0...v0.2.1
0.2.0 - Pyrsia network with provenance log, build from source support for docker
Pyrsia network with provenance log, build from source support for docker
This release candidate includes a number of exciting improvements from the demo version
- Real Pyrsia network that allows to bootstrap new nodes
- Build from source service for docker images
- Provenance log that allows you to inspect packages on Pyrsia
- Authority nodes that commit to the blockchain
- Windows Installer
- macOS brew installer
What's Changed
Full Changelog: v0.1.1...v0.2.0
New Contributors
- @adamdmharvey made their first contribution in #735
- @jperedadnr made their first contribution in #791
- @karolh2000 made their first contribution in #882
- @dasmanas made their first contribution in #937
- @ChengYueJia made their first contribution in #1025
- @izderadicka made their first contribution in #1095
Pyrsia network with provenance log, build from source support for docker
Pyrsia network with provenance log, build from source support for docker
This release candidate includes a number of exciting improvements from the demo version
- Real Pyrsia network that allows to bootstrap new nodes
- Build from source service for docker images
- Provenance log that allows you to inspect packages on Pyrsia
- Authority nodes that commit to the blockchain
- Windows Installer
What's Changed
Full Changelog: v0.1.1...0.2.0-rc1
New Contributors
- @adamdmharvey made their first contribution in #735
- @jperedadnr made their first contribution in #791
- @karolh2000 made their first contribution in #882
- @dasmanas made their first contribution in #937
- @ChengYueJia made their first contribution in #1025
- @izderadicka made their first contribution in #1095
v0.1.1
Includes initial implementation of NAT piercing to facilitate p2p communication between peers behind NAT based networks.
Instructions to install this version of Pyrsia
What's Changed
- Bump sysinfo from 0.23.10 to 0.23.12 by @dependabot in #706
- Add workaround for missing status checks in CI by @prince-chrismc in #700
- Bump actions/github-script from 6.0.0 to 6.1.0 by @dependabot in #697
- Bump tj-actions/changed-files from 19 to 20 by @dependabot in #702
- Propagate channel errors instead of panicking by @tiainen in #708
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial release with 2 peers communicating with each other and ability to load the central node with all official docker images.
Instructions to install this version of Pyrsia
What's Changed
Full Changelog: https://github.com/pyrsia/pyrsia/commits/v0.1.0
New Contributors
- @mgrand made their first contribution in #20
- @johanvos made their first contribution in #51
- @chb0github made their first contribution in #128
- @chris-crone made their first contribution in #227
- @VitaliyaIoffe made their first contribution in #565