Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

chore: release main #236

Merged
merged 1 commit into from
Mar 14, 2023
Merged

chore: release main #236

merged 1 commit into from
Mar 14, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 20, 2023

🤖 I have created a release beep boop

noosphere: 0.7.0

0.7.0 (2023-03-14)

⚠ BREAKING CHANGES

Features

  • Implement C FFI for petname management (#271) (d43c628)
  • Initial example of C integration. (#242) (57beb24)
  • Introduce noosphere-gateway crate (#238) (791bc39)
  • Noosphere builds and runs tests on Windows (#228) (d1320f0)
  • Petname resolution and synchronization in spheres and gateways (#253) (f7ddfa7)

Bug Fixes

  • FFI header generation: Use an ordered BTreeMap to replace class token keys so that class names that are subsets of other class names are replaced appropriately. (#270) (4cf2e40)
  • Reconfigure module dependencies so that noosphere-ipfs depends on noosphere-storage, and not the other way around creating a cycle. (#254) (b79872a)

Miscellaneous Chores

  • Templatize the two IPFS HTTP APIs as noosphere_ipfs::IpfsClient, and reconfigure KuboStorage as IpfsStorage, operating on IpfsClient rather than a URL. (#252) (518beae)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-into bumped from 0.4.5 to 0.5.0
noosphere-api: 0.6.0

0.6.0 (2023-03-14)

⚠ BREAKING CHANGES

Features

  • Petname resolution and synchronization in spheres and gateways (#253) (f7ddfa7)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-core bumped from 0.6.3 to 0.7.0
      • noosphere-storage bumped from 0.4.2 to 0.5.0
noosphere-cli: 0.7.0

0.7.0 (2023-03-14)

⚠ BREAKING CHANGES

Features

  • Introduce noosphere-gateway crate (#238) (791bc39)
  • Petname resolution and synchronization in spheres and gateways (#253) (f7ddfa7)

Bug Fixes

  • Limit delegated UCAN's lifetime to authorization token's lifetime where appropriate. (#249) (b62fb88)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-ipfs bumped from 0.1.2 to 0.2.0
      • noosphere-core bumped from 0.6.3 to 0.7.0
      • noosphere-storage bumped from 0.4.2 to 0.5.0
      • noosphere-api bumped from 0.5.6 to 0.6.0
      • noosphere bumped from 0.6.3 to 0.7.0
    • dev-dependencies
      • noosphere-ns bumped from 0.4.3 to 0.5.0
noosphere-collections: 0.3.3

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-storage bumped from 0.4.2 to 0.5.0
noosphere-core: 0.7.0

0.7.0 (2023-03-14)

⚠ BREAKING CHANGES

Features

  • Introduce noosphere-gateway crate (#238) (791bc39)
  • Petname resolution and synchronization in spheres and gateways (#253) (f7ddfa7)

Bug Fixes

  • Limit delegated UCAN's lifetime to authorization token's lifetime where appropriate. (#249) (b62fb88)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-storage bumped from 0.4.2 to 0.5.0
      • noosphere-collections bumped from 0.3.2 to 0.3.3
noosphere-gateway: 0.1.0

0.1.0 (2023-03-14)

⚠ BREAKING CHANGES

Features

  • Introduce noosphere-gateway crate (#238) (791bc39)
  • Petname resolution and synchronization in spheres and gateways (#253) (f7ddfa7)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-ipfs bumped from 0.1.2 to 0.2.0
      • noosphere-core bumped from 0.6.3 to 0.7.0
      • noosphere-ns bumped from 0.4.3 to 0.5.0
      • noosphere-storage bumped from 0.4.2 to 0.5.0
      • noosphere-api bumped from 0.5.6 to 0.6.0
      • noosphere bumped from 0.6.3 to 0.7.0
noosphere-into: 0.5.0

0.5.0 (2023-03-14)

⚠ BREAKING CHANGES

Features

  • Noosphere builds and runs tests on Windows (#228) (d1320f0)
  • Petname resolution and synchronization in spheres and gateways (#253) (f7ddfa7)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-core bumped from 0.6.3 to 0.7.0
      • noosphere-storage bumped from 0.4.2 to 0.5.0
noosphere-ipfs: 0.2.0

0.2.0 (2023-03-14)

⚠ BREAKING CHANGES

Features

  • Implement IpfsClient::get_block for Kubo for orb/orb-ns integration with IPFS. (#251) (f18db24)
  • Introduce noosphere-gateway crate (#238) (791bc39)
  • Petname resolution and synchronization in spheres and gateways (#253) (f7ddfa7)

Bug Fixes

  • Reconfigure module dependencies so that noosphere-ipfs depends on noosphere-storage, and not the other way around creating a cycle. (#254) (b79872a)

Miscellaneous Chores

  • Templatize the two IPFS HTTP APIs as noosphere_ipfs::IpfsClient, and reconfigure KuboStorage as IpfsStorage, operating on IpfsClient rather than a URL. (#252) (518beae)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-storage bumped from 0.4.2 to 0.5.0
    • dev-dependencies
      • noosphere-storage bumped from 0.4.2 to 0.5.0
      • noosphere-core bumped from 0.6.3 to 0.7.0
noosphere-ns: 0.5.0

0.5.0 (2023-03-14)

⚠ BREAKING CHANGES

Features

  • Expose ipfs-api-url to orb-ns to integrate IPFS cid resolution in NS validation. (#265) (d1bdc29)
  • Petname resolution and synchronization in spheres and gateways (#253) (f7ddfa7)

Bug Fixes

  • Limit delegated UCAN's lifetime to authorization token's lifetime where appropriate. (#249) (b62fb88)

Miscellaneous Chores

  • Templatize the two IPFS HTTP APIs as noosphere_ipfs::IpfsClient, and reconfigure KuboStorage as IpfsStorage, operating on IpfsClient rather than a URL. (#252) (518beae)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-storage bumped from 0.4.2 to 0.5.0
      • noosphere-core bumped from 0.6.3 to 0.7.0
      • noosphere bumped from 0.6.3 to 0.7.0
      • noosphere-ipfs bumped from 0.1.2 to 0.2.0
noosphere-sphere: 0.1.0

0.1.0 (2023-03-14)

⚠ BREAKING CHANGES

Features

  • Implement C FFI for petname management (#271) (d43c628)
  • Petname resolution and synchronization in spheres and gateways (#253) (f7ddfa7)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-core bumped from 0.6.3 to 0.7.0
      • noosphere-storage bumped from 0.4.2 to 0.5.0
      • noosphere-api bumped from 0.5.6 to 0.6.0
noosphere-storage: 0.5.0

0.5.0 (2023-03-14)

⚠ BREAKING CHANGES

Features

  • Petname resolution and synchronization in spheres and gateways (#253) (f7ddfa7)

Bug Fixes

  • Reconfigure module dependencies so that noosphere-ipfs depends on noosphere-storage, and not the other way around creating a cycle. (#254) (b79872a)

Miscellaneous Chores

  • Templatize the two IPFS HTTP APIs as noosphere_ipfs::IpfsClient, and reconfigure KuboStorage as IpfsStorage, operating on IpfsClient rather than a URL. (#252) (518beae)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch 4 times, most recently from 7809e72 to 4bd8617 Compare February 27, 2023 19:30
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from e7cd0e2 to 02db469 Compare March 1, 2023 21:09
@github-actions github-actions bot force-pushed the release-please--branches--main branch 7 times, most recently from 97e6dc8 to be991bf Compare March 10, 2023 22:35
@github-actions github-actions bot force-pushed the release-please--branches--main branch from be991bf to 13b6a00 Compare March 14, 2023 23:18
Copy link
Collaborator

@cdata cdata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks release bot!

@cdata cdata merged commit 4a5c47a into main Mar 14, 2023
@cdata cdata deleted the release-please--branches--main branch March 14, 2023 23:40
@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant