v1.0.0
What's Changed
This release is a breaking change. Most of the breakage is caused by renaming and reorganizing packages. The reorganization brings a much needed improvement to the pkg.go.dev documentations. The root package is renamed from edgedb
to gel
and moves parts of the API to gelcfg
, gelerr
, and geltypes
packages.
- Add a warning system by @fmoor in #321
- Allow - and _ in org names by @fmoor in #324
- Add gel as a valid dsn scheme. by @dnwpark in #326
- Use gel.toml if one exists by @fantix in #327
- Deprecate the database connection option by @fmoor in #332
- Add support for protocol v3 and add
QuerySQL
andExecuteSQL
client methods by @jaclarke in #328 - Update README replacing EdgeDB with Gel. by @vpetrovykh in #334
- Rename to gel by @fmoor in #331
- Add
WithQueryOptions
method by @jaclarke in #329 - Improve documentation by removing assignment exports by @fmoor in #337
- Retry queries run with Execute() by @fmoor in #339
New Contributors
- @dnwpark made their first contribution in #326
- @vpetrovykh made their first contribution in #334
Full Changelog: v0.17.2...v1.0.0