Releases: traderinteractive/mongo-queue-php
Releases · traderinteractive/mongo-queue-php
Version 1.0.1
No major changes were made during this release, but there are a few minor changes to improve performance and the development environment for the project.
Minor Changes
- Changed indexes to initiate in the background on the database. The method call will still wait, though.
- Added a
created
field to the mongo document so on requeue or acksend, (when the id is reused) the time is still updated. This shouldn't affect existing code because existing documents will still be fetched out of the queue like normal. - A better build environment for contributors.