Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #13

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link

🤖 New release

  • noosphere: 0.14.2 -> 0.15.0
  • noosphere-core: 0.15.2 -> 0.16.0 (⚠️ API breaking changes)
  • noosphere-collections: 0.6.3 -> 0.7.0 (⚠️ API breaking changes)
  • noosphere-storage: 0.8.1 -> 0.9.0 (⚠️ API breaking changes)
  • noosphere-common: 0.1.0
  • noosphere-ipfs: 0.7.4 -> 0.8.0 (⚠️ API breaking changes)
  • noosphere-cli: 0.14.2 -> 0.15.0 (✓ API compatible changes)
  • noosphere-gateway: 0.8.2 -> 0.9.0 (✓ API compatible changes)
  • noosphere-ns: 0.10.2 -> 0.11.0 (✓ API compatible changes)
  • noosphere-into: 0.10.6 -> 0.11.0 (✓ API compatible changes)
  • noosphere-api: 0.12.2 -> 0.13.0 (✓ API compatible changes)
  • noosphere-sphere: 0.10.2 -> 0.11.0 (✓ API compatible changes)

⚠️ noosphere-core breaking changes

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing, renamed, or changed from const to static.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.23.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  ED25519_KEYPAIR_LENGTH in file /tmp/.tmp0N9k6e/noosphere-core/src/authority/key_material.rs:41
  ED25519_KEY_LENGTH in file /tmp/.tmp0N9k6e/noosphere-core/src/authority/key_material.rs:42

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.23.0/src/lints/trait_missing.ron

Failed in:
  trait noosphere_core::data::LinkSend, previously in file /tmp/.tmp0N9k6e/noosphere-core/src/data/link.rs:22
  trait noosphere_core::data::VersionedMapSendSync, previously in file /tmp/.tmp0N9k6e/noosphere-core/src/data/versioned_map.rs:18

--- failure trait_removed_supertrait: supertrait removed or renamed ---

Description:
A supertrait was removed from a trait. Users of the trait can no longer assume it can also be used like its supertrait.
        ref: https://doc.rust-lang.org/reference/items/traits.html#supertraits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.23.0/src/lints/trait_removed_supertrait.ron

Failed in:
  supertrait noosphere_core::data::VersionedMapSendSync of trait VersionedMapValue in file /tmp/.tmpYDyDVQ/noosphere/rust/noosphere-core/src/data/versioned_map.rs:35
  supertrait noosphere_core::data::VersionedMapSendSync of trait VersionedMapKey in file /tmp/.tmpYDyDVQ/noosphere/rust/noosphere-core/src/data/versioned_map.rs:24

⚠️ noosphere-collections breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.23.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type Hamt is no longer UnwindSafe, in /tmp/.tmpYDyDVQ/noosphere/rust/noosphere-collections/src/hamt/hamt_implementation.rs:64
  type Hamt is no longer RefUnwindSafe, in /tmp/.tmpYDyDVQ/noosphere/rust/noosphere-collections/src/hamt/hamt_implementation.rs:64
  type Node is no longer UnwindSafe, in /tmp/.tmpYDyDVQ/noosphere/rust/noosphere-collections/src/hamt/node.rs:31
  type Node is no longer RefUnwindSafe, in /tmp/.tmpYDyDVQ/noosphere/rust/noosphere-collections/src/hamt/node.rs:31

⚠️ noosphere-storage breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.23.0/src/lints/enum_missing.ron

Failed in:
  enum noosphere_storage::NativeStorageInit, previously in file /tmp/.tmp0N9k6e/noosphere-storage/src/implementation/native.rs:10

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.23.0/src/lints/inherent_method_missing.ron

Failed in:
  SphereDb::put_block_stream, previously in file /tmp/.tmp0N9k6e/noosphere-storage/src/db.rs:206

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.23.0/src/lints/struct_missing.ron

Failed in:
  struct noosphere_storage::NativeStore, previously in file /tmp/.tmp0N9k6e/noosphere-storage/src/implementation/native.rs:54
  struct noosphere_storage::NativeStorage, previously in file /tmp/.tmp0N9k6e/noosphere-storage/src/implementation/native.rs:16

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.23.0/src/lints/trait_missing.ron

Failed in:
  trait noosphere_storage::BlockStoreSendSync, previously in file /tmp/.tmp0N9k6e/noosphere-storage/src/block.rs:23
  trait noosphere_storage::StoreConditionalSendSync, previously in file /tmp/.tmp0N9k6e/noosphere-storage/src/store.rs:20
  trait noosphere_storage::StorageSendSync, previously in file /tmp/.tmp0N9k6e/noosphere-storage/src/storage.rs:8
  trait noosphere_storage::KeyValueStoreSend, previously in file /tmp/.tmp0N9k6e/noosphere-storage/src/key_value.rs:20
  trait noosphere_storage::SphereDbSendSync, previously in file /tmp/.tmp0N9k6e/noosphere-storage/src/db.rs:21
  trait noosphere_storage::KeyValueSendSync, previously in file /tmp/.tmp0N9k6e/noosphere-storage/src/key_value.rs:8
  trait noosphere_storage::BlockStoreSend, previously in file /tmp/.tmp0N9k6e/noosphere-storage/src/block.rs:35

