Skip to content

Releases: graphile/crystal

postgraphile@5.0.3

15 May 13:29
8406dd7

Choose a tag to compare

Patch Changes

  • #3054
    109c7fe
    Thanks @benjie! - Require newer versions of
    @dataplan/pg graphile-build and grafast so we can rely on the new
    PgCondition/setParams methods

graphile-build@5.0.2

15 May 10:30
a9b1f95

Choose a tag to compare

Patch Changes

grafast@1.0.2

15 May 10:30
a9b1f95

Choose a tag to compare

Patch Changes

  • #3049
    0c7ec9d
    Thanks @benjie! - Add setParams helper to
    loadOne/loadMany to save having to call setParam multiple times.

  • #3049
    ac376ca
    Thanks @benjie! - Fix type mistake in
    loadManyLoader

  • #3053
    9600dfa
    Thanks @benjie! - LoadManyStep now only invokes
    cloneStream if necessary, rather than defaulting on.

@dataplan/pg@1.0.3

15 May 10:30
a9b1f95

Choose a tag to compare

Patch Changes

  • #3051
    e7f9242
    Thanks @benjie! - Add new RECORD_EXPRESSION
    mode to PgCondition so postgraphile-plugin-connection-filter doesn't need to
    rely on a hack to enable filtering on composite columns. Also changes
    PgCondition signature to accept a configuration object.

  • #3050
    75a4c69
    Thanks @benjie! - Add new
    PgCondition::ignoreUnlessAmended() method to have PgCondition modifiers only
    apply if additional conditions are added. Needed to fix a regression in
    postgraphile-plugin-connection-filter

  • Updated dependencies
    [0c7ec9d,
    ac376ca,
    9600dfa]:

    • grafast@1.0.2

tamedevil@0.1.1

06 May 10:13
5955c01

Choose a tag to compare

Patch Changes

  • b992c23
    Thanks @benjie! - Fix a security issue in
    te.substring when handling specially crafted input. We are not aware of any
    Graphile software being affected by this issue, though other uses of
    tamedevil may be impacted. We recommend upgrading as a precaution.

    Thanks to @aslein1413-sys for responsibly reporting this issue.

postgraphile@5.0.2

06 May 10:13
5955c01

Choose a tag to compare

Patch Changes

  • #3034
    582476e
    Thanks @benjaie! - Add TYPES.unknown codec to
    make porting from V4 easier

  • Updated dependencies
    [b992c23,
    582476e,
    385d557]:

    • tamedevil@0.1.1
    • graphile-build-pg@5.0.2
    • @dataplan/pg@1.0.2
    • graphile-build@5.0.1

graphile-build@5.0.1

06 May 10:13
5955c01

Choose a tag to compare

Patch Changes

graphile-build-pg@5.0.2

06 May 10:13
5955c01

Choose a tag to compare

Patch Changes

@dataplan/pg@1.0.2

06 May 10:14
5955c01

Choose a tag to compare

Patch Changes

postgraphile@5.0.1

15 Apr 14:54
7aa4bdf

Choose a tag to compare

Patch Changes

  • #2974
    52364e7
    Thanks @benjie! - V4 preset now adds build.pgSql
    (=build.sql) for back compat

  • #3028
    b1b6bf3
    Thanks @benjie! - Fix homepage URL in
    package.json

  • #2983
    86aab72
    Thanks @msotnikov! - Optimize ACL role
    lookups, significantly improving performance for schemas with many roles
    (reported 11,000 roles goes from 20+ minutes to 5 seconds!)

  • #3012
    23c5c6e
    Thanks @benjie! - Further enhance performance of
    pgIntrospection through precomputed lookups.

  • #2973
    dda2e78
    Thanks @benjie! - Restore sql.TRUE, sql.FALSE
    and sql.NULL from v4 of pg-sql2.

  • Updated dependencies
    [be429b8,
    4555428,
    86fa95c,
    92106c3,
    dda2e78,
    647ed8b]:

    • @dataplan/pg@1.0.1
    • graphile-build-pg@5.0.1
    • grafast@1.0.1
    • graphile-config@1.0.1
    • graphile-utils@5.0.1
    • pg-sql2@5.0.1