Skip to content

Releases: DataGrip/mongo-jdbc-driver

v1.10

02 Feb 11:27

Choose a tag to compare

v1.9.1

22 Dec 19:08

Choose a tag to compare

v1.9

02 Dec 15:48

Choose a tag to compare

  • Update java-shell to 0.2.1
  • Support tlsAllowInvalidCertificates

v1.8.3

25 Jun 10:43

Choose a tag to compare

  • f838528 use java mongosh v0.0.3. Set scriptEngine pointer to null when connection is closed to free memory quicker
  • #9 1385307 be886b8 Support name patterns in MongoDatabaseMetaData (by @tsegall and @kornilova203)
  • #11 Fix location of java.sql.Driver

v1.8.2

09 Jun 10:47

Choose a tag to compare

v1.8.1

04 Jun 12:33

Choose a tag to compare

Changes in mongosh v0.0.2

  • Fix show collections. It used to always show collections in test database
  • Support Cursor.readPref
  • Support Cursor.readConcern

v1.8.0

03 Jun 13:32

Choose a tag to compare

v1.7.3

09 Apr 10:19

Choose a tag to compare

  • a4bd1d7 aec4716 Support different ISODate constructors e.g. ISODate("2020-04-01")
  • ccafd9f Support UUID
  • 3112272 Support BinData
  • 53f49b8 Support NumberLong and NumberInt
  • bfbc2fc Support NumberDecimal
  • b9073fa Support MinKey and MaxKey
  • a309f3d By default use standard UUID representation (0x04 binary type)
  • f1d4d05 Add UUID representations to driver properties so they are more discoverable
  • d366314 Default server selection timeout and connect timeout is 10s (used to be 30s)

v1.7.2

10 Feb 16:50

Choose a tag to compare

  • 6447b75 Fix connecting to Atlas cluster when authSource is not set in URI.
    Also fix connection exception when authMechanism is set DBE-9954
  • bd64c8e af9d1e9 Add JDBC parameter for maxPoolSize
  • 64fcfb8 support findOne command
  • 46f4ce7 default database is test
  • 56f79a3 Do not throw exception if it's not possible to extract major or minor db version DBE-9781

v1.7.1

26 Nov 09:55

Choose a tag to compare

  • #3 Properly close connections and result sets
  • 0835264 Insert missing space in property description
  • cff2bf7 Compile standalone jar