The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension DR::Tarantool.

0.01  Sat May 12 18:51:55 2012
	- original version; created by h2xs 1.23 with options
		-n DR::Tarantool

0.02  Sun May 20 10:38:44 MSK 2012
        - update documentation

0.03  Sun May 20 17:17:38 MSK 2012
	- fix forgotten depends

0.04  Tue May 22 17:52:21 MSK 2012
	- upgrade tests for new upstream library (there is no changes in driver)

0.05  Thu May 24 11:50:11 MSK 2012
        - call_lua always unpacks fields, even if You doesn't define
            their types.

0.06  Thu May 24 13:54:30 MSK 2012
	- sync methods return tuple or undef

0.07  Thu May 24 18:06:17 MSK 2012
        - iterator can construct Your objects.

0.08  Fri May 25 11:12:40 MSK 2012
        - add 'JSON' to filed type list.

0.09  Sat May 26 13:45:12 MSK 2012
        - fix iterators if iter->count > 2

0.11 Tue May 29 21:18:58 MSK 2012
        - add DR::Tarantool::CoroClient.
        - you can select tuples using partial index.

0.12 Sat Jun  2 22:37:15 MSK 2012
        - add INT & INT64 types (signed value)
        - add MONEY & BIGMONEY types