-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft version of the changelog 5.0 #6927
Conversation
docs/changelog/5_x.rst
Outdated
To play with the new features, install the CLI using `our installation guide | ||
<https://www.edgedb.com/install>`_ and initialize a new project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will the branching features be available in the stable release of the CLI right away, or will we need to tell the user how to install a nightly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the duration of prerelease, we must tell them to install nightly.
I think it is plausible that it will get merged by friday. See geldata/gel-cli#1217
|
||
.. code-block:: bash | ||
|
||
$ sudo apt-get update && sudo apt-get install edgedb-5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would the version also be different here? I would provide a suggestion, but I'm not 100% sure what it would be. Maybe edgedb-5-beta-1
? Same question for the other versions in this section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure, but I think it would all be under edgedb-5
, although I haven't used that particular way of installing it on my Ubuntu PC.
a1915c7
to
f9e375f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auth changes look good!
d4d6aea
to
abcc5a5
Compare
docs/changelog/5_x.rst
Outdated
Performance | ||
----------- | ||
|
||
We've made some changes to query caching aimed at improving query |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The query compilation cache is now persisted across restarts, and cached queries are automatically recompiled after migrations are applied.
abcc5a5
to
5fd4c5f
Compare
5fd4c5f
to
a46235f
Compare
I'm not entirely certain what's the current status of branch support in the CLI. My current nightly version (EdgeDB CLI 4.2.0-dev.1089+accf429) doesn't appear to have any branch commands. So the section that talks about branches is referring to DDL, which may need to be replaced with CLI examples.
The "Authentication" section is very much a stub with a brief list of relevant features requiring a more detailed write-up.