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(main): release access-api 6.0.0 #647

Merged

Conversation

it-dag-house
Copy link
Contributor

@it-dag-house it-dag-house commented Mar 24, 2023

🤖 I have created a release beep boop

6.0.0 (2023-04-06)

⚠ BREAKING CHANGES

  • add did mailto package, replacing createDidMailtoFromEmail (#722)

Features

  • add did mailto package, replacing createDidMailtoFromEmail (#722) (b48c256)

Bug Fixes

  • bug where did:mailto with pct-encoded email parts was not decoded correctly (#719) (7003dd2)
  • upgrade toucan-js and @web3-storage/worker-utils (#728) (976c77c)

This PR was generated with Release Please. See documentation.

@it-dag-house it-dag-house temporarily deployed to staging March 24, 2023 18:13 — with GitHub Actions Inactive
@it-dag-house it-dag-house force-pushed the release-please--branches--main--components--access-api branch from c590ead to 586f47c Compare March 27, 2023 15:32
@it-dag-house it-dag-house temporarily deployed to staging March 27, 2023 15:34 — with GitHub Actions Inactive
@it-dag-house it-dag-house force-pushed the release-please--branches--main--components--access-api branch from 586f47c to 6132744 Compare March 28, 2023 14:49
@it-dag-house it-dag-house temporarily deployed to staging March 28, 2023 14:50 — with GitHub Actions Inactive
@it-dag-house it-dag-house changed the title chore(main): release access-api 5.2.2 chore(main): release access-api 5.3.0 Mar 28, 2023
@it-dag-house it-dag-house force-pushed the release-please--branches--main--components--access-api branch from 6132744 to 635aa6f Compare March 28, 2023 17:38
@it-dag-house it-dag-house temporarily deployed to staging March 28, 2023 17:40 — with GitHub Actions Inactive
@it-dag-house it-dag-house force-pushed the release-please--branches--main--components--access-api branch from 635aa6f to 54beaf7 Compare March 29, 2023 13:23
@it-dag-house it-dag-house temporarily deployed to staging March 29, 2023 13:24 — with GitHub Actions Inactive
@it-dag-house it-dag-house force-pushed the release-please--branches--main--components--access-api branch from 54beaf7 to eed41cd Compare March 29, 2023 18:25
@it-dag-house it-dag-house temporarily deployed to staging March 29, 2023 18:27 — with GitHub Actions Inactive
@it-dag-house it-dag-house force-pushed the release-please--branches--main--components--access-api branch from eed41cd to b041761 Compare March 30, 2023 01:17
@it-dag-house it-dag-house temporarily deployed to staging March 30, 2023 01:19 — with GitHub Actions Inactive
@it-dag-house it-dag-house force-pushed the release-please--branches--main--components--access-api branch from b041761 to 30a8751 Compare March 31, 2023 05:05
@it-dag-house it-dag-house temporarily deployed to staging March 31, 2023 05:07 — with GitHub Actions Inactive
@it-dag-house it-dag-house changed the title chore(main): release access-api 5.3.0 chore(main): release access-api 6.0.0 Apr 4, 2023
@it-dag-house it-dag-house force-pushed the release-please--branches--main--components--access-api branch from 30a8751 to d21ad3d Compare April 4, 2023 20:56
@it-dag-house it-dag-house temporarily deployed to staging April 4, 2023 20:58 — with GitHub Actions Inactive
@it-dag-house it-dag-house force-pushed the release-please--branches--main--components--access-api branch from d21ad3d to a0a5b28 Compare April 5, 2023 19:01
@it-dag-house it-dag-house temporarily deployed to staging April 5, 2023 19:02 — with GitHub Actions Inactive
@it-dag-house it-dag-house force-pushed the release-please--branches--main--components--access-api branch from a0a5b28 to 36406d0 Compare April 6, 2023 15:50
@it-dag-house it-dag-house temporarily deployed to staging April 6, 2023 15:52 — with GitHub Actions Inactive
@gobengo gobengo temporarily deployed to staging April 7, 2023 15:53 — with GitHub Actions Inactive
@gobengo gobengo self-requested a review April 7, 2023 15:54
Copy link
Contributor

@gobengo gobengo left a comment

Choose a reason for hiding this comment

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

want to release fix for '+' in email address

@gobengo gobengo merged commit 48d9c89 into main Apr 7, 2023
@gobengo gobengo deleted the release-please--branches--main--components--access-api branch April 7, 2023 15:55
@it-dag-house
Copy link
Contributor Author

gobengo added a commit that referenced this pull request Apr 11, 2023
🤖 I have created a release *beep* *boop*
---


##
[6.0.0](access-api-v5.2.1...access-api-v6.0.0)
(2023-04-06)


### ⚠ BREAKING CHANGES

* add did mailto package, replacing `createDidMailtoFromEmail`
([#722](#722))

### Features

* add did mailto package, replacing `createDidMailtoFromEmail`
([#722](#722))
([5a4123f](5a4123f))


### Bug Fixes

* bug where did:mailto with pct-encoded email parts was not decoded
correctly ([#719](#719))
([c367639](c367639))
* upgrade toucan-js and @web3-storage/worker-utils
([#728](#728))
([853559d](853559d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: Benjamin Goering <[email protected]>
Peeja pushed a commit to storacha/upload-service that referenced this pull request Jan 17, 2025
## Description

This PR adds the `receiptsEndpoint` to the `w3up-client` instantiation.

## Motivation

Uploading in staging is currently broken. The console shows an error
when attempting to retrieve the receipt.

The receipts endpoint being used for staging is incorrect due to a
missing configuration. This causes the value to default to a hardcoded
production endpoint.
Peeja pushed a commit to storacha/upload-service that referenced this pull request Jan 17, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.3.2](storacha/w3ui@core-v2.3.1...core-v2.3.2)
(2024-11-25)


### Bug Fixes

* add missing receiptsEndpoint to client instantiation
([storacha#647](storacha/w3ui#647))
([1c1e19d](storacha/w3ui@1c1e19d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Peeja pushed a commit to storacha/upload-service that referenced this pull request Jan 17, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.5.1](storacha/w3ui@react-v2.5.0...react-v2.5.1)
(2024-11-25)


### Bug Fixes

* add missing receiptsEndpoint to client instantiation
([storacha#647](storacha/w3ui#647))
([1c1e19d](storacha/w3ui@1c1e19d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Natalie Bravo <[email protected]>
Peeja added a commit to storacha/upload-service that referenced this pull request Jan 17, 2025
* import-w3ui-incoming: (525 commits)
  Prepare to import `w3ui` to monorepo
  chore: release main (storacha#661)
  fix(core): revert to web3-storage/w3up-client (storacha#660)
  chore: release main (storacha#659)
  fix(core): update storacha/client version (storacha#658)
  chore: release main (storacha#657)
  fix: force a release
  chore: release main (storacha#656)
  fix: using the latest client to create spaces (storacha#655)
  chore: release main (storacha#652)
  fix: Force a `@w3ui/react` release (storacha#654)
  chore: Force a `@w3ui/react` release (storacha#653)
  chore: move to a single-pull-request release process (storacha#544)
  feat: Use latest client (`@storacha/client`) (storacha#650)
  chore(main): release react 2.5.1 (storacha#649)
  chore(main): release core 2.3.2 (storacha#648)
  fix: add missing receiptsEndpoint to client instantiation (storacha#647)
  chore(main): release react 2.5.0 (storacha#646)
  feat: Re-`claim` delegations during client setup (storacha#644)
  chore: Add packageManager to package.json (storacha#640)
  ...
Peeja pushed a commit to storacha/upload-service that referenced this pull request Jan 29, 2025
## Description

This PR adds the `receiptsEndpoint` to the `w3up-client` instantiation.

## Motivation

Uploading in staging is currently broken. The console shows an error
when attempting to retrieve the receipt.

The receipts endpoint being used for staging is incorrect due to a
missing configuration. This causes the value to default to a hardcoded
production endpoint.
Peeja pushed a commit to storacha/upload-service that referenced this pull request Jan 29, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.3.2](storacha/w3ui@core-v2.3.1...core-v2.3.2)
(2024-11-25)


### Bug Fixes

* add missing receiptsEndpoint to client instantiation
([storacha#647](storacha/w3ui#647))
([ab99d22](storacha/w3ui@ab99d22))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Peeja pushed a commit to storacha/upload-service that referenced this pull request Jan 29, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.5.1](storacha/w3ui@react-v2.5.0...react-v2.5.1)
(2024-11-25)


### Bug Fixes

* add missing receiptsEndpoint to client instantiation
([storacha#647](storacha/w3ui#647))
([ab99d22](storacha/w3ui@ab99d22))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Natalie Bravo <[email protected]>
Peeja added a commit to storacha/upload-service that referenced this pull request Jan 29, 2025
* __tmp_nx_import__/__nx_tmp_import__/main: (524 commits)
  chore: release main (storacha#661)
  fix(core): revert to web3-storage/w3up-client (storacha#660)
  chore: release main (storacha#659)
  fix(core): update storacha/client version (storacha#658)
  chore: release main (storacha#657)
  fix: force a release
  chore: release main (storacha#656)
  fix: using the latest client to create spaces (storacha#655)
  chore: release main (storacha#652)
  fix: Force a `@w3ui/react` release (storacha#654)
  chore: Force a `@w3ui/react` release (storacha#653)
  chore: move to a single-pull-request release process (storacha#544)
  feat: Use latest client (`@storacha/client`) (storacha#650)
  chore(main): release react 2.5.1 (storacha#649)
  chore(main): release core 2.3.2 (storacha#648)
  fix: add missing receiptsEndpoint to client instantiation (storacha#647)
  chore(main): release react 2.5.0 (storacha#646)
  feat: Re-`claim` delegations during client setup (storacha#644)
  chore: Add packageManager to package.json (storacha#640)
  chore: Add `dev` script (storacha#645)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants