From d16e4ede0d40d0b4d40f2fb47f265513942d845f Mon Sep 17 00:00:00 2001 From: KtorZ Date: Fri, 19 Aug 2022 16:34:17 +0200 Subject: [PATCH] Fill-in CHANGELOG for v5.5.5 --- CHANGELOG.md | 16 ++++++++++++++++ clients/TypeScript/package.json | 2 +- clients/TypeScript/packages/client/package.json | 4 ++-- clients/TypeScript/packages/repl/package.json | 4 ++-- clients/TypeScript/packages/schema/package.json | 2 +- docs/static/api/specification.yaml | 2 +- server/ogmios.cabal | 2 +- server/package.yaml | 2 +- 8 files changed, 25 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69cb27f4e8..51c3a85750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ chapter: false pre: "6. " --- +### [5.5.5] - 2022-08-19 + +#### Added + +- ![TypeScript][] Support for the _TxMonitor_ mini-protocol in the REPL. + +- Link to a new Java client for Ogmios. + +#### Changed + +- ![TypeScript][] Fixed parsing of `ScriptFailures` coming out of the `evaluateTx` command. Before this patch, the client would simply throw `undefined` when such an error was encountered. They are now properly transcribed as `EvaluateTxError`. + +#### Removed + +- `testnet` has been removed from the target networks by the Docker workflow; which means that until further notice, there will be no more Docker images pushed for testnet. However, support for `preprod` and `preview` environment has been added. + ### [5.5.4] - 2022-08-11 #### Added diff --git a/clients/TypeScript/package.json b/clients/TypeScript/package.json index 22abff6a1d..eb90ff5ab0 100644 --- a/clients/TypeScript/package.json +++ b/clients/TypeScript/package.json @@ -1,6 +1,6 @@ { "name": "cardano-ogmios", - "version": "5.5.4", + "version": "5.5.5", "private": true, "description": "TypeScript monorepo with client libraries for Cardano Ogmios", "engines": { diff --git a/clients/TypeScript/packages/client/package.json b/clients/TypeScript/packages/client/package.json index 36052ea240..b60cf20638 100644 --- a/clients/TypeScript/packages/client/package.json +++ b/clients/TypeScript/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-ogmios/client", - "version": "5.5.4", + "version": "5.5.5", "description": "TypeScript client library for Cardano Ogmios", "engines": { "node": ">=14" @@ -53,7 +53,7 @@ "typescript": "^4.2.3" }, "dependencies": { - "@cardano-ogmios/schema": "5.5.4", + "@cardano-ogmios/schema": "5.5.5", "@cardanosolutions/json-bigint": "^1.0.0", "@types/json-bigint": "^1.0.1", "cross-fetch": "^3.1.4", diff --git a/clients/TypeScript/packages/repl/package.json b/clients/TypeScript/packages/repl/package.json index 51bc5a176a..1e5f715e7c 100644 --- a/clients/TypeScript/packages/repl/package.json +++ b/clients/TypeScript/packages/repl/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-ogmios/repl", - "version": "5.5.4", + "version": "5.5.5", "description": "REPL for Cardano Ogmios", "engines": { "node": ">=14" @@ -39,7 +39,7 @@ "typescript": "^4.2.3" }, "dependencies": { - "@cardano-ogmios/client": "5.5.4", + "@cardano-ogmios/client": "5.5.5", "chalk": "^4.1.0", "yargs-parser": "^20.2.7" }, diff --git a/clients/TypeScript/packages/schema/package.json b/clients/TypeScript/packages/schema/package.json index f56013721a..c3b53d8171 100644 --- a/clients/TypeScript/packages/schema/package.json +++ b/clients/TypeScript/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-ogmios/schema", - "version": "5.5.4", + "version": "5.5.5", "description": "Generated TypeScript from the Cardano Ogmios schema", "engines": { "node": ">=14" diff --git a/docs/static/api/specification.yaml b/docs/static/api/specification.yaml index cc4d49ff36..96a3eb724c 100644 --- a/docs/static/api/specification.yaml +++ b/docs/static/api/specification.yaml @@ -1,7 +1,7 @@ asyncapi: '2.4.0' info: title: Ogmios - version: '5.5.3' + version: '5.5.5' description: | ### Protocols diff --git a/server/ogmios.cabal b/server/ogmios.cabal index 2dab5be46a..0e86e7cf6c 100644 --- a/server/ogmios.cabal +++ b/server/ogmios.cabal @@ -5,7 +5,7 @@ cabal-version: 2.0 -- see: https://github.com/sol/hpack name: ogmios -version: 5.5.4 +version: 5.5.5 synopsis: A JSON-WSP WebSocket client for cardano-node description: Please see the README on GitHub at category: Web diff --git a/server/package.yaml b/server/package.yaml index cdd14f7fe7..77668ebb79 100644 --- a/server/package.yaml +++ b/server/package.yaml @@ -1,7 +1,7 @@ _config: !include ".hpack.config.yaml" name: ogmios -version: 5.5.4 +version: 5.5.5 stability: stable github: "cardanosolutions/ogmios" license: MPL-2.0