Releases: tigron/skeleton-transaction
Releases · tigron/skeleton-transaction
0.2.6
Bugfix: fix compatibility for PHP7
v0.2.5: Keep track of calls to schedule()
Bugfix: keep track of calls to schedule()
v0.2.4
Implement retry max attempts + cleanup
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.2
Undo previous bugfix
v0.1.1
Bugfix: scheduling a transaction caused an error
v0.1.0
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