Skip to content

Releases: tarantool/ddl

1.7.1: license introduction

03 May 08:12
Compare
Choose a tag to compare

Overview

This release adds license to the module.

Added

  • BSD License (#125).

1.7.0: sequences

10 Apr 12:17
Compare
Choose a tag to compare

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

23 Oct 16:18
Compare
Choose a tag to compare

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

05 Jul 13:10
Compare
Choose a tag to compare

Overview

This release introduces exclude_null support.

New features

  • Added exclude_null support for indexes (#110).

Release 1.6.3

08 Jun 17:53
Compare
Choose a tag to compare

Added

  • Added versioning support (#105).

Fixed

  • Add basic fieldno path support for indexes (#108).
    It is the compatibility layer for Tarantool spaces created not
    through ddl: users are not encouraged to create fieldno path indexes
    in schema, since we do not support them as sharding keys.

Release 1.6.2

22 Aug 12:49
Compare
Choose a tag to compare

Fixed

  • Fix check for vshard sharding funcs (#91).

1.6.1

21 Jun 13:06
Compare
Choose a tag to compare

Support datetime type for Tarantool 2.10+ (#92).

Release 1.6.0

01 Feb 12:07
Compare
Choose a tag to compare

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

09 Aug 11:58
c7c60b4
Compare
Choose a tag to compare

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

21 Apr 17:07
8a9c2ad
Compare
Choose a tag to compare

Added

  • Use transactional DDL when applying schema.
  • Transfer "ddl-manager" role from the cartridge repo.