Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
picodata
Commits
e8561f74
Commit
e8561f74
authored
1 year ago
by
Kurdakov Alexander
Committed by
Yaroslav Dynnikov
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
doc: update chanelog
parent
7bf2389a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!859
refactor: changelog
Pipeline
#32866
passed
1 year ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+58
-9
58 additions, 9 deletions
CHANGELOG.md
with
58 additions
and
9 deletions
CHANGELOG.md
+
58
−
9
View file @
e8561f74
...
...
@@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/en/1.0.0/
)
and this project adheres to
[
Calendar Versioning
](
https://calver.org/#scheme
)
with the
`YY.
0
M.MICRO`
scheme.
with the
`YY.M
INOR
.MICRO`
scheme.
<img
src=
"https://img.shields.io/badge/calver-YY.
0
M.MICRO-22bfda.svg"
>
<img
src=
"https://img.shields.io/badge/calver-YY.M
INOR
.MICRO-22bfda.svg"
>
<!--
## Unreleased
### Features
...
...
@@ -24,6 +25,54 @@ with the `YY.0M.MICRO` scheme.
-
Clusterwide SQL supports procedure creation.
-
Make Proc API the main picodata API. Lua API is considered deprecated.
-->
## [24.1.1] - 2024-02-09
-
Slightly change calendar versioning semantics, it's
`YY.MINOR`
now
instead of
`YY.0M`
.
### CLI
-
New
`picodata admin`
command connects to an instance via unix socket
under the admin account, see [Tutorial — Connecting — Admin console].
-
New
`picodata connect`
implementation provides a console interface to
the distributed SQL, see [Tutorial — Connecting — Distributed SQL
console]
-
New option
`picodata run --admin-sock`
replaces
`--console-sock`
which
is removed. The default value is
`<data_dir>/admin.sock`
.
-
New option
`picodata run --shredding`
enables secure removing of data
files (snap, xlog).
[
Tutorial — Connecting — Admin console
]:
https://docs.picodata.io/picodata/24.1/tutorial/connecting/#admin_console
[
Tutorial — Connecting — Distributed SQL console
]:
https://docs.picodata.io/picodata/devel/tutorial/connecting/#user_console
### SQL
-
Global tables now can be used in the following queries:
```
SELECT
SELECT ... EXCEPT
SELECT ... UNION ALL
SELECT ... WHERE ... IN (SELECT ...)
SELECT ... JOIN
SELECT ... GROUP BY
```
### Fixes
-
Revoke excess privileges from
`guest`
-
Fix panic after
`ALTER USER "alice" WITH NOLOGIN`
-
Repair
`picodata connect --auth-type=ldap`
### Compatibility
-
System table
`_pico_replicaset`
now has a different format: the field
`master_id`
...
...
@@ -32,14 +81,16 @@ with the `YY.0M.MICRO` scheme.
-
All
`.proc_*`
stored procedures changed their return values. An extra top level
array of 1 element is removed.
### CLI
-
The current version is NOT compatible with prior releases. It cannot
be started with the old snapshots.
-
New command
`picodata admin`
to connect to picodata instance via unix socket under the admin account.
## [23.12.1] - 2023-12-21
-
SQL by default in
`picodata connect`
. Lua language is deprecated in
`picodata connect`
.
### Fixes
-
Rename
`picodata run --console-sock`
option to
`--admin-sock`
and
provide a default value
`<data_dir>/admin.sock`
.
-
Correct
`picodata -V`
-
Web UI appeared to be broken in 23.12.0
-
And
`picodata connect --unix`
too
## [23.12.0] - 2023-12-08
...
...
@@ -121,8 +172,6 @@ with the `YY.0M.MICRO` scheme.
- Block a user after 4 failed login attempts.
- New option `
picodata run --shredding
` enables secure removing of data files (snap, xlog).
### Lua API
- Changes in terminology - all appearances of `
space
` changed to `
table
`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment