@@ -12,26 +12,11 @@ What's New
12
12
13
13
Learn what's new in:
14
14
15
- * :ref:`Version 9.1 <mongoid-version-9.1>`
16
15
* :ref:`Version 9.0 <mongoid-version-9.0>`
17
16
18
17
To view a list of releases and detailed release notes, see {+odm+}
19
18
:github:`Releases <mongodb/mongoid/releases>` on GitHub.
20
19
21
- .. _mongoid-version-9.1:
22
-
23
- What's New in 9.1
24
- -----------------
25
-
26
- The 9.1 release includes the following new features, improvements, and
27
- fixes:
28
-
29
- - Adds the ``Mongoid.allow_duplicate_index_declarations``
30
- configuration option that enables you to send index verification to
31
- the server. If a duplicate index is declared, the server raises an
32
- error. To learn more, see the :ref:`mongoid-config-options-all`
33
- section of the Application Configuration guide.
34
-
35
20
.. _mongoid-version-9.0:
36
21
37
22
What's New in 9.0
@@ -193,6 +178,15 @@ Removal of Deprecated Functionality
193
178
- The deprecated class ``{+odm+}::Errors::InvalidStorageParent`` has
194
179
been removed.
195
180
181
+ Index Verification Configuration
182
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
183
+
184
+ You can use the ``Mongoid.allow_duplicate_index_declarations``
185
+ configuration option to send index verification to
186
+ the server. If a duplicate index is declared, the server raises an
187
+ error. To learn more, see the :ref:`mongoid-config-options-all`
188
+ section of the Application Configuration guide.
189
+
196
190
``touch`` Method Clears Changed State
197
191
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
198
192
0 commit comments