Skip to content

Releases: facile-it/mongodb-bundle

Driver option factory added, php version and other fixes

27 Dec 14:03
Compare
Choose a tag to compare
  • Driver options are now build by services implementing DriverOptionsInterface, thanks @antoniojlm84
  • Minimum php version is now 7.2
  • Symfony version supported are 3.4.* and ^4.3
  • Some deprecation warning fixed

1.0.0-ALPHA1: Minimum php version increased to 7.1

02 Aug 15:02
3320f8f
Compare
Choose a tag to compare
* Minimum php version -> 7.1
* Dropped support for Symfony 2.8
* Added facile-coding-standard and cs-fixer
* Added phpstan

0.7.4

29 Jun 08:15
Compare
Choose a tag to compare

Fixes #80 thanks @Jean85

0.7.3

27 May 08:02
Compare
Choose a tag to compare

#74 removed some deprecations (thank to @Jean85)

0.7.2

02 May 22:30
Compare
Choose a tag to compare

Fix (again) MongoFixtureInterface #70
Fixed bug in ordered fixture loading #71
Some improvements in travis CI

0.7.1

11 Mar 23:59
96e6873
Compare
Choose a tag to compare

Fix MongoFixtureInterface signature #68
CI updates minimum stability on-the-fly #69

0.7.0

27 Dec 08:20
Compare
Choose a tag to compare

URI configuration option added to the client, thanks to @duxet

0.6.7

12 Oct 22:22
Compare
Choose a tag to compare

Return type in new interface fix

0.6.6

12 Oct 21:53
Compare
Choose a tag to compare

Fixtures loading order by numbering, thanks to @marcm-nix

0.6.5

18 Jan 09:25
62cee2c
Compare
Choose a tag to compare

Fix Profiler errors on symfony4+, thanks to @Dameon87