Skip to content
Snippets Groups Projects
Commit 00d045bb authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov
Browse files

doc: update changelog

parent f22b852f
No related branches found
No related tags found
1 merge request!588feat: pico.drop_space lua function
Pipeline #20841 passed
...@@ -15,6 +15,18 @@ with the `YY.0M.MICRO` scheme. ...@@ -15,6 +15,18 @@ with the `YY.0M.MICRO` scheme.
- Allow specifying `picodata connect [user@][host][:port]` format. It - Allow specifying `picodata connect [user@][host][:port]` format. It
overrides the `--user` option. overrides the `--user` option.
### Lua API:
- Update `pico.LUA_API_VERSION`: `1.0.0` -> `1.2.0`
- Add `pico.raft_term()`
- Add `pico.create_user()`
- Add `pico.drop_user()`
- Add `pico.change_password()`
- Add `pico.grant_privilege()`
- Add `pico.revoke_privilege()`
- Add `pico.drop_space()`
- Add `pico.wait_ddl_finalize()`
## [23.06.0] - 2023-06-16 ## [23.06.0] - 2023-06-16
### Features ### Features
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment