Releases: techfromsage/tripod-php
Releases · techfromsage/tripod-php
0.28.0
0.28.0
- Support non-breaking change of a second format of indexes, allowing to pass in an optional second parameter for Mongo index options (e.g. sparse=>true, unique=>true)
(Apologies for non-squashed merge - so used to repositories being set automatically to do this and didn't notice this project wasn't!)
v0.27.0
0.26.0
What's Changed
- PLT-856 Fix ensureIndexes with
$reindex = true
by @mrliptontea in #149 - PLT-856 Update PHPUnit by @mrliptontea in #150
- Drop PHP 5 support. Minimum required version is now 7.3.
Full Changelog: 0.25.0...0.26.0
0.25.0
- PLT-842 Update Mongo driver connection options by @mrliptontea in #148
BREAKING CHANGES
- Remove
Tripod\Mongo\Config::getConnStr
,getTransactionLogConnStr
These were public methods but weren't part of the interface.
Instead,getDatabase
orgetCollectionFor<X>
should be used.
Features
- Allow MongoDB connection string to include options
- Add missing methods to
IConfigInstance
- Don't force default
connectTimeoutMS
if already set in connection string - Correct config instance type in docblocks
- Correct Labeller type in MongoGraph
- Test against PHP 7.4, MongoDB replica sets
- Add test to cover
JobBase::getTripodConfig
Full Changelog: 0.24.0...0.25.0
0.24.0
What's Changed
- PLT-299 Remove Resque event listeners from JobBase constructor by @mrliptontea in #147
Full Changelog: 0.23.2...0.24.0
0.23.2
What's Changed
- PLT-244 Fix Tripod Resque event listeners by @mrliptontea in #146
Full Changelog: 0.23.1...0.23.2
0.23.1
What's Changed
- PLT-71 Fix Undefined array key in remove triple by @mrliptontea in #145
Full Changelog: 0.23.0...0.23.1
0.23.0
0.22.0
What's Changed
- PLAT-6747 Bump Mongo to 3.2 in development and build by @mrliptontea in #142
- PLT-72 MongoDB extension and library upgrade by @mrliptontea in #143
New Contributors
- @mrliptontea made their first contribution in #142
Full Changelog: 0.21.0...0.22.0