Skip to content

Releases: xp-forge/mongodb

2.4.0: Retry accessor

14 Oct 07:02
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Made compatible with XP 12 - @thekid

2.2.0: FindAndModify

30 Dec 13:30
Compare
Choose a tag to compare

2.1.0: Retry NotPrimary

10 Sep 17:56
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Merged PR #37: Implement SCRAM-SHA-256 authentication. Implements #8
    (@thekid)

1.13.0: Fix "cursor id ... not found"

17 Aug 10:40
Compare
Choose a tag to compare
  • Merged PR #36: Introduce Commands class which keeps all messages on the
    same connection, fixing #29 (Error: cursor id "..." not found). Note:
    This changes the low-level internal API inside the io package!
    (@thekid)

1.12.0: Document property references

09 Aug 20:09
Compare
Choose a tag to compare
  • Merged PR #35: Return document properties by reference - @thekid