Skip to content

Releases: edgedb/edgedb

EdgeDB 4.0

02 Nov 05:19
v4.0
ab55ac7
Compare
Choose a tag to compare

v4_blog_illustration

This is a major version release of EdgeDB. The changelog is rather extensive and can be found here.

Read the announcement on our blog and watch the launch event video on YouTube.

EdgeDB 3.0

22 Jun 16:58
v3.0
Compare
Choose a tag to compare

v3

This is a major version release of EdgeDB. The changelog is rather extensive and can be found here: https://www.edgedb.com/docs/changelog/3_x
See also the announcement blog post: https://www.edgedb.com/blog/edgedb-3-0

EdgeDB v2.12

27 Feb 20:44
v2.12
Compare
Choose a tag to compare

The twelfth bugfix release of the 2.x series. All users of 2.x are
encouraged to upgrade using edgedb project upgrade --to-latest or
edgedb instance upgrade <instance_name> --to-latest for instances that
are not linked to a project.

EdgeDB v2.10

16 Feb 04:27
v2.10
Compare
Choose a tag to compare
The tenth bugfix release of the 2.x series.  All users of 2.x are
encouraged to upgrade using `edgedb project upgrade --to-latest` or
`edgedb instance upgrade <instance_name> --to-latest` for instances that
are not linked to a project.

EdgeDB v2.7

21 Nov 19:00
v2.7
Compare
Choose a tag to compare
The seventh bugfix release of the 2.x series.  All users of 2.x are
encouraged to upgrade using `edgedb project upgrade --to-latest` or
`edgedb instance upgrade <instance_name> --to-latest` for instances that
are not linked to a project.

See changelog at https://www.edgedb.com/docs/changelog/2_x

EdgeDB v2.6

05 Nov 21:12
v2.6
Compare
Choose a tag to compare

The sixth bugfix release of the 2.x series. All users of 2.x are encouraged to upgrade using edgedb project upgrade --to-latest or edgedb instance upgrade <instance_name> --to-latest for instances that are not linked to a project.

See the changelog here.

EdgeDB v2.5

02 Nov 23:41
v2.5
Compare
Choose a tag to compare
      The fifth bugfix release of the 2.x series.  All users of 2.x are
encouraged to upgrade using `edgedb project upgrade --to-latest` or
`edgedb instance upgrade <instance_name> --to-latest` for instances that
are not linked to a project.

EdgeDB v2.4

02 Nov 23:41
v2.4
Compare
Choose a tag to compare
The fourth bugfix release of the 2.x series.  All users of 2.x are
encouraged to upgrade using `edgedb project upgrade --to-latest` or
`edgedb instance upgrade <instance_name> --to-latest` for instances that
are not linked to a project.

See changelog at https://www.edgedb.com/docs/changelog/2_x

EdgeDB v2.3

26 Sep 17:07
v2.3
f24c5d9
Compare
Choose a tag to compare
The third bugfix release of the 2.x series.  All users of 2.x are
encouraged to upgrade using `edgedb project upgrade --to-latest` or
`edgedb instance upgrade <instance_name> --to-latest` for instances that
are not linked to a project.

See changelog at https://www.edgedb.com/docs/changelog/2_x

EdgeDB v2.1

08 Aug 22:23
v2.1
dabe138
Compare
Choose a tag to compare

The first bugfix release of the 2.x series. All users of 2.x are encouraged to upgrade local instances using edgedb project upgrade --to-latest.

v2.1

  • #4182 Fix global defaults with nontrivial computation
  • #4183 Fix migration that removes policy using clause
  • #4185 Support ELSE-less UNLESS CONFLICT on explicit id INSERT
  • #4187 Don't create constraints on derived views when adding a pointer to a type
  • #4188 Fix a bunch of missing source contexts in declarative
  • #4193 Fix an ISE when a computed link is directly a property reference
  • #4194 Fix an ISE when using an empty shape in some contexts
  • #4195 Fix a number of error messages involving collection types in schemas
  • #4196 Avoid doing semi-joins after a sequence of single links
  • #4207 Make range() properly strict in its non-optional arguments
  • #4189 Allow multiple FDs per socket in activation
  • #4197 Add SCRAM authentication over HTTP
  • #4214 Always arm auto-shutdown timer when it's greater than zero
  • #4217 Fix json -> array cast of '[]'

Full Changelog: v2.0...v2.1