Skip to content

Commit

Permalink
[release] bump apollo-links 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy authored Jul 13, 2023
1 parent faea387 commit 2832552
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
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

0 comments on commit 2832552

Please sign in to comment.