Skip to content

Releases: xp-forge/mongodb

2.5.0: Reconnect performance

02 Dec 19:36

Choose a tag to compare

  • Merged PR #49: Set a timeout of 1 second when issuing a ping - @thekid

2.4.1: ObjectID & forked subprocesses fix

02 Dec 19:36

Choose a tag to compare

  • Fixed possible collisions in ObjectId::create() when used within a
    forked subprocess by including the process ID in the random value's
    calculation.
    (@thekid)

2.4.0: Retry accessor

14 Oct 07:02

Choose a tag to compare

  • Merged PR #48: Extend error handling to include if a write was retried
    (@thekid)

2.3.1: No primary fix

02 Apr 13:15

Choose a tag to compare

  • Fixed "undefined index primary" when no primary is available - @thekid

2.3.0: XP 12 compatibility

24 Mar 12:34

Choose a tag to compare

  • Made compatible with XP 12 - @thekid

2.2.0: FindAndModify

30 Dec 13:30

Choose a tag to compare

2.1.0: Retry NotPrimary

10 Sep 17:56

Choose a tag to compare

  • Merged PR #43: Retry "Exception: not primary" when writing (fixes #42)
    (@thekid)

2.0.0: Command options

19 Aug 14:57

Choose a tag to compare

The second major release adds the possibility to pass additional options to all commands, including read preference as well as read and write concerns.

1.15.0: Authentication mechanism negotiation

18 Aug 11:51

Choose a tag to compare

  • Merged PR #38: Support authentication mechanism negotiation. This way,
    we default to using SCRAM-SHA-256 if the server supports it as mandated
    by the specification.
    (@thekid)

1.14.0: SCRAM-SHA-256

17 Aug 19:32

Choose a tag to compare

  • Merged PR #37: Implement SCRAM-SHA-256 authentication. Implements #8
    (@thekid)