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

[release] chore: bp 0.5.3 #149

Merged
merged 1 commit into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion packages/apollo-links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,65 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.3] - 2023-07-13

## [0.5.2] - 2023-06-19

### Changed

- upgrade @metamask/eth-sig-util to ^5.1.0

## [0.5.1] - 2023-06-15

### Changed

- Improve retry logic & logs (#129)

### Added

- More unit tests for retry logic and fallover

## [0.5.0] - 2023-06-14

### Fixed

- fix the apollo/client import to /core to avoid react dep (#125)

### Changed

- separate the link create function for dict & project (#124)
- rename projectHttpLink to deploymentHttpLink (#126)

## [0.4.0] - 2023-06-13

### Added

- Feat/auth link routing (#122)

## [0.3.4] - 2023-06-13

### Added

- Get networkChainId from authURl (#108)

### Fixed

- Fix runtime error catch for authLink (#120)

## [0.2.1] - 2023-06-13

### Added

- Add Authlink for Apollo client

[Unreleased]: https://github.com/subquery/network-clients/compare/v0.5.2...HEAD
[unreleased]: https://github.com/subquery/network-clients/compare/v0.5.3...HEAD
[0.5.3]: https://github.com/subquery/network-clients/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/subquery/network-clients/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/subquery/network-clients/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/subquery/network-clients/compare/v0.4.0...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/apollo-links",
"version": "0.5.2",
"version": "0.5.3",
"description": "SubQuery Network - graphql links",
"main": "dist/index.js",
"author": "SubQuery Pte Limited",
Expand Down
Loading