Releases: DataGrip/mongo-jdbc-driver
Releases · DataGrip/mongo-jdbc-driver
v1.10
- Update java-shell to 0.3 (see release notes)
v1.9.1
- Update java-shell to 0.2.2 (see release notes)
v1.9
- Update java-shell to 0.2.1
- Support
tlsAllowInvalidCertificates
v1.8.3
v1.8.2
v1.8.1
v1.8.0
v1.7.3
- 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
- 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