-
-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Releases: @dataplan/[email protected] @dataplan/[email protected] @grafserv/[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [skip ci]
- Loading branch information
Showing
48 changed files
with
567 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# @localrepo/grafast-bench | ||
|
||
## 0.0.1-beta.26 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies | ||
[[`69ab227b5`](https://github.com/graphile/crystal/commit/69ab227b5e1c057a6fc8ebba87bde80d5aa7f3c8), | ||
[`d13b76f0f`](https://github.com/graphile/crystal/commit/d13b76f0fef2a58466ecb44880af62d25910e83e), | ||
[`b167bd849`](https://github.com/graphile/crystal/commit/b167bd8499be5866b71bac6594d55bd768fda1d0), | ||
[`6a13ecbd4`](https://github.com/graphile/crystal/commit/6a13ecbd45534c39c846c1d8bc58242108426dd1)]: | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 0.0.1-beta.25 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# @dataplan/json | ||
|
||
## 0.0.1-beta.26 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies | ||
[[`69ab227b5`](https://github.com/graphile/crystal/commit/69ab227b5e1c057a6fc8ebba87bde80d5aa7f3c8)]: | ||
- [email protected] | ||
|
||
## 0.0.1-beta.25 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,37 @@ | ||
# @dataplan/pg | ||
|
||
## 0.0.1-beta.28 | ||
|
||
### Patch Changes | ||
|
||
- [#2257](https://github.com/graphile/crystal/pull/2257) | ||
[`2a37fb99a`](https://github.com/graphile/crystal/commit/2a37fb99a04784647dff6ab8c5bfffb072cc6e8a) | ||
Thanks [@benjie](https://github.com/benjie)! - Overhaul how PostgreSQL arrays | ||
are handled, and fix the "empty arrays become null" bug caused by using | ||
`array_agg()`. | ||
|
||
- [#2265](https://github.com/graphile/crystal/pull/2265) | ||
[`5d9f2de85`](https://github.com/graphile/crystal/commit/5d9f2de8519b216732b17464d0b326ec8d7c58de) | ||
Thanks [@benjie](https://github.com/benjie)! - Prevents inlining (via joins) | ||
child PgSelect queries into parents when the parent is relying on implicit | ||
ordering coming from a function or suitably flagged subquery. | ||
|
||
- [#2258](https://github.com/graphile/crystal/pull/2258) | ||
[`cba6ee06d`](https://github.com/graphile/crystal/commit/cba6ee06d38ec5ae4ef4dafa58569fad61f239ac) | ||
Thanks [@kzlar](https://github.com/kzlar)! - Fixes incorrect deduplication in | ||
pgSelect resulting from lack of `from` comparison when passing custom `from` | ||
to custom `pgSelect()` calls. | ||
- Updated dependencies | ||
[[`69ab227b5`](https://github.com/graphile/crystal/commit/69ab227b5e1c057a6fc8ebba87bde80d5aa7f3c8), | ||
[`d13b76f0f`](https://github.com/graphile/crystal/commit/d13b76f0fef2a58466ecb44880af62d25910e83e), | ||
[`b167bd849`](https://github.com/graphile/crystal/commit/b167bd8499be5866b71bac6594d55bd768fda1d0), | ||
[`7bf045282`](https://github.com/graphile/crystal/commit/7bf04528264c3b9c509f148253fed96d3394141d), | ||
[`6a13ecbd4`](https://github.com/graphile/crystal/commit/6a13ecbd45534c39c846c1d8bc58242108426dd1)]: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- @dataplan/json@0.0.1-beta.26 | ||
|
||
## 0.0.1-beta.27 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// This file is autogenerated by /scripts/postversion.mjs | ||
export const version = "0.0.1-beta.27"; | ||
export const version = "0.0.1-beta.28"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# grafast | ||
|
||
## 0.1.1-beta.17 | ||
|
||
### Patch Changes | ||
|
||
- [#2240](https://github.com/graphile/crystal/pull/2240) | ||
[`69ab227b5`](https://github.com/graphile/crystal/commit/69ab227b5e1c057a6fc8ebba87bde80d5aa7f3c8) | ||
Thanks [@benjie](https://github.com/benjie)! - Internal: adopt new | ||
MiddlewareHandlers type for simplicity. | ||
|
||
- Updated dependencies | ||
[[`d13b76f0f`](https://github.com/graphile/crystal/commit/d13b76f0fef2a58466ecb44880af62d25910e83e), | ||
[`b167bd849`](https://github.com/graphile/crystal/commit/b167bd8499be5866b71bac6594d55bd768fda1d0), | ||
[`6a13ecbd4`](https://github.com/graphile/crystal/commit/6a13ecbd45534c39c846c1d8bc58242108426dd1)]: | ||
- [email protected] | ||
|
||
## 0.1.1-beta.16 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// This file is autogenerated by /scripts/postversion.mjs | ||
export const version = "0.1.1-beta.16"; | ||
export const version = "0.1.1-beta.17"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# @grafserv/persisted | ||
|
||
## 0.0.0-beta.29 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies | ||
[[`866673e14`](https://github.com/graphile/crystal/commit/866673e14f7ad76b6f6d83d1b4e3a4eff8fdba37), | ||
[`69ab227b5`](https://github.com/graphile/crystal/commit/69ab227b5e1c057a6fc8ebba87bde80d5aa7f3c8), | ||
[`9a0f9e78c`](https://github.com/graphile/crystal/commit/9a0f9e78c4ee46f50f49bb068baddef7e1de4119), | ||
[`d13b76f0f`](https://github.com/graphile/crystal/commit/d13b76f0fef2a58466ecb44880af62d25910e83e), | ||
[`b167bd849`](https://github.com/graphile/crystal/commit/b167bd8499be5866b71bac6594d55bd768fda1d0), | ||
[`6a13ecbd4`](https://github.com/graphile/crystal/commit/6a13ecbd45534c39c846c1d8bc58242108426dd1)]: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 0.0.0-beta.28 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// This file is autogenerated by /scripts/postversion.mjs | ||
export const version = "0.0.0-beta.28"; | ||
export const version = "0.0.0-beta.29"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
# grafserv | ||
|
||
## 0.1.1-beta.19 | ||
|
||
### Patch Changes | ||
|
||
- [#2252](https://github.com/graphile/crystal/pull/2252) | ||
[`866673e14`](https://github.com/graphile/crystal/commit/866673e14f7ad76b6f6d83d1b4e3a4eff8fdba37) | ||
Thanks [@benjie](https://github.com/benjie)! - Overhaul maskError types to | ||
return GraphQLFormattedError. | ||
|
||
- [#2240](https://github.com/graphile/crystal/pull/2240) | ||
[`9a0f9e78c`](https://github.com/graphile/crystal/commit/9a0f9e78c4ee46f50f49bb068baddef7e1de4119) | ||
Thanks [@benjie](https://github.com/benjie)! - Adopt new MiddlewareHandlers | ||
type for simplicity, and in doing so fix type of middleware (for plugins) that | ||
incorrectly unwrapped promise resulting in TypeScript incorrectly suggesting | ||
that `await` was not necessary. | ||
- Updated dependencies | ||
[[`69ab227b5`](https://github.com/graphile/crystal/commit/69ab227b5e1c057a6fc8ebba87bde80d5aa7f3c8), | ||
[`38163c86a`](https://github.com/graphile/crystal/commit/38163c86ae628fed84cf38fc6a1cc76a7bc7932a), | ||
[`d13b76f0f`](https://github.com/graphile/crystal/commit/d13b76f0fef2a58466ecb44880af62d25910e83e), | ||
[`b167bd849`](https://github.com/graphile/crystal/commit/b167bd8499be5866b71bac6594d55bd768fda1d0), | ||
[`6a13ecbd4`](https://github.com/graphile/crystal/commit/6a13ecbd45534c39c846c1d8bc58242108426dd1)]: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 0.1.1-beta.18 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// This file is autogenerated by /scripts/postversion.mjs | ||
export const version = "0.1.1-beta.18"; | ||
export const version = "0.1.1-beta.19"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# ruru-components | ||
|
||
## 2.0.0-beta.25 | ||
|
||
### Patch Changes | ||
|
||
- [#2266](https://github.com/graphile/crystal/pull/2266) | ||
[`38163c86a`](https://github.com/graphile/crystal/commit/38163c86ae628fed84cf38fc6a1cc76a7bc7932a) | ||
Thanks [@hos](https://github.com/hos)! - Fix white-screen-of-death caused by | ||
EventSource disconnection. Instead, handle errors gracefully. Also, allow | ||
overriding of the EventSource configuration options. | ||
- Updated dependencies | ||
[[`69ab227b5`](https://github.com/graphile/crystal/commit/69ab227b5e1c057a6fc8ebba87bde80d5aa7f3c8)]: | ||
- [email protected] | ||
|
||
## 2.0.0-beta.24 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# ruru | ||
|
||
## 2.0.0-beta.17 | ||
|
||
### Patch Changes | ||
|
||
- [#2266](https://github.com/graphile/crystal/pull/2266) | ||
[`38163c86a`](https://github.com/graphile/crystal/commit/38163c86ae628fed84cf38fc6a1cc76a7bc7932a) | ||
Thanks [@hos](https://github.com/hos)! - Fix white-screen-of-death caused by | ||
EventSource disconnection. Instead, handle errors gracefully. Also, allow | ||
overriding of the EventSource configuration options. | ||
- Updated dependencies | ||
[[`d13b76f0f`](https://github.com/graphile/crystal/commit/d13b76f0fef2a58466ecb44880af62d25910e83e), | ||
[`b167bd849`](https://github.com/graphile/crystal/commit/b167bd8499be5866b71bac6594d55bd768fda1d0), | ||
[`6a13ecbd4`](https://github.com/graphile/crystal/commit/6a13ecbd45534c39c846c1d8bc58242108426dd1)]: | ||
- [email protected] | ||
|
||
## 2.0.0-beta.16 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.