Skip to content

Releases: cdaringe/postgraphile-upsert

v3.3.0

29 Jul 03:37
6367c1a
Compare
Choose a tag to compare

3.3.0 (2023-07-29)

Features

  • support upserting tables with only unique constraint(s) (#680) (6367c1a)

v3.2.2

15 Feb 16:29
0dfcdce
Compare
Choose a tag to compare

3.2.2 (2023-02-15)

Bug Fixes

  • deps: remove build package, move graphql-build to dependency (#576) (0dfcdce)

v3.2.1

21 Jan 05:36
1dd5044
Compare
Choose a tag to compare

3.2.1 (2023-01-21)

Bug Fixes

  • roll graphile bit forward, add displayName (#555) (1dd5044)

v3.2.0

11 Sep 17:31
a67934d
Compare
Choose a tag to compare

3.2.0 (2022-09-11)

Features

v3.1.1

30 Aug 14:38
a090362
Compare
Choose a tag to compare

3.1.1 (2022-08-30)

Bug Fixes

v3.1.0

29 Aug 16:29
c06b8db
Compare
Choose a tag to compare

3.1.0 (2022-08-29)

Features

  • smart tag support for ignoring columns on conflict (#423) (c06b8db)

v3.0.0

01 Jul 17:14
58aa520
Compare
Choose a tag to compare

3.0.0 (2022-07-01)

Bug Fixes

Features

  • improve upsert matching conditions release (#388) (58aa520)
  • lib: roll forward semlrel (b3dc66a)
  • skip table types that do not have primary key constraints (4d9c10a)

BREAKING CHANGES

  • See PR#370. The ON CONFLICT clause generation now selects constraints
    intelligently

v2.3.0

19 Jun 07:07
Compare
Choose a tag to compare

2.3.0 (2022-06-19)

Features

  • lib: roll forward semlrel (bb3455f)

v2.2.1

10 Jun 02:35
Compare
Choose a tag to compare

2.2.1 (2022-06-10)

Bug Fixes

v2.2.0

10 Jun 02:05
Compare
Choose a tag to compare

2.2.0 (2022-06-10)

Bug Fixes

Features

  • skip table types that do not have primary key constraints (7af624d)