Skip to content

Commit 0465b83

Browse files
dcouttserikd
authored andcommitted
Bump versions to 1.4.0 and update changelogs
1 parent a8f863e commit 0465b83

File tree

6 files changed

+23
-6
lines changed

6 files changed

+23
-6
lines changed
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.

0 commit comments

Comments
 (0)