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 hdk from 0.2.3-beta-rc.0 to 0.3.0-beta-dev.29 #76

Open dependabot[bot] opened 7 months ago

dependabot[bot] commented 7 months ago

Bumps hdk from 0.2.3-beta-rc.0 to 0.3.0-beta-dev.29.

Changelog

Sourced from hdk's changelog.

holochain_test_wasm_common-0.3.0-beta-dev.29

holochain_wasm_test_utils-0.3.0-beta-dev.32

holochain_websocket-0.3.0-beta-dev.11

hdk-0.3.0-beta-dev.29

holochain_state-0.3.0-beta-dev.33

hdi-0.4.0-beta-dev.25

holochain_p2p-0.3.0-beta-dev.33

hc_sleuth-0.2.0-beta-dev.4

hdk_derive-0.3.0-beta-dev.24

holochain_state_types-0.3.0-beta-dev.31

holochain_types-0.3.0-beta-dev.31

  • Refactor: All logic related to modules and wasmer caching has been moved to holochain-wasmer. Consequently functions for wasmer development under iOS need to be imported from there.

holochain_keystore-0.3.0-beta-dev.26

holochain_sqlite-0.3.0-beta-dev.31

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

... (truncated)

Commits
  • e261c2b create a release from branch release-20240124.004605
  • 194bc25 Fetch pool global timeout for sources (#3227)
  • f3f065f fix: wasmer memory access fault & caching (#3152)
  • 84f746f Fix symlink path mismatch (#3223)
  • 0ea377c DumpConductorState (#3193)
  • 7adb9c0 create a release from branch release-20240117.004514
  • 55dd26f build: make sqlite-encrypted a default feature (#2973)
  • 27da87a release-automation: enable all verification steps and add some error contexts...
  • 7063a37 Eliminate txn open when hitting p2p agent cache (#3181)
  • c0b0245 Chore/rename hdk entry defs (#2979)
  • 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)