Skip to content
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

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Draft version of the changelog 5.0 #6927

merged 1 commit into from
Feb 29, 2024

Conversation

vpetrovykh
Copy link
Member

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.

@vpetrovykh vpetrovykh requested review from raddevon and a team February 27, 2024 11:59
Comment on lines 7 to 8
To play with the new features, install the CLI using `our installation guide
<https://www.edgedb.com/install>`_ and initialize a new project.
Copy link
Contributor

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?

Copy link
Contributor

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
Copy link
Contributor

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.

Copy link
Member Author

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.

@vpetrovykh vpetrovykh force-pushed the changelog branch 2 times, most recently from a1915c7 to f9e375f Compare February 27, 2024 18:25
Copy link
Contributor

@scotttrinh scotttrinh left a 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!

@vpetrovykh vpetrovykh force-pushed the changelog branch 2 times, most recently from d4d6aea to abcc5a5 Compare February 27, 2024 20:01
Performance
-----------

We've made some changes to query caching aimed at improving query
Copy link
Member

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.

@vpetrovykh vpetrovykh merged commit e28a0e3 into master Feb 29, 2024
24 checks passed
@vpetrovykh vpetrovykh deleted the changelog branch February 29, 2024 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants