File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased] ( https://github.com/altinity/ice/compare/v0.3.1...master )
8
+ ## [ Unreleased] ( https://github.com/altinity/ice/compare/v0.4.0...master )
9
+
10
+ ## [ 0.4.0] ( https://github.com/altinity/ice/compare/v0.3.1...v0.4.0 )
11
+
12
+ ### Added
13
+ - ` name ` (catalog name) config option for ice-rest-catalog that enables multiple catalogs share the same etcd/postgresql/etc. instance.
14
+
15
+ ### Fixed
16
+ - ` ice scan ` failing on a table with ` timestamptz ` column(s).
17
+ - ice insert: ` date ` type handling.
9
18
10
19
## [ 0.3.1] ( https://github.com/altinity/ice/compare/v0.3.0...v0.3.1 )
11
20
You can’t perform that action at this time.
0 commit comments