lightningrodlabs / holochain-runner

Gives a binary providing wrapped Holochain Conductor with Status Update events, and a good SIGTERM kill switch
20 stars 3 forks source link

Bump holochain_zome_types from 0.2.3-beta-rc.0 to 0.3.0-beta-dev.25 #77

Open dependabot[bot] opened 7 months ago

dependabot[bot] commented 7 months ago

Bumps holochain_zome_types from 0.2.3-beta-rc.0 to 0.3.0-beta-dev.25.

Changelog

Sourced from holochain_zome_types's changelog.

holochain_zome_types-0.3.0-beta-dev.25

kitsune_p2p-0.3.0-beta-dev.29

holochain_integrity_types-0.3.0-beta-dev.24

kitsune_p2p_fetch-0.3.0-beta-dev.22

  • Enhance source backoff logic. The fetch pool used to give a source a 5 minute pause if it failed to serve an op before using the source again. Now the failures to serve by sources is tracked across the pool. Sources that fail too often will be put on a backoff to give them a chance to deal with their current workload before we use them again. For hosts that continue to not respond they will be dropped as sources for ops. Ops that end up with no sources will be dropped from the fetch pool. This means that we can stop using resources on ops we will never be able to fetch. If a source appears who is capable of serving the missing ops then they should be re-added to the fetch pool.

holo_hash-0.3.0-beta-dev.20

20240117.004514

hcterm-0.3.0-beta-dev.9

holochain_cli-0.3.0-beta-dev.33

holochain-0.3.0-beta-dev.33

  • Make sqlite-encrypted a default feature

  • Sys validation will no longer check the integrity with the previous action for StoreRecord or StoreEntry ops. These ‘store record’ checks are now only done for RegisterAgentActivity ops which we are sent when we are responsible for validating an agents whole chain. This avoids fetching and caching ops that we don’t actually need.

holochain_cli_bundle-0.3.0-beta-dev.31

holochain_cli_sandbox-0.3.0-beta-dev.33

holochain_cascade-0.3.0-beta-dev.33

holochain_conductor_api-0.3.0-beta-dev.33

holochain_conductor_services-0.2.0-beta-dev.4

holochain_test_wasm_common-0.3.0-beta-dev.28

holochain_wasm_test_utils-0.3.0-beta-dev.31

holochain_websocket-0.3.0-beta-dev.10

hdk-0.3.0-beta-dev.28

holochain_state-0.3.0-beta-dev.32

hdi-0.4.0-beta-dev.24

holochain_p2p-0.3.0-beta-dev.32

hc_sleuth-0.2.0-beta-dev.3

... (truncated)

Commits
  • e261c2b create a release from branch release-20240124.004605
  • 194bc25 Fetch pool global timeout for sources (#3227)
  • fa77f54 update source 'nixpkgs' on branch 'develop' (#3239)
  • 212beec update source 'rust-overlay' on branch 'develop' (#3241)
  • 8de610f update source 'nixpkgs' on branch 'develop' (#3212)
  • 0a66547 update source 'rust-overlay' on branch 'develop' (#3238)
  • afca44a update source 'rust-overlay' on branch 'develop' (#3237)
  • cf3c7aa update source 'rust-overlay' on branch 'develop' (#3234)
  • 34741f0 update source 'versions/0_2_rc' on branch 'develop' (#3236)
  • 26a71c3 Bump 0_2_rc to 0.2.5-rc.0 (#3235)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)