Skip to content

Commit 11088eb

Browse files
committed
release: v1.9DOM.1-RC1
1 parent 5f7ac4d commit 11088eb

File tree

2 files changed

+55
-2
lines changed

2 files changed

+55
-2
lines changed

CHANGELOG.md

+54-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,60 @@ All notable changes to this project will be documented in this file. This projec
44
## [Unreleased]
55

66

7+
<a name="v1.9DOM.1-RC1"></a>
8+
## [v1.9DOM.1-RC1] - 2023-11-13
9+
### Bug Fixes
10+
- lower databasename in OpenSession
11+
- **embedded/sql:** fix data-race when mapping keys
12+
- **embedded/sql:** fix data-race when mapping keys
13+
- **embedded/store:** handle key mapping in ongoing txs
14+
- **embedded/store:** handle key mapping in ongoing txs
15+
- **embedded/store:** handle key mapping in ongoing txs
16+
- **pkg/database:** ensure proper tx validation
17+
- **pkg/server:** user creation with multidbs
18+
19+
### Changes
20+
- docker image with swagger ui (for AWS Marketplace)
21+
- **cmd/immudb:** upgrade to new pgsql changes
22+
- **deps:** bump github.com/google/uuid from 1.3.1 to 1.4.0
23+
- **embedded/sql:** user pwd
24+
- **embedded/sql:** show users stmt
25+
- **embedded/sql:** wip emulate pg_type system table
26+
- **embedded/sql:** continue to support databases and tables datasources
27+
- **embedded/store:** indexer source and target prefixes
28+
- **pkg/client:** possibility to retrieve session id
29+
- **pkg/pgsql:** decouple error from ready to query messages
30+
- **pkg/pgsql:** uuid and float types conversion
31+
- **pkg/pgsql:** comment describing pgsql wire protocol constraints
32+
- **pkg/pgsql:** support multiple-statements in simple-query mode
33+
- **pkg/pgsql:** protocol enhancements
34+
- **pkg/pgsql:** handle deallocate prepared stmt
35+
- **pkg/pgsql:** tls support
36+
- **pkg/pgsql:** single command complete message
37+
- **pkg/pgsql:** transactional query machine
38+
- **pkg/pgsql:** pgsql write protocol improvements
39+
- **pkg/pgsql:** proper handling of queries with empty resultsets
40+
- **pkg/pgsql:** show table/s
41+
- **pkg/server:** upgrade to transactional pgsql server
42+
- **pkg/server:** set dynamic immudb server port in pgsql server
43+
- **pkg/server:** pgsql server creation only when enabled
44+
- **pkg/server:** list users from multidb handler
45+
- **pkg/server:** require proper permissions at multidb handler
46+
47+
### Features
48+
- **embedded/sql:** show table stmt
49+
- **embedded/sql:** wip user mgmt
50+
- **embedded/sql:** show users stmt
51+
- **embedded/sql:** show databases/tables stmt
52+
- **pkg/server:** add support of underscore in db name Signed-off-by: Martin Jirku <martin[@jirku](https://github.com/jirku).sk>
53+
54+
755
<a name="v1.9DOM.0"></a>
856
## [v1.9DOM.0] - 2023-10-19
57+
### Changes
58+
- docker image with swagger ui
59+
- docker image with swagger ui
60+
961

1062
<a name="v1.9DOM"></a>
1163
## [v1.9DOM] - 2023-10-19
@@ -3762,7 +3814,8 @@ All notable changes to this project will be documented in this file. This projec
37623814
- **tree:** MTH reference impl
37633815

37643816

3765-
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9DOM.0...HEAD
3817+
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9DOM.1-RC1...HEAD
3818+
[v1.9DOM.1-RC1]: https://github.com/vchain-us/immudb/compare/v1.9DOM.0...v1.9DOM.1-RC1
37663819
[v1.9DOM.0]: https://github.com/vchain-us/immudb/compare/v1.9DOM...v1.9DOM.0
37673820
[v1.9DOM]: https://github.com/vchain-us/immudb/compare/v1.9.0-RC2...v1.9DOM
37683821
[v1.9.0-RC2]: https://github.com/vchain-us/immudb/compare/v1.9.0-RC1...v1.9.0-RC2

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export GO111MODULE=on
1616

1717
SHELL=/bin/bash -o pipefail
1818

19-
VERSION=1.9DOM.0
19+
VERSION=1.9DOM.1-RC1
2020
DEFAULT_WEBCONSOLE_VERSION=1.0.18
2121
SERVICES=immudb immuadmin immuclient
2222
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64

0 commit comments

Comments
 (0)