Skip to content

Commit

Permalink
Prepare 1.26.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nc6 committed Mar 29, 2021
1 parent 9aa6962 commit 62f3847
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 5 deletions.
11 changes: 11 additions & 0 deletions cardano-api/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog for cardano-api

## 1.26.1 -- March 2021

- The cardano-submit-api now takes transactions encoded as CBOR rather than
JSON. This reverts a change to existing behaviour for backwards compatibility.
(#2491, #2512)
- Remove a backwards-compatibility workaround related to the optional query
point (#2241 below) when querying the NodeLocalState. This had resulted in
spurious notifications of disconnection in the logs. Note that as a
consequence of this, instances of the CLI and other tools using the 1.26.1 API
will fail to query node state from older versions of the node. (#2540)

## 1.26.0 -- March 2020
- Added a demo for the use of cardano-client. This is an API to allow writing
programs to interact with the cardano node. (#2295, #2303)
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: cardano-api
version: 1.26.0
version: 1.26.1
description: The cardano api
author: IOHK
maintainer: [email protected]
Expand Down
4 changes: 4 additions & 0 deletions cardano-cli/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for cardano-cli

## 1.26.1 -- March 2021
- It's no longer necessary to specify the era when making a CLI query. When not
specified, the current era will be used as a default. (#2470)

## 1.26.0 -- March 2021
- Add three new queries to the CLI, exposing functionality already present in
the API:
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: cardano-cli
version: 1.26.0
version: 1.26.1
description: The Cardano command-line interface.
author: IOHK
maintainer: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion cardano-node-chairman/cardano-node-chairman.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: cardano-node-chairman
version: 1.26.0
version: 1.26.1
description: The cardano full node
author: IOHK
maintainer: [email protected]
Expand Down
22 changes: 22 additions & 0 deletions cardano-node/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog for cardano-node

## 1.26.1 -- March 2021

### node changes
- Fix RTS options, which got accidentally corrupted in the previous release.
(#2511)
- Support for GHC 8.6.5 has been dropped. (#2507)
- Various internal improvements and refactorings. (#2505)
- Disable the "uncoupled blocks" metric. This was shown in profiling to have an
unfortunately large overhead. This reverts the change introduced in #2321.
(#2510)
- Update the iohk-monitoring framework to fix a file descriptor leak. (#2518)

### ledger changes
- Fix an unevalutated thunk error in reward computation. (#2183)
- Additional properties added to the Mary/Allegra formal specification (#2178)
- Updates to the Alonzo formal specification (#2189, #2194)
- Work on implementing the upcoming Alonzo era. (#2176, #2185, #2190)

### network changes
- Add a tracer for the delay between when a block should have been forged and
when we're ready to adopt it. (#2995)

## 1.26.0 -- March 2021

### node changes
Expand Down
2 changes: 1 addition & 1 deletion cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: cardano-node
version: 1.26.0
version: 1.26.1
description: The cardano full node
author: IOHK
maintainer: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion nix/supervisord-cluster/topology/cardano-topology.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: cardano-topology
version: 1.26.0
version: 1.26.1
description: A cardano topology generator
author: IOHK
maintainer: [email protected]
Expand Down

0 comments on commit 62f3847

Please sign in to comment.