Releases: paritytech/host-rust-core
Release list
@parity/truapi 0.12.0
What's Changed
- fix(cli): resolve runner from prebuilt installs by @pgherveou in #532
- fix(dispatcher): downgrade response and error payloads to the caller's version by @filvecchiato in #525
- fix(playground): declare the chat worker in the product manifest by @eugypalu in #541
- fix(protocol): reject unknown wire messages by @pgherveou in #547
- feat(ci): open bump issues on consumer repos when a package is released by @valentinfernandez1 in #529
- RFC: Host locale subscription by @kalininilya in #526
- feat(truapi):
development_createAccountProoffor raw proof contexts to unblock Humanity as a Product by @peetzweg in #457 - release: @parity/truapi 0.12.0, @parity/truapi-host 0.9.0, @parity/ios-host 0.12.0 by @pgherveou in #555
New Contributors
- @kalininilya made their first contribution in #526
Full Changelog: https://github.com/paritytech/host-rust-core/compare/@parity/ios-host@0.11.0...@parity/truapi@0.12.0
@parity/truapi-host 0.9.0
What's Changed
- fix(cli): resolve runner from prebuilt installs by @pgherveou in #532
- fix(dispatcher): downgrade response and error payloads to the caller's version by @filvecchiato in #525
- fix(playground): declare the chat worker in the product manifest by @eugypalu in #541
- fix(protocol): reject unknown wire messages by @pgherveou in #547
- feat(ci): open bump issues on consumer repos when a package is released by @valentinfernandez1 in #529
- RFC: Host locale subscription by @kalininilya in #526
- feat(truapi):
development_createAccountProoffor raw proof contexts to unblock Humanity as a Product by @peetzweg in #457 - release: @parity/truapi 0.12.0, @parity/truapi-host 0.9.0, @parity/ios-host 0.12.0 by @pgherveou in #555
New Contributors
- @kalininilya made their first contribution in #526
Full Changelog: https://github.com/paritytech/host-rust-core/compare/@parity/ios-host@0.11.0...@parity/truapi-host@0.9.0
@parity/ios-host 0.12.0
truapi_server.xcframework for the TrUAPIHost Swift package.
truapi-host CLI stable pointer
Names the truapi-host version the installer and the in-binary updater install. Not a release of its own; the binaries live on the matching @parity/truapi release.
@parity/truapi 0.11.0
What's Changed
- fix(ci): make the CLI release pipeline work end to end by @pgherveou in #531
- release: @parity/truapi 0.11.0, @parity/truapi-host 0.8.0 by @pgherveou in #530
Full Changelog: https://github.com/paritytech/host-rust-core/compare/truapi-host-cli-stable...@parity/truapi@0.11.0
@parity/truapi-host 0.8.0
What's Changed
- fix(ci): make the CLI release pipeline work end to end by @pgherveou in #531
- release: @parity/truapi 0.11.0, @parity/truapi-host 0.8.0 by @pgherveou in #530
Full Changelog: https://github.com/paritytech/host-rust-core/compare/truapi-host-cli-stable...@parity/truapi-host@0.8.0
@parity/ios-host 0.11.0
truapi_server.xcframework for the TrUAPIHost Swift package.
@parity/truapi 0.10.0
What's Changed
- feat(platform): serve Chat from a JS host as an optional capability by @filvecchiato in #400
- publish 0.7.0 by @ERussel in #450
- RFC: Product Manifest Format by @filvecchiato in #206
- feat(server): gate external navigation on a per-host remote grant by @filvecchiato in #434
- fix(host): convert undeclared callback throws instead of aborting the process by @decrypto21 in #452
- feat(host-cli): add the previewnet network preset by @peetzweg in #440
- feat(truapi): export createWebSocketProvider for browser clients by @peetzweg in #438
- feat(host-cli): serve product frames headlessly with --serve by @peetzweg in #439
- fix(host-cli): follow previewnet through its wipe by @peetzweg in #455
- feat(chat): forward every message variant and add the Android host surface by @decrypto21 in #453
- feat(truapi-provider): tell a listener which way its connection closed by @decrypto21 in #461
- fix: accept the test dotNS TLD in product identifiers by @filvecchiato in #465
- feat(server): let a host read what the last renewal pass achieved by @TarikGul in #447
- feat(container): gate WebRTC on a decision resolved before the product realm by @filvecchiato in #444
- feat(platform,server): match manifest execution kinds and serve custom chat rendering from a JS host by @johnthecat in #459
- Person's usernames: read from Asset Hub dotNS instead of the People Chain (rebase of #349) by @filip-parity in #426
- Own-account subtree consent gate, deadline bound, and worker dispose fix by @johnthecat in #469
- fix(server): raise the crate recursion limit for the trait solver by @filip-parity in #475
- chore: point hosts/dotli at dotli-community main by @filip-parity in #473
- chore(deps): bump the actions group with 3 updates by @dependabot[bot] in #470
- release: @parity/truapi 0.10.0, @parity/truapi-host 0.7.0 by @justraman in #494
New Contributors
- @peetzweg made their first contribution in #440
- @filip-parity made their first contribution in #426
- @justraman made their first contribution in #494
Full Changelog: https://github.com/paritytech/host-rust-core/compare/@parity/ios-host@0.7.0...@parity/truapi@0.10.0
@parity/truapi-host 0.7.0
What's Changed
- feat(platform): serve Chat from a JS host as an optional capability by @filvecchiato in #400
- publish 0.7.0 by @ERussel in #450
- RFC: Product Manifest Format by @filvecchiato in #206
- feat(server): gate external navigation on a per-host remote grant by @filvecchiato in #434
- fix(host): convert undeclared callback throws instead of aborting the process by @decrypto21 in #452
- feat(host-cli): add the previewnet network preset by @peetzweg in #440
- feat(truapi): export createWebSocketProvider for browser clients by @peetzweg in #438
- feat(host-cli): serve product frames headlessly with --serve by @peetzweg in #439
- fix(host-cli): follow previewnet through its wipe by @peetzweg in #455
- feat(chat): forward every message variant and add the Android host surface by @decrypto21 in #453
- feat(truapi-provider): tell a listener which way its connection closed by @decrypto21 in #461
- fix: accept the test dotNS TLD in product identifiers by @filvecchiato in #465
- feat(server): let a host read what the last renewal pass achieved by @TarikGul in #447
- feat(container): gate WebRTC on a decision resolved before the product realm by @filvecchiato in #444
- feat(platform,server): match manifest execution kinds and serve custom chat rendering from a JS host by @johnthecat in #459
- Person's usernames: read from Asset Hub dotNS instead of the People Chain (rebase of #349) by @filip-parity in #426
- Own-account subtree consent gate, deadline bound, and worker dispose fix by @johnthecat in #469
- fix(server): raise the crate recursion limit for the trait solver by @filip-parity in #475
- chore: point hosts/dotli at dotli-community main by @filip-parity in #473
- chore(deps): bump the actions group with 3 updates by @dependabot[bot] in #470
- release: @parity/truapi 0.10.0, @parity/truapi-host 0.7.0 by @justraman in #494
New Contributors
- @peetzweg made their first contribution in #440
- @filip-parity made their first contribution in #426
- @justraman made their first contribution in #494
Full Changelog: https://github.com/paritytech/host-rust-core/compare/@parity/ios-host@0.7.0...@parity/truapi-host@0.7.0
@parity/ios-provider 0.7.0
truapi_provider.xcframework for the TrUAPIProvider Swift package.