Skip to content

Commit 4b4b298

Browse files
authored
Merge pull request #30 from input-output-hk/dcoutts/release-1.4.0
Bump versions to 1.4.0 and update changelogs
2 parents d92fa59 + 0465b83 commit 4b4b298

File tree

8 files changed

+23
-15
lines changed

8 files changed

+23
-15
lines changed

cabal.project

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ source-repository-package
6363
--sha256: 1w39806djx7vmps47vvc72i20w4dkam3l8687kkw5ih1isvl671x
6464
subdir: test
6565

66-
source-repository-package
67-
type: git
68-
location: https://github.com/input-output-hk/cardano-sl-x509
69-
tag: 43a036c5bbe68ca2e9cbe611eab7982e2348fe49
70-
--sha256: 1aw7ns8lv51fjf45k8yzils2j7a6bqzy8hn65kb3z0dn1qsm8x88
71-
7266
source-repository-package
7367
type: git
7468
location: https://github.com/input-output-hk/iohk-monitoring-framework

cardano-db-sync-extended/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Revision history for cardano-db-sync-extended
22

3-
## ? -- ? 2020
3+
## 1.4.0 -- March 2020
44

5-
* First release of the cardano-db-sync-extended
5+
* New component to support SQL DB backend for cardano-graphql
6+
* Based on cardano-db-sync plugin mechanism
7+
* Extra "epoch" DB table with incrementally maintained view

cardano-db-sync-extended/cardano-db-sync-extended.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: >= 1.10
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db-sync-extended
6-
version: 1.0.0
6+
version: 1.4.0
77
synopsis: The Extended Cardano DB Sync node
88
description: A Cardano node that follows the Cardano chain and inserts data from the
99
chain into a PostgresQL database. It is "extended" because it maintains an

cardano-db-sync/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Revision history for cardano-db-sync node
22

3-
## 1.? -- ? 2020
3+
## 1.4 -- March 2020
44

5+
* Renamed from cardano-explorer-node to cardano-db-sync.
6+
* Source repository renamed to cardano-db-sync.
57
* Improve chain sync behavior when database chain is ahead of node.
8+
* New plugin system to allow application-specific variations (e.g. caching)
9+
* Improve exception handling and reporting.
10+
* Improved documentation.
11+
* Update dependencies to latest versions.
12+
* Use threaded RTS to avoid potential IPC problems on OSX.
13+
* Better default logging verbosity configuration.
614

715
## 1.3.0 -- January 2020
816

cardano-db-sync/cardano-db-sync.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: >= 1.10
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db-sync
6-
version: 1.3.0
6+
version: 1.4.0
77
synopsis: The Cardano DB Sync node
88
description: A Cardano node that follows the Cardano chain and inserts data from the
99
chain into a PostgresQL database.

cardano-db/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Revision history for cardano-db
22

3+
## 1.4.0 -- March 2020
4+
5+
* Renamed from cardano-explorer-db to cardano-db
6+
* Source repository renamed to cardano-db-sync
7+
* Extra "epoch" table used by cardano-db-sync-extended
8+
* Update dependencies to latest versions.
9+
310
## 1.3.0 -- January 2020
411

512
* Update dependencies to latest versions.

cardano-db/cardano-db.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: >= 1.10
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db
6-
version: 1.3.0
6+
version: 1.4.0
77
synopsis: A base PostgreSQL component for the cardano-db-sync node.
88
description: Code for the Cardano DB Sync node that is shared between the
99
cardano-db-node and other components.

stack.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ extra-deps:
6969
- .
7070
- test
7171

72-
- git: https://github.com/input-output-hk/cardano-sl-x509
73-
commit: 43a036c5bbe68ca2e9cbe611eab7982e2348fe49
74-
7572
- git: https://github.com/input-output-hk/iohk-monitoring-framework
7673
commit: 3e45d5dd4942c295f0ea4bfed7c407b914b15447
7774
subdirs:

0 commit comments

Comments
 (0)