Skip to content

Releases: tigron/skeleton-transaction

v6.0.2

16 Mar 17:27

Choose a tag to compare

Add support for log to file.
This might help debugging problems that are related to the database server by not only storing the transaction logs into the database but also to a file

v6.0.1

07 Nov 12:01

Choose a tag to compare

v6.0.0

24 Oct 12:10

Choose a tag to compare

Warning

This is a breaking change. The is_parallel() method does no longer exist, it has been replaced with get_pool().

Changelog

Feature

Full Changelog: v5.1.2...v6.0.0

v5.1.2

08 Sep 09:50

Choose a tag to compare

v5.1.1

14 Aug 14:14

Choose a tag to compare

v5.1.0

12 Aug 13:05

Choose a tag to compare

What's Changed

Full Changelog: v5.0.2...v5.1.0

v5.0.2

12 Jun 13:02

Choose a tag to compare

Fixed prototype of console functions

v5.0.1

16 Apr 14:30

Choose a tag to compare

Fix completed check

+ minor code cleanup
+ use get_by_ids method

v5.0.0

20 Mar 09:10
d8bcb34

Choose a tag to compare

Merge pull request #6 from tigron/feature/quality

Feature/quality

v4.0.1

06 Oct 13:51
1208d16

Choose a tag to compare

Added a parameter missing in a call to Log::create( )