Skip to content

Commit ecd54ce

Browse files
Various 6.5 backports (#705)
1 parent 8480e7a commit ecd54ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+426
-591
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,21 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- config: Added `advanced.decimal_precision` option to adjust decimal context precision.
12+
913
### Fixed
1014

15+
- database: Fixed `OperationalError` raised in some cases after calling `bulk_create`.
16+
- database: Allow running project scripts and queries on SQLite.
17+
- database: Don't cleanup model updates on every loop.
1118
- http: Mark `asyncio.TimeoutError` exception as safe to retry.
1219

20+
### Other
21+
22+
- http: Deserialize JSON responses with `orjson`.
23+
1324
## [6.5.6] - 2022-05-02
1425

1526
### Fixed

demos/demo-auction/docker-compose.swarm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
logging: *logging
5454

5555
hasura:
56-
image: hasura/graphql-engine:v2.25.0
56+
image: hasura/graphql-engine:v2.25.1
5757
depends_on:
5858
- db
5959
environment:

demos/demo-auction/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
retries: 5
3232

3333
hasura:
34-
image: hasura/graphql-engine:v2.25.0
34+
image: hasura/graphql-engine:v2.25.1
3535
ports:
3636
- 127.0.0.1:8080:8080
3737
depends_on:

demos/demo-auction/replay.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"crash_reporting": false,
77
"description": "My shiny new indexer based on DipDup",
88
"dipdup_version": "6",
9-
"hasura_image": "hasura/graphql-engine:v2.25.0",
9+
"hasura_image": "hasura/graphql-engine:v2.25.1",
1010
"license": "MIT",
1111
"line_length": "120",
1212
"linters": "default",

demos/demo-big-maps/docker-compose.swarm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
logging: *logging
5454

5555
hasura:
56-
image: hasura/graphql-engine:v2.25.0
56+
image: hasura/graphql-engine:v2.25.1
5757
depends_on:
5858
- db
5959
environment:

demos/demo-big-maps/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
retries: 5
3232

3333
hasura:
34-
image: hasura/graphql-engine:v2.25.0
34+
image: hasura/graphql-engine:v2.25.1
3535
ports:
3636
- 127.0.0.1:8080:8080
3737
depends_on:

demos/demo-big-maps/replay.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"crash_reporting": false,
77
"description": "My shiny new indexer based on DipDup",
88
"dipdup_version": "6",
9-
"hasura_image": "hasura/graphql-engine:v2.25.0",
9+
"hasura_image": "hasura/graphql-engine:v2.25.1",
1010
"license": "MIT",
1111
"line_length": "120",
1212
"linters": "default",

demos/demo-dao/docker-compose.swarm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
logging: *logging
5454

5555
hasura:
56-
image: hasura/graphql-engine:v2.25.0
56+
image: hasura/graphql-engine:v2.25.1
5757
depends_on:
5858
- db
5959
environment:

demos/demo-dao/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
retries: 5
3232

3333
hasura:
34-
image: hasura/graphql-engine:v2.25.0
34+
image: hasura/graphql-engine:v2.25.1
3535
ports:
3636
- 127.0.0.1:8080:8080
3737
depends_on:

demos/demo-dao/replay.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"crash_reporting": false,
77
"description": "My shiny new indexer based on DipDup",
88
"dipdup_version": "6",
9-
"hasura_image": "hasura/graphql-engine:v2.25.0",
9+
"hasura_image": "hasura/graphql-engine:v2.25.1",
1010
"license": "MIT",
1111
"line_length": "120",
1212
"linters": "default",

0 commit comments

Comments
 (0)