Releases: tarantool/ddl
Releases · tarantool/ddl
Release 1.3.0
Added
- Allow custom fields in space format.
- Forbid redundant keys in schema top-level and make
spaces
table mandatory. So the only valid schema format now is{spaces = {...}}
.
Release 1.2.0
Added
- Support
uuid
type for tarantool 2.4
Release 1.1.0
Added
- Support
decimal
anddouble
types for tarantool 2.3
Fixed
- Remove unnecessary logs
- Fix error messages
Release 1.0.0
Added
- Basic functionality
- Sharding key support
- Integration tests
- Luarock-based packaging
- Gitlab CI integration