Skip to content

Tags: alcaeus/mongo-php-adapter

Tags

1.2.5

Toggle 1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid using private API to fix regression (#307)

1.2.4

Toggle 1.2.4's commit message

Verified

This tag was signed with the committer’s verified signature.
alcaeus Andreas Braun
Release 1.2.4

1.2.3

Toggle 1.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
alcaeus Andreas Braun
Add instrumentation when connecting

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Provide compatibility with PHP 8.1 (#290)

* Run tests on PHP 8.1

* Add ReturnTypeWillChange attributes where necessary

* Remove invalid use of parse_url result

* Drop ubuntu-16.04 in GitHub Actions

* Use lower driver versions on PHP < 7.2

1.2.1

Toggle 1.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
alcaeus Andreas Braun
1.2.1

- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 2

task
----

 - [283: Fix PHPUnit issues](#283) thanks to @alcaeus

bug
---

 - [281: Fix converting DateTimeInterface to BSON in php 7.4](#281) thanks to @nonameffh

1.2.0

Toggle 1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
alcaeus Andreas Braun
Release 1.2.0

1.1.13

Toggle 1.1.13's commit message

Verified

This tag was signed with the committer’s verified signature.
alcaeus Andreas Braun
1.1.13

- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2

bug
---

 - [274: Fix wrong handling of timezones when converting UTCDateTime](#274) thanks to @alcaeus and @carlos-granados

1.1.12

Toggle 1.1.12's commit message

Verified

This tag was signed with the committer’s verified signature.
alcaeus Andreas Braun
1.1.12

- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2

bug
---

 - [271: Always return 1 for health in MongoClient::getHosts](#271) thanks to @alcaeus and @pankaj-sendinblue

1.1.11

Toggle 1.1.11's commit message

Verified

This tag was signed with the committer’s verified signature.
alcaeus Andreas Braun
1.1.11

- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 1

enhancement
-----------

 - [263: Fix errors on PHP 7.4](#263) thanks to @alcaeus

bug
---

 - [262: Fix memory leak due to partially iterated generators](#262) thanks to @alcaeus

1.1.10

Toggle 1.1.10's commit message

Verified

This tag was signed with the committer’s verified signature.
alcaeus Andreas Braun
1.1.10

- Total issues resolved: 1
- Total pull requests resolved: 3
- Total contributors: 2

bug
---

 - [261: Fix cursor interface inheritance](#261) thanks to @alcaeus
 - [260: Fix tests when running against newer servers/drivers](#260) thanks to @alcaeus
 - [259: Implement Countable in MongoCursor](#259) thanks to @marcinrosinski