* Implement support for new type descriptor protocol (by elprans in https://github.com/edgedb/edgedb-python/commit/47eec190c6637d5ce3262457e0f36132c5c7464d for https://github.com/edgedb/edgedb-python/pull/427)
* Sync errors (by elprans in https://github.com/edgedb/edgedb-python/commit/3bfb574f867b9e78ad2d0f3952818f7f0030ba6d for https://github.com/edgedb/edgedb-python/pull/449)
* Don't depend on exact syntax errors in tests (by msullivan in https://github.com/edgedb/edgedb-python/commit/b3ce0c61e7f7237262981ca311468fb81a689105 for https://github.com/edgedb/edgedb-python/pull/451)
* Fix an error in string representation of RelativeDuration. (by vpetrovykh in https://github.com/edgedb/edgedb-python/commit/667da723f09cbf24582d13e2782cabb9d505b719 for https://github.com/edgedb/edgedb-python/pull/453)
* Add multirange support. (by vpetrovykh in https://github.com/edgedb/edgedb-python/commit/15e280ec5a5d3b6d80d5467cb569ecbbab5ee5b2 for https://github.com/edgedb/edgedb-python/pull/452)
1.5.0
Changes =======
* Add --dir option to codegen for searching .edgeql files (434) (by fantix in ec90e35d for 434)
* Implement support for vector type (439 440) (by msullivan in 0bee718f for 439, 50a25ef6 for 440)
* Lowercase org/instance name when computing Cloud instance DNS (441) (by elprans in 0f30b26e for 441)
* Implement `database` config in project dir (442) (by tailhook in bee7327c for 442)
1.4
The fourth bugfix release of the 1.x series. All users of 1.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.
Changes =======
* Avoid unnecessary updates to parent views and triggers (3771) (by msullivan in 5fb344f0)
* Drop broken special case for nested insert FOR (3797) (by msullivan in fb59493e)
* Fix `IN array_unpack` for bigints (3820) (by msullivan in a39d5848)
* Put more parens around index expressions in generated DDL (3822) (by msullivan in a5310dfe)
* Fix a weird computable/alias interaction (3828) (by msullivan in d90652f8)
* Support linkprops on backlinks (3841) (by msullivan in f06bec50)
* Fix generation of `dummy_pathid` in nonconflict ctes (3848) (by msullivan in 5248eb98)
* Always correctly handle variadic arguments when producing AST from migrations (3855) (by msullivan in 3fb2efa7)
1.4.0
Changes =======
* Update for rules of instance names (423) (by fantix in 5bc56992 for 420)
* Synchronize error types (429) (by fantix in 03e40121)
* Allow enums in array codec (431) (by fantix in 2de7e3fb for 408)
* Prohibit concurrent operations on the same transaction object (430) (by fantix in f1fa612b for 130)
* Fix state of transaction start (424) (by fantix in 297de722)
* codegen: Handle non-identifier characters in enum values (432) (by fantix in e1ec16de for 428)
Docs ====
* docs: add Code Generation to table of contents (421) (by AndreasPB in ffe74a17 for 421)
1.3
Full Changelog: https://www.edgedb.com/docs/changelog/1_x
1.3.0
Changes =======
* Add support for secret key authentication, and Cloud instance (405) (by fantix in df1f6fb3, 076e8c86, 27e7a4fa for 405, elprans in 65c9c379 for 412)
Docs ====
* Minor changes (413) (by 0xsirsaif in 14363fba for 413)