Releases: cardano-foundation/cardano-graphql
Releases · cardano-foundation/cardano-graphql
Cardano GraphQL 8.4.2
What's Changed
- fix: bump cardano-node version to 10.5.3 by @matiwinnetou in #958
New Contributors
- @matiwinnetou made their first contribution in #958
Full Changelog: 8.4.1...8.4.2
Cardano GraphQL 8.4.1
Small maintenance release including minor bug fixes and dependency updates.
What's Changed
- chore: fix workspace dependencies by @VladislavKudrin
- chore: docker build improvements by @VladislavKudrin
- chore: bump postgres / token registry / graphql by @VladislavKudrin in #950
- fix: allow nullable tx metadata values by @VladislavKudrin in #951
- fix: allow nullable token value by @VladislavKudrin in #953
Full Changelog: 8.4.0...8.4.1
Cardano GraphQL 8.4.0
What's Changed
- fix: remove background postgres client in dockerfile by @VladislavKudrin in #928
- chore: add env file by @VladislavKudrin in #930
- chore: bump node db sync by @VladislavKudrin in #933
- fix: token registry env fix by @VladislavKudrin in #934
- feat: add mithril service by @VladislavKudrin in #935
- feat: token registry sync variable by @VladislavKudrin in #938
- chore: bump ogmios by @VladislavKudrin in #939
- docs: adding 04 example queries (related to DREP, SPO) to example_queries folder by @tienna in #939
Full Changelog: 8.3.4...8.4.0
Cardano GraphQL 8.3.4
What's Changed
- Update ci.yml - update the ubuntu version to 24.04 by @Kartiiyer12 in #919
- fix: update header on prometheus by @a0ngo in #918
- chore: updating github action runners by @Kammerlo in #921
New Contributors
Full Changelog: 8.3.3...8.3.4
Cardano GraphQL 8.3.3
Cardano GraphQL 8.3.2
What's Changed
- chore: bumped node 10.1.3 and db-sync 13.6.0.4 by @Kammerlo in #907
- Fixed Apollo API by @Kammerlo in #908
Full Changelog: 8.3.1...8.3.2
Cardano GraphQL 8.3.1
What's Changed
Full Changelog: 8.3.0...8.3.1
Cardano GraphQL 8.3.0
Cardano GraphQL 8.2.2
What's Changed
- bump cardano-node, db-sync, ogmios versions by @linconvidal in #893
New Contributors
- @linconvidal made their first contribution in #893
Full Changelog: 8.2.1...8.2.2
Cardano GraphQL 8.2.1
What's Changed
- docs: disclaimer for chainfollower variables added by @Kammerlo in #883
- chore: upgraded db-sync by @Kammerlo in #885
Important Changes
- A new docker service, token-metadata-registry has been added to the docker compose file. This improves the syncing times of the off-chain asset data and overcomes the previous issues with the public Token metadata registry has a limit of daily requests. This brings in following changes when running GraphQL:
Important Upgrade notes
- Run the new token-metadata-registry service present in the docker compose
- Make sure the METADATA_SERVER_URI to point to local token metadata registry server
- The Chainfollower environment variables CHAIN_FOLLOWER_START_SLOT and CHAIN_FOLLOWER_START_ID are currently mandatory. Otherwise the Token registry will get stuck. We will provide a fix as soon as possible.
Known issues
- Token syncing will get stuck, if the environment variables aren't set
Full Changelog: 8.2.0...8.2.1