This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Commit efc897a 1 parent 7754c1e commit efc897a Copy full SHA for efc897a
File tree 1 file changed +6
-4
lines changed
documentation/manual/src/main/asciidoc/migration
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 9
9
This patch release updates the underlying MongoDB Java driver from 3.11 to 4.11. It also fixes some incompatibilities
10
10
with more recent versions of MongoDB that prevent 5.4.1.Final from executing native queries.
11
11
12
- As a consequence of the driver update, the oldest MongoDB server release that hibernate-ogm will connect to is now 3.6 (which reached
12
+ As a consequence of the driver update, the oldest MongoDB server release that Hibernate OGM will connect to is now 3.6 (which reached
13
13
end of life in April 2021).
14
14
15
15
=== MongoDB Server
16
16
17
- Recent versions of the MongoDB server have removed support for some features on which hibernate-ogm depend. In particular:
17
+ Recent versions of the MongoDB server have removed support for some features on which Hibernate OGM depend. In particular:
18
18
19
- * MongoDB 4.2 removed support for the `$eval` command, on which hibernate-ogm support for stored procedures depends.
19
+ * MongoDB 4.2 removed support for the `$eval` command, on which Hibernate OGM support for stored procedures depends.
20
+ * MongoDB 4.0 removed support for the `$snapshot` and `$maxscan` query modifiers, and these modifiers are now ignored for
21
+ native queries.
20
22
21
- All other hibernate-ogm tests of MongoDB support are passing with MongoDB 3.6, up through the latest release of MongoDB
23
+ All other Hibernate OGM tests of MongoDB support are passing with MongoDB 3.6, up through the latest release of MongoDB
22
24
(currently MongoDB 8.0).
23
25
24
26
You can’t perform that action at this time.
0 commit comments