Skip to content

Releases: xp-forge/mongodb

0.7.2: SASL authentication fixes

25 Feb 11:40
Compare
Choose a tag to compare
  • Fixed #6: Exception com.mongodb.Error (#40415:Location40415 "BSON field
    'saslContinue.done' is an unknown field.")
    (@thekid)
  • Fixed #7: Array to string conversion error in Document::toString()
    (@thekid)

0.7.1: XP11 compatibility

21 Oct 19:39
Compare
Choose a tag to compare
  • Made library compatible with XP 11 - @thekid

0.7.0: SSL / TLS support, PHP 8.1 fixes

16 Sep 21:21
Compare
Choose a tag to compare
  • Fixed PHP 8.1 compatibility for IteratorAggregate / ArrayAccess return
    type declarations
    (@thekid)
  • Fixed issue #4: Cannot handle binary subtype 3 - @thekid
  • Enable SSL/TLS if ssl=true or tls=true is passed in the connection
    string parameters; implements feature request #2
    (@thekid)
  • Made params for Collection::command() optional - @thekid

0.6.0: Simplified API

29 Aug 17:31
Compare
Choose a tag to compare
  • Added Cursor::first() to return the first document (or NULL).
    (@thekid)
  • Made Collection::find() also accept IDs to find single documents
    (@thekid)
  • Added Collection::command() to run arbitrary commands - @thekid
  • Simplified usage of collection methods update() and delete()
    (@thekid)

0.5.3: Socket reading fix

29 Aug 16:50
Compare
Choose a tag to compare
  • Fixed reading to ensure we have enough bytes when reading packets
    (@thekid)

0.5.2: NULL fix

08 Aug 20:37
Compare
Choose a tag to compare
  • Fixed error #22 (InvalidBSON) when using NULL values - @thekid

0.5.1: Aggregation fixes for transactions

08 Aug 20:24
Compare
Choose a tag to compare

0.5.0: Aggregation

08 Aug 11:18
Compare
Choose a tag to compare

0.4.0: Updates

08 Aug 10:28
Compare
Choose a tag to compare

0.3.1: Decimal128 fix

06 Aug 06:28
Compare
Choose a tag to compare
  • Fixed large decimal128 number parsing from a string - @thekid