<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:21:11 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DRIVERS-291] Support providing collation per operation</title>
                <link>https://jira.mongodb.org/browse/DRIVERS-291</link>
                <project id="10980" key="DRIVERS">Drivers</project>
                    <description>&lt;p&gt;As of server version 3.4 (max wire version 5), a collation option is supported for some commands. Helpers for the following commands therefore must be updated:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;tt&gt;create&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;createIndexes&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;aggregate&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;count&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;distinct&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;find&lt;/tt&gt; (command only)&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;findAndModify&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;geoNear&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;group&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;mapReduce&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;remove&lt;/tt&gt; (command)&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;update&lt;/tt&gt; (command)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The follow CRUD API methods are thus affected. Supporting a collation option for these methods is required:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;tt&gt;count&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;distinct&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;find&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;deleteOne&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;deleteMany&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;findOneAndDelete&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;findOneAndReplace&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;findOneAndUpdate&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;replaceOne&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;updateMany&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;updateOne&lt;/tt&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;h3&gt;&lt;a name=&quot;Supportdefininganindexasakeypattern&quot;&gt;&lt;/a&gt;Support defining an index as a key pattern&lt;/h3&gt;
&lt;p&gt;Creating an index, dropping an index, and providing an index hint will support collations defined as documents.&lt;/p&gt;