--- failure trait_removed_supertrait: supertrait removed or renamed ---

Description:
A supertrait was removed from a trait. Users of the trait can no longer assume it can also be used like its supertrait.
        ref: https://doc.rust-lang.org/reference/items/traits.html#supertraits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.23.0/src/lints/trait_removed_supertrait.ron

Failed in:
  supertrait noosphere_storage::StorageSendSync of trait Storage in file /tmp/.tmpYDyDVQ/noosphere/rust/noosphere-storage/src/storage.rs:16
  supertrait noosphere_storage::StoreConditionalSendSync of trait Store in file /tmp/.tmpYDyDVQ/noosphere/rust/noosphere-storage/src/store.rs:23
  supertrait noosphere_storage::KeyValueSendSync of trait KeyValueStore in file /tmp/.tmpYDyDVQ/noosphere/rust/noosphere-storage/src/key_value.rs:12
  supertrait noosphere_storage::BlockStoreSendSync of trait BlockStore in file /tmp/.tmpYDyDVQ/noosphere/rust/noosphere-storage/src/block.rs:30

⚠️ noosphere-ipfs breaking changes

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.23.0/src/lints/trait_missing.ron

Failed in:
  trait noosphere_ipfs::IpfsStorageConditionalSendSync, previously in file /tmp/.tmp0N9k6e/noosphere-ipfs/src/storage.rs:40
Changelog

noosphere-core

0.15.2 (2023-08-29)

Features

  • Ensure adopted link records are fresher than previous entries. Fixes #258, fixes #562 (#578) (36e42fb)

noosphere-collections

0.6.0 (2023-06-08)

⚠ BREAKING CHANGES

  • Migrate blake2b->blake3 everywhere. (#400)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-storage bumped from 0.6.3 to 0.7.0

noosphere-storage

0.8.1 (2023-08-10)

Features

  • orb sphere history and orb sphere render (#576) (a6f0a74)
  • flush when dropping NativeStorage to prevent intermittent failures. (#580) (76f678f)

noosphere-common

0.1.0 - 2023-09-19

Added

  • Introduce RocksDbStorage, genericize storage throughout. (#623)
  • [breaking] Replace Bundle with CAR streams in push (#624)

noosphere-ipfs

0.7.4 (2023-08-29)

Bug Fixes

  • Better handling of removed content in orb (#588) (b811e68)
  • Increase allowed request body payload size (#608) (da83f38)

Dependencies

  • The following workspace dependencies were updated
    • dev-dependencies
      • noosphere-core bumped from 0.15.1 to 0.15.2

noosphere-cli

0.14.2 (2023-08-29)

Bug Fixes

  • Better handling of removed content in orb (#588) (b811e68)
  • Increase allowed request body payload size (#608) (da83f38)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-ipfs bumped from 0.7.3 to 0.7.4
      • noosphere-core bumped from 0.15.1 to 0.15.2
      • noosphere-sphere bumped from 0.10.1 to 0.10.2
      • noosphere-api bumped from 0.12.1 to 0.12.2
      • noosphere-gateway bumped from 0.8.1 to 0.8.2
      • noosphere bumped from 0.14.1 to 0.14.2
    • dev-dependencies
      • noosphere-ns bumped from 0.10.1 to 0.10.2

noosphere-gateway

0.8.2 (2023-08-29)

Features

  • Ensure adopted link records are fresher than previous entries. Fixes #258, fixes #562 (#578) (36e42fb)

Bug Fixes

  • Increase allowed request body payload size (#608) (da83f38)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-ipfs bumped from 0.7.3 to 0.7.4
      • noosphere-core bumped from 0.15.1 to 0.15.2
      • noosphere-ns bumped from 0.10.1 to 0.10.2
      • noosphere-sphere bumped from 0.10.1 to 0.10.2
      • noosphere-api bumped from 0.12.1 to 0.12.2

noosphere-ns

0.10.2 (2023-08-29)

Bug Fixes

  • Increase allowed request body payload size (#608) (da83f38)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-core bumped from 0.15.1 to 0.15.2
      • noosphere bumped from 0.14.1 to 0.14.2
      • noosphere-ipfs bumped from 0.7.3 to 0.7.4

noosphere-into

0.10.5 (2023-08-10)

Features

  • orb sphere history and orb sphere render (#576) (a6f0a74)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-core bumped from 0.15.0 to 0.15.1
      • noosphere-storage bumped from 0.8.0 to 0.8.1
      • noosphere-sphere bumped from 0.10.0 to 0.10.1
    • dev-dependencies
      • noosphere-sphere bumped from 0.10.0 to 0.10.1

noosphere-sphere

0.10.2 (2023-08-29)

Features

  • Ensure adopted link records are fresher than previous entries. Fixes #258, fixes #562 (#578) (36e42fb)

Bug Fixes

  • Increase allowed request body payload size (#608) (da83f38)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-core bumped from 0.15.1 to 0.15.2
      • noosphere-api bumped from 0.12.1 to 0.12.2
    • dev-dependencies
      • noosphere-core bumped from 0.15.1 to 0.15.2


This PR was generated with release-plz.

cdata and others added 3 commits September 19, 2023 12:14
Signed-off-by: release-plz <release-plz@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant