Skip to content

Commit

Permalink
chore: release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 12, 2023
1 parent cf41c25 commit 5f0693a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
29 changes: 1 addition & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,94 +7,67 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 2.6.0 - 2023-06-12
### Added

- `convertStreamToString` function
- pm2 metrics

## 2.5.0 - 2023-05-17

### Added

- CIP68 RFT 444 support

## 2.4.0 - 2023-03-15

### Removed

- `addr_vk` support in `paymentCredToBech32Address`

## 2.3.2 - 2023-03-07

### Added

- Support for ScriptHash payment credential using `script` addresses.

### Changed

- do not leak framework in errors

## 2.3.1 - 2023-02-06

### Removed

- `addr_vk` is no longer valid address type as returned by `detectAndValidateAddressType`

### Fixed

- CIP68 `getMetadataFromOutputDatum` parsing of `files` and custom fields

## 2.3.0 - 2023-02-02

### Added

- support for `addr_vk` addresses in `paymentCredFromBech32Address`
- `getPaymentPartBech32` for generating partial bech32 address consisting of bech32 prefix, addr header and payment part

### Changed

- fastify dependencies

## 2.2.0 - 2022-12-30

### Added

- Missing custom 400s

## 2.1.1 - 2022-12-30

### Changed

- js implementation of utf-8-validate, no longer requiring node-gyp

## 2.1.0 - 2022-12-28

### Added

- CIP68 utils

## 2.0.0 - 2022-11-27

### Removed

- BREAKING CHANGE: `getSchemaForEndpoint` is now part of the `@blockfrost/openapi` package
- `@blockfrost/openapi` dependency

## 1.1.0 - 2022-11-02

### Added

- `validatePolicy` and `validateAsset` to validation functions
- invalid asset and invalid policy 400 handlers

## 1.0.1 - 2022-10-24

### Changed

- `getAddressTypeAndPaymentCred` to return undefined instead of `''` when there is not valid `paymentCred`

## 1.0.0 - 2022-09-23

### Added

- Initial release
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-utils",
"version": "2.5.0",
"version": "2.6.0",
"repository": "git@github.com:blockfrost/blockfrost-utils.git",
"license": "Apache-2.0",
"author": "blockfrost.io",
Expand Down

0 comments on commit 5f0693a

Please sign in to comment.