&lt;h3&gt;&lt;a name=&quot;Noteaboutbulkwrites&quot;&gt;&lt;/a&gt;Note about bulk writes&lt;/h3&gt;
&lt;p&gt;Given the definition of a Bulk Write Model as a document in the form:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ updateOne: {  filter: {..}, update: {...} } }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
&lt;p&gt;or &lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ deleteOne: {  filter: {..} } }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
&lt;p&gt;etc., a collation can be defined for each bulk write model as in the following example:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;db.collection.bulkWrite([&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{updateOne: {..., collation: {...}}},&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{updateMany: {..., collation: {...}}},&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{replaceOne: {..., collation: {...}}},&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{deleteOne: {..., collation: {...}}},&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{deleteMany: {..., collation: {...}}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;]);&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;The driver must not automatically add a collation to any of the Bulk Write Models; the user must explicitly provide the collation to each.&lt;/p&gt;</description>
                <environment></environment>
        <key id="269173">DRIVERS-291</key>
            <summary>Support providing collation per operation</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="barrie">Barrie Segal</assignee>
                                    <reporter username="rathi.gnanasekaran">Rathi Gnanasekaran</reporter>
                        <labels>
                    </labels>
                <created>Tue, 1 Mar 2016 18:28:53 +0000</created>
                <updated>Fri, 27 May 2022 01:33:31 +0000</updated>
                            <resolved>Mon, 31 Oct 2016 18:00:01 +0000</resolved>
                                                                            <votes>0</votes>
                                    <watches>18</watches>
                                                                                                                <comments>
                            <comment id="1422056" author="rathi.gnanasekaran" created="Mon, 31 Oct 2016 18:00:01 +0000"  >&lt;p&gt;Resolving ticket as all linked tickets are closed. &lt;/p&gt;</comment>
                            <comment id="1354547" author="xgen-internal-githook" created="Thu, 11 Aug 2016 18:45:13 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@10gen.com&apos;}
&lt;p&gt;Message: Merge pull request #93 from estolfo/&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-291&quot; title=&quot;Support providing collation per operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-291&quot;&gt;&lt;del&gt;DRIVERS-291&lt;/del&gt;&lt;/a&gt;-collation&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-291&quot; title=&quot;Support providing collation per operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-291&quot;&gt;&lt;del&gt;DRIVERS-291&lt;/del&gt;&lt;/a&gt; Add collation option to CRUD spec&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/5099563c7e212ac6ed6b1edf0da451a1d609b332&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/5099563c7e212ac6ed6b1edf0da451a1d609b332&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1354546" author="xgen-internal-githook" created="Thu, 11 Aug 2016 18:45:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@10gen.com&apos;}
&lt;p&gt;Message: Merge pull request #93 from estolfo/&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-291&quot; title=&quot;Support providing collation per operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-291&quot;&gt;&lt;del&gt;DRIVERS-291&lt;/del&gt;&lt;/a&gt;-collation&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-291&quot; title=&quot;Support providing collation per operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-291&quot;&gt;&lt;del&gt;DRIVERS-291&lt;/del&gt;&lt;/a&gt; Add collation option to CRUD spec&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/5099563c7e212ac6ed6b1edf0da451a1d609b332&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/5099563c7e212ac6ed6b1edf0da451a1d609b332&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1354545" author="xgen-internal-githook" created="Thu, 11 Aug 2016 18:45:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;estolfo&apos;, u&apos;name&apos;: u&apos;Emily&apos;, u&apos;email&apos;: u&apos;emily@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-291&quot; title=&quot;Support providing collation per operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-291&quot;&gt;&lt;del&gt;DRIVERS-291&lt;/del&gt;&lt;/a&gt; Add collation option to CRUD spec&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/412bcd9e83b3ca374183710d1b62b3ab0470b21a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/412bcd9e83b3ca374183710d1b62b3ab0470b21a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1350863" author="xgen-internal-githook" created="Mon, 8 Aug 2016 22:50:18 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;ajdavis&apos;, u&apos;name&apos;: u&apos;A. Jesse Jiryu Davis&apos;, u&apos;email&apos;: u&apos;jesse@emptysquare.net&apos;}
&lt;p&gt;Message: Merge pull request #94 from estolfo/&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-291&quot; title=&quot;Support providing collation per operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-291&quot;&gt;&lt;del&gt;DRIVERS-291&lt;/del&gt;&lt;/a&gt;-collation-update&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-291&quot; title=&quot;Support providing collation per operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-291&quot;&gt;&lt;del&gt;DRIVERS-291&lt;/del&gt;&lt;/a&gt; Update collation language following decision to only support it per-operation&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/0a14ffe82597e89fd4666183f4a9fc69e0a2ba14&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/0a14ffe82597e89fd4666183f4a9fc69e0a2ba14&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1350862" author="xgen-internal-githook" created="Mon, 8 Aug 2016 22:50:17 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;ajdavis&apos;, u&apos;name&apos;: u&apos;A. Jesse Jiryu Davis&apos;, u&apos;email&apos;: u&apos;jesse@emptysquare.net&apos;}
&lt;p&gt;Message: Merge pull request #94 from estolfo/&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-291&quot; title=&quot;Support providing collation per operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-291&quot;&gt;&lt;del&gt;DRIVERS-291&lt;/del&gt;&lt;/a&gt;-collation-update&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-291&quot; title=&quot;Support providing collation per operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-291&quot;&gt;&lt;del&gt;DRIVERS-291&lt;/del&gt;&lt;/a&gt; Update collation language following decision to only support it per-operation&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/0a14ffe82597e89fd4666183f4a9fc69e0a2ba14&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/0a14ffe82597e89fd4666183f4a9fc69e0a2ba14&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1350861" author="xgen-internal-githook" created="Mon, 8 Aug 2016 22:50:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;estolfo&apos;, u&apos;name&apos;: u&apos;Emily&apos;, u&apos;email&apos;: u&apos;emily@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-291&quot; title=&quot;Support providing collation per operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-291&quot;&gt;&lt;del&gt;DRIVERS-291&lt;/del&gt;&lt;/a&gt; Update collation language following decision to only support it per-operation&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/73a4a0d18d6b76f237f55494c5db7fb63acf021b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/73a4a0d18d6b76f237f55494c5db7fb63acf021b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1274468" author="xgen-internal-githook" created="Wed, 25 May 2016 08:52:08 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;estolfo&apos;, u&apos;name&apos;: u&apos;Emily S&apos;, u&apos;email&apos;: u&apos;emily@10gen.com&apos;}
&lt;p&gt;Message: Merge pull request #85 from estolfo/&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-291&quot; title=&quot;Support providing collation per operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-291&quot;&gt;&lt;del&gt;DRIVERS-291&lt;/del&gt;&lt;/a&gt;-collation&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-291&quot; title=&quot;Support providing collation per operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-291&quot;&gt;&lt;del&gt;DRIVERS-291&lt;/del&gt;&lt;/a&gt; Add collation option to Index management spec&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/25b9daace8f4ca8d2a4654104e2938f98a4728df&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/25b9daace8f4ca8d2a4654104e2938f98a4728df&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1274467" author="xgen-internal-githook" created="Wed, 25 May 2016 08:52:07 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;estolfo&apos;, u&apos;name&apos;: u&apos;Emily S&apos;, u&apos;email&apos;: u&apos;emily@10gen.com&apos;}
&lt;p&gt;Message: Merge pull request #85 from estolfo/&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-291&quot; title=&quot;Support providing collation per operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-291&quot;&gt;&lt;del&gt;DRIVERS-291&lt;/del&gt;&lt;/a&gt;-collation&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-291&quot; title=&quot;Support providing collation per operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-291&quot;&gt;&lt;del&gt;DRIVERS-291&lt;/del&gt;&lt;/a&gt; Add collation option to Index management spec&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/25b9daace8f4ca8d2a4654104e2938f98a4728df&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/25b9daace8f4ca8d2a4654104e2938f98a4728df&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1274466" author="xgen-internal-githook" created="Wed, 25 May 2016 08:52:06 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;estolfo&apos;, u&apos;name&apos;: u&apos;Emily&apos;, u&apos;email&apos;: u&apos;emily@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-291&quot; title=&quot;Support providing collation per operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-291&quot;&gt;&lt;del&gt;DRIVERS-291&lt;/del&gt;&lt;/a&gt; Note server version for which collation applies&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/c1159894b043e423f6071d413d97236c03621881&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/c1159894b043e423f6071d413d97236c03621881&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1274465" author="xgen-internal-githook" created="Wed, 25 May 2016 08:52:05 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;estolfo&apos;, u&apos;name&apos;: u&apos;Emily&apos;, u&apos;email&apos;: u&apos;emily@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-291&quot; title=&quot;Support providing collation per operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-291&quot;&gt;&lt;del&gt;DRIVERS-291&lt;/del&gt;&lt;/a&gt; Add collation option to Index management spec&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/675501681d00acc63fd1f95bf808a48bf740bb68&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/675501681d00acc63fd1f95bf808a48bf740bb68&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="300445">CDRIVER-1372</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="300443">CSHARP-1706</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="300441">CXX-970</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="300442">CXX-971</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="300447">JAVA-2241</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="300448">NODE-754</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="300527">PHPC-734</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="300528">PHPLIB-205</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="300450">PYTHON-1113</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="300451">RUBY-1126</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="668404">RUST-34</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="13313">SERVER-1920</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="313559">DOCS-8730</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="309113">DOCS-8602</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="288318">SERVER-24239</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                            <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_23952" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Driver Compliance</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<style type='text/css'>
         #scriptField, #scriptField *{
                border: 1px solid black;
            }

            #scriptField{
                border-collapse: collapse;
            }

            #scriptField td {
                text-align: center; /* Center-align text in table cells */
            }

            #scriptField td.key {
                text-align: left; /* Left-align text in the Key column */
            }

            #scriptField a {
                text-decoration: none; /* Remove underlines from links */
                border: none; /* Remove border from links */
            }
            
            /* Add green background color to cells with FixVersion */
            #scriptField td.hasFixVersion {
                background-color: #00FF00; /* Green color code */
            }

            /* Center-align the first row headers */
            #scriptField th {
                text-align: center;
            }
        </style>
