<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:34:01 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>[GODRIVER-350] Change OptWriteConcern to directly wrap a writeconcern.WriteConcern</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-350</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;Currently we place the writeconcern passed to some dispatch commands, like Aggregate, as a parameter so we can control if we actually send it. We wind up having to iterate through the options slice to determine if we need to apply our own write concern or a user&apos;s write concern.&lt;/p&gt;

&lt;p&gt;Once the work in &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-272&quot; title=&quot;Implement redesigned options for the Collection methods&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-272&quot;&gt;&lt;del&gt;GODRIVER-272&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-337&quot; title=&quot;Allow option.Optioner to return an error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-337&quot;&gt;&lt;del&gt;GODRIVER-337&lt;/del&gt;&lt;/a&gt; is complete we can have the option stacks for the collection methods extract the write concern and pass it directly as the parameter for a dispatch function.&lt;/p&gt;</description>
                <environment></environment>
        <key id="522722">GODRIVER-350</key>
            <summary>Change OptWriteConcern to directly wrap a writeconcern.WriteConcern</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="divjot.arora@mongodb.com">Divjot Arora</assignee>
                                    <reporter username="kris.brandow@mongodb.com">Kristofer Brandow</reporter>
                        <labels>
                    </labels>
                <created>Thu, 5 Apr 2018 21:21:59 +0000</created>
                <updated>Sat, 28 Oct 2023 11:39:40 +0000</updated>
                            <resolved>Fri, 29 Jun 2018 18:21:31 +0000</resolved>
                                    <version>0.0.2</version>
                                    <fixVersion>0.0.9</fixVersion>
                                    <component>Options &amp;amp; Configuration</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="1935181" author="xgen-internal-githook" created="Fri, 29 Jun 2018 18:11:32 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;skriptble&apos;, &apos;name&apos;: &apos;Kris Brandow&apos;, &apos;email&apos;: &apos;kris@mongodb.com&apos;}
&lt;p&gt;Message: Merge branch &apos;pr/74&apos;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-157&quot; title=&quot;Add read preference option to db.RunCommand&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-157&quot;&gt;&lt;del&gt;GODRIVER-157&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-272&quot; title=&quot;Implement redesigned options for the Collection methods&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-272&quot;&gt;&lt;del&gt;GODRIVER-272&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-335&quot; title=&quot;Split options.OptProjection into OptFields and OptProjection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-335&quot;&gt;&lt;del&gt;GODRIVER-335&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-356&quot; title=&quot;Add ability to create Database and Collection instances with a read preference&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-356&quot;&gt;&lt;del&gt;GODRIVER-356&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-350&quot; title=&quot;Change OptWriteConcern to directly wrap a writeconcern.WriteConcern&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-350&quot;&gt;&lt;del&gt;GODRIVER-350&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-450&quot; title=&quot;Combine options that are singular entities&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-450&quot;&gt;&lt;del&gt;GODRIVER-450&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Change-Id: I713dc0fba4bbdee2445349262ea653d101e1299c&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/5fea1444e52844a15513c0d9490327b2bd89ed7c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/5fea1444e52844a15513c0d9490327b2bd89ed7c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1930285" author="roland.fong" created="Mon, 25 Jun 2018 13:07:33 +0000"  >&lt;p&gt;&lt;a href=&quot;https://review.gerrithub.io/c/mongodb/mongo-go-driver/+/416007&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.gerrithub.io/c/mongodb/mongo-go-driver/+/416007&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="552802">GODRIVER-444</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="505986">GODRIVER-272</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="521773">GODRIVER-337</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>GODRIVER-415</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htlpnz:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>