Skip to content

Releases: tigron/skeleton-transaction

0.2.6

23 Nov 19:43
Compare
Choose a tag to compare

Bugfix: fix compatibility for PHP7

v0.2.5: Keep track of calls to schedule()

02 Jun 12:59
Compare
Choose a tag to compare

Bugfix: keep track of calls to schedule()

v0.2.4

26 May 09:07
Compare
Choose a tag to compare
Implement retry max attempts + cleanup

v0.2.3

08 Feb 15:06
Compare
Choose a tag to compare

Bugfix: Remove scheduling restriction on non-recurring transactions

v0.2.2

30 Jan 14:26
Compare
Choose a tag to compare

Bugfix: make sure we always pass a string to json_decode()

v0.2.1

26 Jan 12:43
Compare
Choose a tag to compare
  • Fix saving transactions without data
  • Ease migration from existing transactions

v0.2.0

11 Jan 14:01
Compare
Choose a tag to compare
  • Add console command to retrieve logs and lists of transactions
  • BC break: atomatically json_encode and decode data

v0.1.2

15 Nov 21:58
Compare
Choose a tag to compare

Undo previous bugfix

v0.1.1

15 Nov 21:43
Compare
Choose a tag to compare

Bugfix: scheduling a transaction caused an error

v0.1.0

06 Jul 08:51
Compare
Choose a tag to compare

Fixed:

  • Scheduled transactions were not executed at the proper time
  • Transactions to be executed are now locked before doing so
  • Some minor internal bugfixes

Added:

  • Initialization of the database now uses migrations
  • Console: add daemon installation command (depends on systemd)
  • Console: support executing a specific transaction by id

Changed:

  • Improve performance when dealing with large transaction tables