Skip to content

Commit

Permalink
edgedb-cli 6.0.0 (#1414)
Browse files Browse the repository at this point in the history
Changes
=======

* Add extension commands (#1385 #1389)
  (by @mmastrac in 290579b 7de43a2)

* Add support for SQL as input query language (#1400)
  (by @elprans in ac7b368)

* Change bootstrapped user to "admin" (#1413)
  (by @fantix in c9104a5)

Binary Protocol Changes:

* Bump edgedb-protocol for protocol v2 support (#1388)
  (by @elprans in 4e7988a)

* Send query tag "gel/cli" or "gel/repl" (protocol v3, #1408)
  (by @fantix in 1e04b64)

Config Changes:

* Support scoping config params (#1382)
  (by @mmastrac in 6c93799)

* Add current_email_provider_name config. (#1409)
  (by @dnwpark in a8cd9bd)

* Add config track_query_stats (#1411)
  (by @fantix in 45187bf)

Branding
========

* Prepare to rename EdgeDB -> Gel (#1390)
  (by @mmastrac in 7e58bd2)

* Rename: all other env vars in the CLI (#1396)
  (by @mmastrac in ef33343)

* Install new executable name (and link old executable) (#1398)
  (by @mmastrac in dbc9333)

* Mopping up rest of the edgedb CLI command references  (#1402)
  (by @mmastrac in 01a912a)

* New branding on install and Repl (#1397)
  (by @mmastrac in 6a5f1c4)

* Add support for .gel files. (#1406)
  (by @dnwpark in e80a37d)

Fixes
=====

* Warnings (#1378)
  (by @aljazerzen in 4c9e89f)

* Use rustls for reqwest (#1381)
  (by @mmastrac in 8d05aa7)

* Update Cargo.lock (#1384 #1410)
  (by @aljazerzen in 75a7dfe 0427987)

* cargo clippy --fix -- -Dclippy::uninlined_format_args (#1392)
  (by @mmastrac in 1493037)

* Remove one style of printing from CLI (#1393)
  (by @mmastrac in 5c93ab7)

* Replace print::warn and print::error with macros (#1395)
  (by @mmastrac in 8367287)

* workflows: Use correct version for builds on macOS and Windows
  (by @elprans in ba1ccfd)

* Make sure bzip2 always gets linked statically
  (by @elprans in a179763)

* Bump Ubuntu _down_ to Jammy (#1405)
  (by @mmastrac in 5f22cb7)

* Fix default server user (#1412)
  (by @fantix in adc523c)
  • Loading branch information
fantix authored Nov 28, 2024
1 parent 45187bf commit 6a9e4c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
[package]
name = "edgedb-cli"
license = "MIT/Apache-2.0"
version = "5.6.0-dev"
version = "6.0.0"
authors = ["EdgeDB Inc. <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 6a9e4c5

Please sign in to comment.