Skip to content

Commit 76303dd

Browse files
committed
Prepare tag v4.0.0
1 parent 4be5f41 commit 76303dd

File tree

5 files changed

+39
-7
lines changed

5 files changed

+39
-7
lines changed

CHANGELOG.md

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
1+
## v4.0.0 : Revamp Docs, Hydra features
2+
This release includes all changes from `v4.0.0-rc1` and the following updates:
3+
### Fixes
4+
- Refactors and fixes decommit API endpints
5+
6+
### Changes
7+
- Revamp docs section
8+
- Update docs for decommit
9+
- Add yarn doc:validate command
10+
- Add common kuber functions
11+
- Add tx-builder reference to buildTx reference
12+
- Fix kube-hydra link in Readme
13+
- Improve getting started section
14+
- Fix kuber-client link in docs
15+
- Fix navigation in docs
16+
- Update Readme, Refactor docs
17+
18+
19+
##### Libraries
20+
- cardano-api:10.1
21+
- [kuber-client:v3.3.5](https://www.npmjs.com/package/kuber-client/v/3.3.5)
22+
23+
24+
##### Tested with
25+
- hydra-node:0.22.4-d505ff119c4bc62f008b6fcff3416cffc3d6df5b
26+
27+
128
## v4.0.0-rc1 : Hydra Integration
229
This release introduces **kuber-hydra**, a dedicated module that adds full Hydra head
3-
support to Kuber. The new module exposes a set of **command** and **query** APIs for
30+
support to Kuber. The new module exposes a set of **command** and **query** APIs for
431
**committing**, **decommitting**, **closing**, **fan‑out**, **contesting**, and **querying** the state of a
532
Hydra head, along with a **transaction‑builder** helper and APIs.
633

@@ -65,7 +92,7 @@ This stable release supports adds full support for new conway governance feature
6592
- `proposal.executionUnits`
6693
- `certificates.deposit`
6794

68-
### Fixes
95+
### Fixes
6996
- Fix catchError function on Unhandled error
7097
- Add exception handler on txSubmission
7198
- Use FrameworkError explicitly to improve error handling
@@ -76,14 +103,14 @@ This stable release supports adds full support for new conway governance feature
76103
- fix utxoModal parsing problem
77104

78105
#### Known Issues:
79-
- **(lib:kuber)** : `Kontract` will omit following fields when using `RemoteKuberConnection` : **\$.proposal[s]**, **\$.votes[s]** or **\$.certificate[s]**
106+
- **(lib:kuber)** : `Kontract` will omit following fields when using `RemoteKuberConnection` : **$.proposal[s]**, **$.votes[s]** or **$.certificate[s]**
80107

81108
#### Litmiations:
82109
- voting with script key is not supported
83110

84111

85112
## v3.0.0-rc2 : Tx build bug fix , Add tests
86-
- Fix Bug : Server got irresponsive after requesting `/api/v1/tx` with plutus included transaction
113+
- Fix Bug : Server got irresponsive after requesting `/api/v1/tx` with plutus included transaction
87114
- Add tests to validate that the kuber apis are working via LocalNode Socket connection.
88115

89116
#### Known Issues:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ OpenSource Kuber playground is [here](https://github.com/dquadrant/kuber-playgro
1414
- [Kuber Haskel Library](https://dquadrant.github.io/kuber/haskell_library/)
1515
- [Kuber-Hydra](https://dquadrant.github.io/kuber/hydra_docusaurus/docs/hydra-js-client/getting-started)
1616

17+
18+
## Client library
19+
- [kuber-client:v3.3.5](https://www.npmjs.com/package/kuber-client/v/3.3.5)
20+
21+
1722
## IDE
1823
Official IDE with Plutus compilation support is available at [kuberide.com/ide](https://kuberide.com/kuber/login/?state=\%2fide)
1924

kuber-hydra/kuber-hydra.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name: kuber-hydra
2020
-- PVP summary: +-+------- breaking API changes
2121
-- | | +----- non-breaking API additions
2222
-- | | | +--- code changes with no API change
23-
version: 4.0.0.1
23+
version: 4.0.0.2
2424

2525
-- A short (one-line) description of the package.
2626
-- synopsis:

kuber-server/kuber-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: kuber-server
3-
version: 4.0.0.1
3+
version: 4.0.0.2
44

55
-- A short (one-line) description of the package.
66
-- synopsis:

kuber.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: kuber
3-
version: 4.0.0.1
3+
version: 4.0.0.2
44

55
-- A short (one-line) description of the package.
66
-- synopsis:

0 commit comments

Comments
 (0)