Releases: tarantool/ddl
Releases · tarantool/ddl
1.7.1: license introduction
1.7.0: sequences
Overview
This release introduces sequences support in schema and space indexes.
New features
- Added support of sequences in schema and space indexes (#122).
Release 1.6.5
Overview
This is a patch release introducing datetime intervals support in the format.
New features
- Added support of
interval
type for Tarantool 2.10+ space format (#117).
Release 1.6.4
Overview
This release introduces exclude_null support.
New features
- Added exclude_null support for indexes (#110).
Release 1.6.3
Release 1.6.2
Fixed
- Fix check for vshard sharding funcs (#91).
1.6.1
Release 1.6.0
Added
- Added integration with service coveralls.io.
- Allow specifying
sharding_func
for space. - Add a method
bucket_id
that calculate bucket id using sharding function specified in DDL schema.
Release 1.5.0
Added
- Make
_ddl_sharding_key
space a part of public API. - If one applies an empty schema using the 'ddl-manager' role API, put into the clusterwide configuration an example instead.
Release 1.4.0
Added
- Use transactional DDL when applying schema.
- Transfer "ddl-manager" role from the cartridge repo.