Skip to content

Commit 9c751ee

Browse files
committed
Bump versions to 1.5.0 and update changelogs
1 parent 972a01f commit 9c751ee

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

cardano-db-sync-extended/CHANGELOG.md

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

3+
## 1.5.0 -- April 2020
4+
5+
* Update dependencies to latest versions (#39, #78)
6+
37
## 1.4.0 -- March 2020
48

59
* New component to support SQL DB backend for cardano-graphql

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.4.0
6+
version: 1.5.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: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Revision history for cardano-db-sync node
22

3-
## 1.4 -- March 2020
3+
## 1.5.0 -- April 2020
4+
5+
* Fix a bug related to block rollback (#61)
6+
* Fix handling of OBFT epochs without transactions (#40)
7+
* Add a block count column to the "epoch" cache table (#42, #46, #51)
8+
* Add validation test for the epoch cache table (#42, #46, #51)
9+
* Add an "Epoch" convenience VIEW to the DB schema (#31)
10+
* Add index to the TransactionInput view (#67)
11+
* Add support for multiple chains in a single database (#76, #77)
12+
* Update dependencies to latest versions (#39, #55, #78)
13+
* Improve README (#32, #38, #57, #58)
14+
* Improve example docker config (#59)
15+
16+
## 1.4.0 -- March 2020
417

518
* Renamed from cardano-explorer-node to cardano-db-sync.
619
* Source repository renamed to cardano-db-sync.

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.4.0
6+
version: 1.5.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.5.0 -- April 2020
4+
5+
* Added library API for query to determine if the DB is fully in sync (#36)
6+
* Export the generated DB schema as documentation (#43)
7+
* Update dependencies to latest versions (#39, #78)
8+
9+
310
## 1.4.0 -- March 2020
411

512
* Renamed from cardano-explorer-db to cardano-db

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.4.0
6+
version: 1.5.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)