<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:37:12 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>[CSHARP-561] Deprecate some BsonDocument Add methods to AddRange and remove a few of the overloads</title>
                <link>https://jira.mongodb.org/browse/CSHARP-561</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;p&gt;Add methods normally add a single item and methods that add multiple items are normally called AddRange in .NET. We also want to eliminate a few of the less useful overloads to simplify the API.&lt;/p&gt;

&lt;p&gt;Also, change from IDictionary&amp;lt;K,V&amp;gt; parameters to IEnumerable&amp;lt;KeyValuePair&amp;lt;K,V&amp;gt;&amp;gt; parameters.&lt;/p&gt;</description>
                <environment></environment>
        <key id="49950">CSHARP-561</key>
            <summary>Deprecate some BsonDocument Add methods to AddRange and remove a few of the overloads</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="9">Done</resolution>
                                        <assignee username="robert@mongodb.com">Robert Stam</assignee>
                                    <reporter username="robert@mongodb.com">Robert Stam</reporter>
                        <labels>
                    </labels>
                <created>Sat, 8 Sep 2012 14:31:17 +0000</created>
                <updated>Wed, 14 May 2014 19:04:22 +0000</updated>
                            <resolved>Fri, 30 Nov 2012 22:50:04 +0000</resolved>
                                    <version>1.6</version>
                                    <fixVersion>1.8</fixVersion>
                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="205240" author="rstam" created="Mon, 3 Dec 2012 15:20:22 +0000"  >&lt;p&gt;Pushed to master.&lt;/p&gt;</comment>
                            <comment id="205239" author="auto" created="Mon, 3 Dec 2012 15:19:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-02T15:34:03Z&apos;, u&apos;email&apos;: u&apos;robert@10gen.com&apos;, u&apos;name&apos;: u&apos;rstam&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-561&quot; title=&quot;Deprecate some BsonDocument Add methods to AddRange and remove a few of the overloads&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-561&quot;&gt;&lt;del&gt;CSHARP-561&lt;/del&gt;&lt;/a&gt;: rename some BsonDocument Add method to AddRange.&lt;/p&gt;

&lt;p&gt;Conflicts:&lt;br/&gt;
	MongoDB.Bson/ObjectModel/BsonDocument.cs&lt;br/&gt;
	MongoDB.Driver/MongoCollection.cs&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/5bb72e562ea422d315541a945e544e08727af615&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/5bb72e562ea422d315541a945e544e08727af615&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="203619" author="rstam" created="Fri, 30 Nov 2012 22:50:04 +0000"  >&lt;p&gt;Backport to 1.8 is in code review.&lt;/p&gt;

&lt;p&gt;Only backported the AddRange methods, the rest of x2.0 work on this issue (commit e11c83) is backward breaking.&lt;/p&gt;</comment>
                            <comment id="202484" author="rstam" created="Thu, 29 Nov 2012 20:08:23 +0000"  >&lt;p&gt;Reopened to backport to 1.8.&lt;/p&gt;

&lt;p&gt;Will only backport adding the AddRange methods. The existing Add methods will be marked as deprecated but will still be there and will forward to the new AddRange methods.&lt;/p&gt;</comment>
                            <comment id="162081" author="rstam" created="Sun, 9 Sep 2012 14:42:52 +0000"  >&lt;p&gt;Pushed to x2.0.&lt;/p&gt;</comment>
                            <comment id="162077" author="auto" created="Sun, 9 Sep 2012 14:22:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-09-08T09:19:58-07:00&apos;, u&apos;email&apos;: u&apos;robert@10gen.com&apos;, u&apos;name&apos;: u&apos;rstam&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-561&quot; title=&quot;Deprecate some BsonDocument Add methods to AddRange and remove a few of the overloads&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-561&quot;&gt;&lt;del&gt;CSHARP-561&lt;/del&gt;&lt;/a&gt;: rename some BsonDocument Add method to AddRange.&lt;br/&gt;
Branch: x2.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/e11c83cdc560fce95c4dffc81639fea85bcc6a75&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/e11c83cdc560fce95c4dffc81639fea85bcc6a75&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="161952" author="rstam" created="Sat, 8 Sep 2012 16:22:28 +0000"  >&lt;p&gt;In code review.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10011"><![CDATA[Minor Change]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <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|hrh4nz:</customfieldvalue>

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