Skip to content

Releases: techfromsage/tripod-php

0.28.0

11 Dec 08:37
499eabb
Compare
Choose a tag to compare

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

04 Nov 09:08
0db75e5
Compare
Choose a tag to compare

What's Changed

  • TA-1767 Adding support for joining on _id in a view by @pogotc in #151

New Contributors

Full Changelog: 0.26.0...v0.27.0

0.26.0

12 Sep 09:39
66b935c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.25.0...0.26.0

0.25.0

09 Aug 14:48
4fa81cc
Compare
Choose a tag to compare

BREAKING CHANGES

  • Remove Tripod\Mongo\Config::getConnStr, getTransactionLogConnStr
    These were public methods but weren't part of the interface.
    Instead, getDatabase or getCollectionFor<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

22 Jan 12:11
d89fdc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.23.2...0.24.0

0.23.2

17 Jan 09:57
9d4f000
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.23.1...0.23.2

0.23.1

05 Dec 13:07
428acd7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.23.0...0.23.1

0.23.0

01 Dec 13:55
e7c7b58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.22.0...0.23.0

0.22.0

26 Oct 08:37
2bf1389
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.21.0...0.22.0

Update MongoDB library

05 Apr 15:55
1b58159
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.20.0...0.21.0