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.28 #75

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

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

Changelog

Sourced from hdk's changelog.

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

hdk_derive-0.3.0-beta-dev.23

  • BREAKING CHANGE: Renamed macros hdk_entry_defs to hdk_entry_types and entry_def to entry_type for naming consistency with hdk_link_types #2979

holochain_state_types-0.3.0-beta-dev.30

holochain_types-0.3.0-beta-dev.30

holochain_keystore-0.3.0-beta-dev.25

holochain_sqlite-0.3.0-beta-dev.30

  • Provide a mechanism to automatically encrypt databases which are currently unencrypted. This is useful if you are switching from a Holochain built with the sqlite feature, to a Holochain built with sqlite-encrypted. In order to enable this mechanism you will need to set the environment variable HOLOCHAIN_MIGRATE_UNENCRYPTED=true. DANGER: If you switch your Holochain without this environment variable then on first startup it will recognise your cache, dht, peer and kitsune metrics databases will be recognised as corrupt and automatically wiped. These databases may be rebuilt, assuming that the same data is still available from other peers, but please consider making a backup before attempting to make the switch.

holochain_zome_types-0.3.0-beta-dev.24

holochain_integrity_types-0.3.0-beta-dev.23

20240112.112002

hcterm-0.3.0-beta-dev.8

holochain_cli-0.3.0-beta-dev.32

holochain-0.3.0-beta-dev.32

holochain_cli_bundle-0.3.0-beta-dev.30

holochain_cli_run_local_services-0.3.0-beta-dev.20

holochain_cli_sandbox-0.3.0-beta-dev.32

holochain_cascade-0.3.0-beta-dev.32

... (truncated)

Commits
  • 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)
  • 9b7c17a Sys validation workflow docs (#3124)
  • 70d7c02 create a release from branch release-20240112.112002
  • c4387ae Detect bad version specs in version bumps (#3199)
  • 4c8d083 fix(aitia): depend on holochain_trace by path and fix version (#3195)
  • 09b7557 Sync main to develop 2024 01 11 (#3196)
  • 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)
dependabot[bot] commented 7 months ago

Superseded by #76.