Skip to content

Releases: mhthnz/yii2-tarantool

Last release 2.10.8 tarantool support

26 Nov 13:15

Choose a tag to compare

The last release that supports old foreign key mechanics ON DELETE and ON UPDATE.
Modifying fk tables.

New features release

02 Apr 18:25

Choose a tag to compare

  • Added tarantool cache ability by expirationd
  • I18n message source
  • Gii model generator
  • Tarantool logging target
  • Create/drop/existing sequence using nosql command

Stability release

29 Mar 19:07

Choose a tag to compare

  • Changed min php version from 7.1 to 7.1
  • Upgraded php-tarantool library (thanks @Spywer)
  • Fixed regeneratedID method in sessions
  • Removed unnecessary schema loading in session

Session support

27 Feb 18:26
e999058

Choose a tag to compare

  • Added Session support (thanks to @arkhamvm )
  • Fixed tests compatibility with the newest php version
  • Docs update
  • Stability fixes

hotfix release

13 Feb 13:54

Choose a tag to compare

Increase minimum yii2 version due to compatibility
Fix tests
Add php8.1 ci

Lua validator release

21 Oct 16:07

Choose a tag to compare

  • Added LuaValidator for validating models data inside tarantool using lua.
  • Reduced functions complexity
  • Added usingIndex function to NoSQL Query
  • Added ability to perform NoSQL queries inside migration
  • LuaValidator, Migration, Query tests were added
  • Docs

Nosql interface release

09 Oct 16:59
9bfd3af

Choose a tag to compare

  • Added ability to perform NoSQL requests
  • Command class for NoSQL requests (SELECT, INSERT, UPDATE, EVAL, CALL, ... etc)
  • Query class provides ability to create NoSQL requests in SQL format.
  • RequestHelper helps with converting SelectRequest to aggregate functions such as: count, min, max ... etc, also it helps to see NoSQL requests in debug panel.
  • Cs fixes and bug fixes
  • Docs

Migrations support

18 Sep 12:26

Choose a tag to compare

Migrations support
CI tests
Migrations docs
Fixes

Stability fixes

05 Sep 17:14

Choose a tag to compare

  • Fixed getting foreign keys via Schema
  • Fixed opening connection
  • Add tests

Basic functionality

03 Sep 19:07
a215dd0

Choose a tag to compare

  • Tarantool Connection has Command and QueryBuilder
  • ActiveRecord models with ActiveQuery support
  • Schema abstraction, TableSchema and ColumnSchema
  • Model validators UniqueValidator, ExistsValidator
  • Data widgets like DetailView, ListView, GridView using ActiveDataProvider
  • Debug panel