Skip to content

Commit

Permalink
cabal version 2.19.1 (#1662)
Browse files Browse the repository at this point in the history
* cabal version 2.19.1

* Update CHANGELOG.md

* Apply suggestions from code review

Co-authored-by: Stuart Popejoy <8353613+sirlensalot@users.noreply.github.com>

---------

Co-authored-by: Stuart Popejoy <8353613+sirlensalot@users.noreply.github.com>
  • Loading branch information
larskuhtz and sirlensalot authored May 21, 2023
1 parent 73b9abc commit f9e4929
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,44 @@
# `chainweb-node` Changelog

2.19 (2023-05-25)
## 2.19.1 (2023-05-22)

This version replaces all previous versions. Any prior version will stop working on 2023-06-01T00:00:00Z. Node administrators must upgrade to this version before that date.
**NOTE: THIS VERSION SUPERSEDES 2.19. PLEASE UPDATE AS SOON AS POSSIBLE.**

This version replaces all previous versions. Node administrators must upgrade to
this version before 2023-06-01T00:00:00Z.

This version will expire on 2023-09-07.

To upgrade, pull the latest docker image or download the binary and restart the node.

Changes:

* Disable user function return value typechecking (#1661)
* Add typechecking option to tx-sim. (#1656)

## 2.19 (2023-05-25)

**NOTE: THIS VERSION IS OBSOLETE. IT IS REPLACED BY 2.19.1. PLEASE UPDATE AS SOON
AS POSSIBLE.**

This version replaces all previous versions. Any prior version will stop working
on 2023-06-01T00:00:00Z. Node administrators must upgrade to this version before
that date.

This version will expire on 2023-09-07.

To upgrade, pull the latest docker image or download the binary and restart the node.

Changes:

* Support for Pact 4.7 (#1649, #1645, #1633, #1639):
* Pact errors are now displayed to users of the Pact /poll endpoint. Some Pact errors have changed and been made shorter.
* Support for Pact 4.7 (#1649, #1645, #1633, #1639):
* Pact errors are now displayed to users of the Pact /poll endpoint. Some
Pact errors have changed and been made shorter.

Bug fixes:

* API endpoints now more strictly comply to the API specification at api.chainweb.com. (#1434)
* API endpoints now more strictly comply to the API specification at
api.chainweb.com. (#1434)
* A small memory leak has been fixed. (#1635)

## 2.18.1 (2023-03-06)
Expand Down

0 comments on commit f9e4929

Please sign in to comment.