<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:37:16 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-590] Simplify server, database and collection settings</title>
                <link>https://jira.mongodb.org/browse/CSHARP-590</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;p&gt;Simplify how server, database and collection settings are created and inherited.&lt;/p&gt;

&lt;p&gt;This is accomplished by ensuring that the settings classes are simple settings holders with no-argument constructors and delaying the inheritance of settings until the corresponding database or collection object is created.&lt;/p&gt;

&lt;p&gt;We are also removing the name from the database and collection settings and the defaultDocumentType from the collection settings. These are now considered intrinsic to the identity of the database or collection, whereas the settings are optional values that control some aspects of how the database or collection is used.&lt;/p&gt;

&lt;p&gt;This is backward breaking but easy to fix.&lt;/p&gt;</description>
                <environment></environment>
        <key id="52403">CSHARP-590</key>
            <summary>Simplify server, database and collection settings</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>Fri, 5 Oct 2012 13:45:56 +0000</created>
                <updated>Thu, 20 Mar 2014 14:35:42 +0000</updated>
                            <resolved>Wed, 5 Dec 2012 21:16:49 +0000</resolved>
                                    <version>1.7</version>
                                    <fixVersion>1.8</fixVersion>
                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="207442" author="rstam" created="Wed, 5 Dec 2012 21:17:00 +0000"  >&lt;p&gt;Pushed to master.&lt;/p&gt;</comment>
                            <comment id="207385" author="auto" created="Wed, 5 Dec 2012 20:15:52 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-04T22:15:29Z&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-590&quot; title=&quot;Simplify server, database and collection settings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-590&quot;&gt;&lt;del&gt;CSHARP-590&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-604&quot; title=&quot;Simplify GridFS settings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-604&quot;&gt;&lt;del&gt;CSHARP-604&lt;/del&gt;&lt;/a&gt;: simplify server, database, collection and GridFS settings classes.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/b6a1192fd0806a1417ba96cd0fc33c7c5f02b700&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/b6a1192fd0806a1417ba96cd0fc33c7c5f02b700&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="202494" author="rstam" created="Thu, 29 Nov 2012 20:14:16 +0000"  >&lt;p&gt;Reopened to backport to 1.8 (if possible).&lt;/p&gt;

&lt;p&gt;We may change our minds on this if it can&apos;t be accomplished in a way that is backwards compatible.&lt;/p&gt;</comment>
                            <comment id="176461" author="auto" created="Thu, 18 Oct 2012 03:13:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-10-16T14:43:16-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-590&quot; title=&quot;Simplify server, database and collection settings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-590&quot;&gt;&lt;del&gt;CSHARP-590&lt;/del&gt;&lt;/a&gt;: changed MongoDatabaseSettings and MongoCollectionSettings to use the new Setting&amp;lt;T&amp;gt; class.&lt;br/&gt;
Branch: x2.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/3eda8a5dbe165bcd028ec69c8564e2157d6ba697&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/3eda8a5dbe165bcd028ec69c8564e2157d6ba697&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="171856" author="auto" created="Fri, 5 Oct 2012 14:11:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-10-05T07:02:38-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-590&quot; title=&quot;Simplify server, database and collection settings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-590&quot;&gt;&lt;del&gt;CSHARP-590&lt;/del&gt;&lt;/a&gt;: Removed AddressFamily from MongoServerSettings (because it&apos;s not a setting). Several commits preceding this one are also for &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-590&quot; title=&quot;Simplify server, database and collection settings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-590&quot;&gt;&lt;del&gt;CSHARP-590&lt;/del&gt;&lt;/a&gt;.&lt;br/&gt;
Branch: x2.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/416b4f4e4728d68c6ae66c18c68ebc1795545863&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/416b4f4e4728d68c6ae66c18c68ebc1795545863&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="171855" author="auto" created="Fri, 5 Oct 2012 14:11:47 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-10-05T07:02:38-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-590&quot; title=&quot;Simplify server, database and collection settings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-590&quot;&gt;&lt;del&gt;CSHARP-590&lt;/del&gt;&lt;/a&gt;: Removed AddressFamily from MongoServerSettings (because it&apos;s not a setting). Several commits preceding this one are also for &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-590&quot; title=&quot;Simplify server, database and collection settings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-590&quot;&gt;&lt;del&gt;CSHARP-590&lt;/del&gt;&lt;/a&gt;.&lt;br/&gt;
Branch: x2.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/416b4f4e4728d68c6ae66c18c68ebc1795545863&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/416b4f4e4728d68c6ae66c18c68ebc1795545863&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="53116">CSHARP-604</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|hrjudb:</customfieldvalue>

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