<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:20:14 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>[CDRIVER-4199] Add support for the comment field to all helpers</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-4199</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;This ticket was split from &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-742&quot; title=&quot;Add support for the comment field to all helpers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-742&quot;&gt;&lt;del&gt;DRIVERS-742&lt;/del&gt;&lt;/a&gt;, please see that ticket for a detailed description. &lt;/p&gt;</description>
                <environment></environment>
        <key id="1903830">CDRIVER-4199</key>
            <summary>Add support for the comment field to all helpers</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="13201">Fixed</resolution>
                                        <assignee username="jmikola@mongodb.com">Jeremy Mikola</assignee>
                                    <reporter username="dbeng-pm-bot">PM Bot</reporter>
                        <labels>
                            <label>size-small</label>
                    </labels>
                <created>Wed, 20 Oct 2021 20:46:17 +0000</created>
                <updated>Sat, 28 Oct 2023 11:28:17 +0000</updated>
                            <resolved>Mon, 16 May 2022 17:04:49 +0000</resolved>
                                                    <fixVersion>1.22.0</fixVersion>
                    <fixVersion>1.22.0-beta0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="4573891" author="xgen-internal-githook" created="Wed, 25 May 2022 23:54:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;vector-of-bool&apos;, &apos;email&apos;: &apos;vectorofbool@gmail.com&apos;, &apos;username&apos;: &apos;vector-of-bool&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4199&quot; title=&quot;Add support for the comment field to all helpers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4199&quot;&gt;&lt;del&gt;CDRIVER-4199&lt;/del&gt;&lt;/a&gt;: Add the &quot;comment&quot; field to getMore commands (#1014)&lt;/p&gt;

&lt;p&gt;This adds a missing &quot;comment&quot; value to getMore for changestreams. This&lt;br/&gt;
fixes test failures in the changestreams tests, which are not yet&lt;br/&gt;
enabled in this branch but has been manually validated locally.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/1a97d00d91e7251482ffa76c9b4e854a384d9ce9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/1a97d00d91e7251482ffa76c9b4e854a384d9ce9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4550566" author="xgen-internal-githook" created="Mon, 16 May 2022 17:04:28 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Jeremy Mikola&apos;, &apos;email&apos;: &apos;jmikola@gmail.com&apos;, &apos;username&apos;: &apos;jmikola&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4199&quot; title=&quot;Add support for the comment field to all helpers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4199&quot;&gt;&lt;del&gt;CDRIVER-4199&lt;/del&gt;&lt;/a&gt; comment option for CRUD methods and change streams&lt;/p&gt;

&lt;p&gt;Sync unified change stream and CRUD tests with mongodb/specifications@b8371eac99679f072672fa9c7c3ecafb279e13f1&lt;/p&gt;

&lt;p&gt;Comment option for bulkWrite, insert, update, delete, findAndModify, aggregate, and change stream operations. Attach cursor comment to getMore for MongoDB 4.4+&lt;/p&gt;

&lt;p&gt;Surface entity_map_match error if expectResult fails. The entity_map_match error contains relevant information about the failed match (e.g. field path). This is consistent with error reporting for error.expectResult later in the function.&lt;/p&gt;

&lt;p&gt;Update server doc links for database, collection, index enumeration. Also moves the retryable reads include for listDatabases to be consistent with other pages.&lt;/p&gt;

&lt;p&gt;Use BSON_ASSERT_PARAM for non-null parameter assertions in mongoc-bulk-operation.c.&lt;/p&gt;

&lt;p&gt;Co-authored-by: Kevin Albertson &amp;lt;kevin.albertson@10gen.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/29da448f7f9d08a4436fa315f6f277a1416381a8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/29da448f7f9d08a4436fa315f6f277a1416381a8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4532171" author="xgen-internal-githook" created="Fri, 6 May 2022 18:36:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Jeremy Mikola&apos;, &apos;email&apos;: &apos;jmikola@gmail.com&apos;, &apos;username&apos;: &apos;jmikola&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4309&quot; title=&quot;Use the count command instead of collStats to implement estimatedDocumentCount&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4309&quot;&gt;&lt;del&gt;CDRIVER-4309&lt;/del&gt;&lt;/a&gt;: always use count command for estimatedDocumentCount (#984)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;always use count command for estimatedDocumentCount&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update spec tests for estimatedDocumentCount&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Synced with mongodb/specifications@021cbc80e1e444023fd05d8092df4546e639db40&lt;/p&gt;

&lt;p&gt;Includes some test changes for &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4063&quot; title=&quot;Skip tests that use disabled serverless features&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4063&quot;&gt;CDRIVER-4063&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4330&quot; title=&quot;Use $$unsetOrMatches for upsert and multi in update command expectations&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4330&quot;&gt;CDRIVER-4330&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Ignore &quot;ns not found&quot; error for dropCollection operations&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This requires setting MONGOC_ERROR_API_VERSION_2 on clients under test. It was previously only set on the internal client.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Skip comment option tests pending &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4199&quot; title=&quot;Add support for the comment field to all helpers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4199&quot;&gt;&lt;del&gt;CDRIVER-4199&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/99e9893286767737d2e0cb5d55c7906c3f768656&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/99e9893286767737d2e0cb5d55c7906c3f768656&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4526995" author="jmikola@gmail.com" created="Wed, 4 May 2022 20:50:21 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/pull/982&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/pull/982&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4443119" author="jmikola@gmail.com" created="Tue, 29 Mar 2022 20:09:20 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=kevin.albertson&quot; class=&quot;user-hover&quot; rel=&quot;kevin.albertson&quot;&gt;kevin.albertson&lt;/a&gt;: I&apos;m going to add &quot;split from&quot; relationships to all of the related DRIVERS tickets so we can track all required changes in one place. The related CDRIVER tickets can then be deleted.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="1975949">PHPC-2049</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1903842">PHPLIB-749</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1903831">CXX-2400</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10620">
                    <name>Issue split</name>
                                                                <inwardlinks description="split from">
                                        <issuelink>
            <issuekey id="1978145">DRIVERS-2192</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1989409">DRIVERS-2214</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2006909">DRIVERS-2243</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2007468">DRIVERS-2244</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="938817">DRIVERS-742</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2031542">DRIVERS-2290</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1976525">DRIVERS-2188</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1976591">DRIVERS-2189</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2041529">CDRIVER-4384</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2037444">CDRIVER-4374</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2035865">CDRIVER-4371</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2053760">CDRIVER-4396</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </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_21553" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Quarter</customfieldname>
                        <customfieldvalues>
                                        <label>FY23Q2</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr6ir3:</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="16441"><![CDATA[4.4]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_22279" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Server Compat</customfieldname>
                        <customfieldvalues>
                                        <label>4.3</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_21457" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Upstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-2189&quot; title=&quot;getMore helper should explicitly send inherited comment&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-2189&quot;&gt;&lt;del&gt;DRIVERS-2189&lt;/del&gt;&lt;/a&gt;:&lt;br/&gt;
This ticket changes how &lt;tt&gt;getMore&lt;/tt&gt; command should treat the &lt;tt&gt;comment&lt;/tt&gt;. Drivers should sync unified spec tests find, aggregate, and changeStreams from &lt;a href=&quot;https://github.com/mongodb/specifications/commit/0fc77cd4a7b1b3ce6b5e29d6765cf9cc96658aff&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb/specifications@0fc77cd&lt;/a&gt;.&lt;/p&gt;</customfieldvalue>

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