Skip to content

Commit 10c6068

Browse files
author
Bartłomiej Święcki
committed
release: v1.0.1
1 parent 215ddda commit 10c6068

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file. This projec
44
## [Unreleased]
55

66

7+
<a name="v1.0.1"></a>
8+
## [v1.0.1] - 2021-06-02
9+
### Bug Fixes
10+
- go mod tidy/vendor with statik module ([#796](https://github.com/vchain-us/immudb/issues/796))
11+
- **cmd/immuclient:** remove warnings on sql commands in interactive mode
12+
- **cmd/immuclient:** improve immuclient tx and safetx error message
13+
- **embedded/sql:** interprete binary prefix if followed by a quote
14+
- **pkg/server:** always create system db (even when auth is off)
15+
16+
### Changes
17+
- enable webconsole in docker image
18+
- remove mtls evironments var from dockerfile
19+
- enhance Makefile so to automatically download latest webconsole if not already present
20+
- README/doc updates ([#791](https://github.com/vchain-us/immudb/issues/791))
21+
- **embedded/store:** apply synced settings to indexing data
22+
- **embedded/store:** sync values once all entries are written
23+
- **pkg/database:** retry database selection after registration
24+
- **pkg/database:** auto-registration when not present in the catalog
25+
26+
### Features
27+
- **embedded/sql:** support <column> <type> NULL syntax
28+
- **pkg/database:** enhace table description by adding nullable constraint
29+
- **webconsole:** default web console page ([#786](https://github.com/vchain-us/immudb/issues/786))
30+
31+
732
<a name="v1.0.0"></a>
833
## [v1.0.0] - 2021-05-20
934
### Bug Fixes

Makefile

Lines changed: 1 addition & 1 deletion
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.0.0
19+
VERSION=1.0.1
2020
SERVICES=immudb immuadmin immuclient
2121
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64
2222

0 commit comments

Comments
 (0)