Skip to content

Commit

Permalink
Merge pull request #279 from blockfrost/chore/release220
Browse files Browse the repository at this point in the history
release: 2.2.0
  • Loading branch information
slowbackspace authored Dec 5, 2024
2 parents b949bfd + 0bd120c commit 7bf7d7f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.0] - 2024-12-05

### Added

- `GET_ADA_HANDLE`, `GET_PROTOCOL_PARAMETERS` method
- DRep data in `GET_ACCOUNT_INFO` method
- control metric/healthcheck interval with env variable `METRICS_COLLECTOR_INTERVAL_MS`
- Transaction CBOR in `SUBSCRIBE_ADDRESS`, `GET_TRANSACTION` and `GET_ACCOUNT_INFO`
- Message validation

### Changed

- more verbose healthcheck error log
- More verbose healthcheck error log
- Improved rate limiter

### Fixed

- crash while fetching affected addresses for a block undergoing a rollback
- emit block event only after all data are retrieved making address subscriptions more reliable
- Crash while fetching affected addresses for a block undergoing a rollback
- Emit block event only after all data are retrieved making address subscriptions more reliable

## [2.1.0] - 2023-06-10

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockfrost/blockfrost-websocket-link",
"version": "2.1.0",
"version": "2.2.0",
"files": [
"dist"
],
Expand Down

0 comments on commit 7bf7d7f

Please sign in to comment.