<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:58:24 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>[CXX-168] C++ driver functionality is years behind other drivers</title>
                <link>https://jira.mongodb.org/browse/CXX-168</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description>&lt;p&gt;The C++ driver is missing some core functionality from other drivers.  &lt;/p&gt;

&lt;p&gt;We know that this driver is recommended by MongoDB (&lt;a href=&quot;http://docs.mongodb.org/ecosystem/drivers/cpp/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docs.mongodb.org/ecosystem/drivers/cpp/&lt;/a&gt;), but it is missing many features that are in, for instance, the Java API.&lt;/p&gt;

&lt;p&gt;WriteConcern and MongoClient changes from November 2012: &lt;a href=&quot;http://docs.mongodb.org/ecosystem/drivers/cpp/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docs.mongodb.org/ecosystem/drivers/cpp/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Bulk Write support for MongoDB 2.6&lt;br/&gt;
Insert/Update/Delete return a count of rows changed in MongoDB 2.6.&lt;br/&gt;
&lt;a href=&quot;http://docs.mongodb.org/master/release-notes/2.6/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docs.mongodb.org/master/release-notes/2.6/&lt;/a&gt;&lt;/p&gt;
</description>
                <environment></environment>
        <key id="129511">CXX-168</key>
            <summary>C++ driver functionality is years behind other drivers</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="3">Duplicate</resolution>
                                        <assignee username="andrew.morrow@mongodb.com">Andrew Morrow</assignee>
                                    <reporter username="GerryF">Gerry F</reporter>
                        <labels>
                            <label>legacy-cxx</label>
                    </labels>
                <created>Fri, 4 Apr 2014 22:19:25 +0000</created>
                <updated>Mon, 28 Apr 2014 15:33:10 +0000</updated>
                            <resolved>Mon, 28 Apr 2014 15:33:10 +0000</resolved>
                                                                    <component>API</component>
                                        <votes>1</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="565476" author="acm" created="Mon, 28 Apr 2014 15:33:10 +0000"  >&lt;p&gt;All of the issues identified in this ticket have been broken out into individual tickets and are linked from here. Closing since no further action will happen on this ticket.&lt;/p&gt;</comment>
                            <comment id="565468" author="gerryf" created="Mon, 28 Apr 2014 15:28:43 +0000"  >&lt;p&gt;Thanks, Tyler and Andrew, for doing the audit and filing the detailed entries.&lt;/p&gt;

&lt;p&gt;As a result, I am happy to close this ticket and will be watching the specific tickets closely &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="561967" author="tyler@10gen.com" created="Thu, 24 Apr 2014 18:18:12 +0000"  >&lt;p&gt;Hi Gerry,&lt;/p&gt;

&lt;p&gt;We have recently completed an audit of the C++ driver to identify and ticket missing functionality. We have linked this ticket to the specific tickets that track the issues you identified above. If it is OK with you, we would like to close this ticket in favor of the more specific per-feature tickets.&lt;/p&gt;

&lt;p&gt;If you&apos;d like to track the overall progress of the driver towards feature parity please watch the roadmap:&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/CXX#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/CXX#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In particular, the majority of the missing features are currently targeted for the upcoming legacy-0.9.0 release.&lt;/p&gt;

&lt;p&gt;Please let us know if that is all right or if there is anything else we can do for you in this ticket.&lt;/p&gt;</comment>
                            <comment id="536390" author="acm" created="Fri, 4 Apr 2014 22:28:22 +0000"  >&lt;p&gt;Yes, we know.&lt;/p&gt;

&lt;p&gt;One of the primary motivations for separating the C++ driver code out of the server repository and into its own repository was so that we could iterate on implementing the missing functionality without being tied to the server release cycle. Once we have stabilized and minimized the driver in its new home we will begin implementing the missing functionality.&lt;/p&gt;

&lt;p&gt;That work should begin sometime in the next month according to our current schedule.&lt;/p&gt;

&lt;p&gt;In the future, it is more helpful if you file individual tickets for each item of missing functionality so that work can be tracked independently.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="131113">CXX-175</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="131232">CXX-194</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="107960">CXX-20</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="131125">CXX-182</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_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hribt3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>20560</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>