Releases: traderinteractive/mongo-queue-php
Releases · traderinteractive/mongo-queue-php
Version 4.1.0: Unordered Queue
Version 4.0.1: PHP 8 Deprecation fix
What's Changed
- Fix deprecation notice about implicit cast of floats. by @chrisryan in #70
Full Changelog: v4.0.0...v4.0.1
Version 4.0.0: PHP 8 Support
What's Changed
- Update to support PHP 8.x by @chrisryan in #68
- Fix/Update builds by @chrisryan in #67
Backwards Breaking changes
- Removed support for PHP 7.1 and older
- Removed support for MonogDB driver 1.3 and older
Full Changelog: v3.0.1...v4.0.0
Version 3.0.1: Feverish Software Mania
Minor Features
- Include machineName in message document [PR #64]
Version 3.0.0-alpha1
Backwards Compatibility Breakers
- Version 3 [PR #60]
- Update LICENSE file
- Change package owner to
traderinteractive
- Change Namespace to
TraderInteractive
- Add .github files CODEOWNERS, PULL_REQUEST_TEMPLATE, ISSUE_TEMPLATE & CONTRIBUTING
- Remove support for PHP < 7
- Switch to PSR2 coding standard
- Update README
- Remove composer.lock from version control
- Update Travis-CI config
- Update Scrutinizer config
- Update Coveralls config
- Update to PHPUnit 6
- Switch to phpunit.xml.dist config
- Add parameter and return type hints where possible
- Add Message class
- Remove Queue::ackSend()
Version 2.0.4
Version 2.0.3
Bug Fixes
- Fix millisecond / max int / second issue [PR #50]
Version 2.0.1
Minor Features
- Loosen restrictions to PHP 5.6 or PHP 7 [PR #48]
Version 1.2.0
Major Features
- Construct Queue with MongoCollection [PR #40]
Minor Features
- Add Interfaces and trait [PR #39]
Developer Changes
- Remove code checker config from scrutinizer. [PR #38]
- Integrate with coveralls. [PR #37]
- Add scrutinizer configuration. [PR #36]
- Sync and install packages in same command. [PR #35]
- Use php 5.4 array syntax. [PR #34]
- Remove PHP 5.3 support. [PR #33]
- Update composer. [PR #32]
- Multiple versions of mongo db and extension in travis [PR #30]
- Switch to use nubs/phpunit base docker image. [PR #29]
- Use fig instead of dockerBuild.php. [PR #28]
- Update build scripts to use phpunit/phpcs as a library and more. [PR #27]
- Create a docker-based build. [PR #26]
Version 1.1.0
Major Features
- Add newTimestamp parameter and functionality to ackSend() and requeue(). Also add prefix check for indexes. [PR #17]