<table id='scriptField'>
  <tr>
    <th>Key</th>
    <th>Status/Resolution</th>
    <th>FixVersion</th>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CXX-971'>CXX-971</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>3.1.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/JAVA-2241'>JAVA-2241</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>3.4.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CXX-970'>CXX-970</a>
    </td>
    <td>Won't Fix</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PYTHON-1113'>PYTHON-1113</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>3.4</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CDRIVER-1372'>CDRIVER-1372</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>1.5.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PERL-635'>PERL-635</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>1.6.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/NODE-754'>NODE-754</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>2.2.7</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CSHARP-1706'>CSHARP-1706</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>2.4</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/RUBY-1126'>RUBY-1126</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>2.4.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PHPC-734'>PHPC-734</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>1.2.0-alpha3, 1.2.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PHPLIB-205'>PHPLIB-205</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>1.1.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/SCALA-249'>SCALA-249</a>
    </td>
    <td>Done</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/RUST-34'>RUST-34</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>0.9.0-alpha</td>
  </tr>
</table>]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hsixun:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_11150" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>SERVER fixVersion</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="12556"><![CDATA[3.4]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_22279" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Server Compat</customfieldname>
                        <customfieldvalues>
                                        <label>3.3</label>
            <label>3.4</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_14261" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>Start date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 1 Mar 2016 00:00:00 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>