Skip to content

Releases: tarantool/ddl

Release 1.3.0

21 Jan 11:16
5feb36a
Compare
Choose a tag to compare

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

20 Jul 08:58
eaa24b8
Compare
Choose a tag to compare

Added

  • Support uuid type for tarantool 2.4

Release 1.1.0

20 Jul 08:57
aba39dd
Compare
Choose a tag to compare

Added

  • Support decimal and double types for tarantool 2.3

Fixed

  • Remove unnecessary logs
  • Fix error messages

Release 1.0.0

28 Nov 17:08
Compare
Choose a tag to compare

Added

  • Basic functionality
  • Sharding key support
  • Integration tests
  • Luarock-based packaging
  • Gitlab CI integration