Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
EdgeDB has been renamed to Gel, and so has this python package.
Changes
Rename the package to gel! The package still provides an
edgedb
module in addition to
gel
, butgel
is now preferred.(by @msullivan in 83349d4 for Rename the package to gel #566)
Allow cloud instance names to contain '-' and '_' in the org part to support vercel instances
(by @msullivan in 5b5be68 for #1084)
Support specifying SNI tls_server_name
(by @msullivan in 6b28b98 for #1088)
Support GEL_ env vars and gel.toml
(by @msullivan in d0b3961 for Support GEL_ env vars and gel.toml #532)
Add support for protocol 3.0
(by @elprans in 2e6a877 for Add support for protocol 3.0 #534)
Add support for newly exposed Postgres types
(by @elprans in 48a67c1)
Kill pre-1.0 forever deprecated API / dead code.
(by @1st1 in 8669e78)
Rename main module from edgedb to gel
(by @msullivan in 10d61a1 for Rename main module from edgedb to gel #544)
Support the gel:// dsn protocol
(by @msullivan in 84c533c for Support the gel:// dsn protocol #546)
Add a way to export SQLAlchemy models from Gel (EdgeDB).
(by @vpetrovykh in 645fce0 for Gel sqla #536)
Implement gel.Record type
(by @1st1 in ff3aad2 for Implement gel.Record type #560)
Add ORM model generators for Django, SQLAlchemy, sqlmodel.
(by @vpetrovykh in ad37a6b)
Add support for REPEATABLE READ isolation (requires server support)
(by @elprans in 8f40d0e for Add support for REPEATABLE READ isolation (requires server support) #565)
Retry calls to
execute
as well as toquery
(by @msullivan in e263f2b for Retry calls to
execute
as well as toquery
#577)Add support for running (and installing) the main CLI
(by @elprans in 023697a for Add support for running (and installing) the main CLI #572)
Rename AI to RAGClient and add compat names
(by @fantix in e5aae27 for Rename AI to RAGClient and add compat names #578)