Skip to content

Commit

Permalink
Bump version(s) to 4.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Nov 5, 2021
1 parent f7d5019 commit 0bfa9ae
Show file tree
Hide file tree
Showing 10 changed files with 430 additions and 496 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@ chapter: false
pre: "<b>6. </b>"
---

### [4.2.0] - 2021-10-25
### [4.2.0] - 2021-11-05

#### Added

> ##### 🏢 Server
>
> - Enable Alonzo transaction in the submission protocol (oversight from previous releases). Doing so, explicit compiler warnings have been added to the relevant code to avoid overseeing this in the next upgrade.
> - Enabled Alonzo transaction in the submission protocol (oversight from previous releases). Doing so, explicit compiler warnings have been added to the relevant code to avoid overseeing this in the next upgrade.
>
> - Added query response and requests to logs trace, large responses are truncated (e.g. querying the entire UTXO or, informations about all stake pools).
>
> - Graceful shutdown and process cleanup on `SIGTERM`.
> - Gracefully handled shutdown and process cleanup on `SIGTERM`.
>
> - Documented Mary last point to the _points of interests_ for the chain-sync protocol.
>
> - Bumped cardano-node's integration to 1.31.0
>
> ##### 🚗 TypeScript Client
>
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# #

FROM haskell:8.10.4 as setup
ARG CARDANO_NODE_REV=1.30.1
ARG CARDANO_NODE_REV=1.31.0
# https://github.com/input-output-hk/iohk-nix/blob/master/overlays/crypto/libsodium.nix
ARG IOHK_LIBSODIUM_GIT_REV=66f017f16633f2060db25e17c170c2afa0f2a8a1
WORKDIR /build
Expand Down
2 changes: 1 addition & 1 deletion clients/TypeScript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-ogmios",
"version": "4.1.0",
"version": "4.2.0",
"private": true,
"description": "TypeScript monorepo with client libraries for Cardano Ogmios",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions clients/TypeScript/packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-ogmios/client",
"version": "4.1.0",
"version": "4.2.0",
"description": "TypeScript client library for Cardano Ogmios",
"engines": {
"node": "^14"
Expand Down Expand Up @@ -51,7 +51,7 @@
"typescript": "^4.2.3"
},
"dependencies": {
"@cardano-ogmios/schema": "4.1.0",
"@cardano-ogmios/schema": "4.2.0",
"@cardanosolutions/json-bigint": "^1.0.0",
"@types/json-bigint": "^1.0.1",
"cross-fetch": "^3.1.4",
Expand Down
4 changes: 2 additions & 2 deletions clients/TypeScript/packages/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-ogmios/repl",
"version": "4.1.0",
"version": "4.2.0",
"description": "REPL for Cardano Ogmios",
"engines": {
"node": "^14"
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^4.2.3"
},
"dependencies": {
"@cardano-ogmios/client": "4.1.0",
"@cardano-ogmios/client": "4.2.0",
"chalk": "^4.1.0",
"yargs-parser": "^20.2.7"
},
Expand Down
2 changes: 1 addition & 1 deletion clients/TypeScript/packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-ogmios/schema",
"version": "4.1.0",
"version": "4.2.0",
"description": "Generated TypeScript from the Cardano Ogmios schema",
"engines": {
"node": "^14"
Expand Down
898 changes: 415 additions & 483 deletions clients/TypeScript/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
cardano-node:
image: inputoutput/cardano-node:1.30.1
image: inputoutput/cardano-node:1.31.0
command: [
"run",
"--config", "/config/config.json",
Expand Down
2 changes: 1 addition & 1 deletion server/ogmios.cabal

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
_config: !include ".hpack.config.yaml"

name: ogmios
version: 4.1.0
version: 4.2.0
stability: stable
github: "cardanosolutions/ogmios"
license: MPL-2.0
Expand Down

0 comments on commit 0bfa9ae

Please sign in to comment.