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

2.6.2 release notes #1064

Merged
merged 3 commits into from
Jan 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ jobs:
run: |
mike list

# - name: Mike Deploy
# run: |
# mike deploy 2.6.2 -p --rebase
# mike set-default 2.6.2 -p --rebase
# mike list
- name: Mike Deploy 2.6.2
run: |
mike deploy 2.6.2 -p --rebase
mike list

# - name: Deploy
# uses: peaceiris/actions-gh-pages@v3
Expand Down
6 changes: 5 additions & 1 deletion docs-2.0/20.appendix/releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## Bug fix

Fixed the bug that the nebula connection will be interrupted if the YIELD clause in LOOKUP contains aggregate functions.[#3245](https://github.com/vesoft-inc/nebula/pull/3245)
- Fixed the bug that memory was not released when default value was used ​​when no value was specified in nGQL. [#3806](https://github.com/vesoft-inc/nebula/pull/3806)

- Fixed the bug of reading memory stats under Cgroup v2. [#3792](https://github.com/vesoft-inc/nebula/pull/3792)

- Fixed the bug that failed to create a full-text index for the same tag or edge internal id in different SPACE. [#3793](https://github.com/vesoft-inc/nebula/pull/3793)

## Legacy versions

Expand Down