<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:34:59 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-793] Remove all public use of &apos;x&apos; packages in the options package</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-793</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;Remove public use of &apos;x&apos; packages in &lt;tt&gt;options&lt;/tt&gt; package.  For example:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;tt&gt;TopologyOptions []topology.Option&lt;/tt&gt; in &lt;tt&gt;ClientOptions&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;ConnString connstring.ConnString&lt;/tt&gt;  in &lt;tt&gt;ClientOptions&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;func (af *ArrayFilters) ToArray() (bsonx.Arr, error)&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;func (co *Collation) ToDocument() bsonx.Doc&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;func (u *UploadOptions) SetMetadata(doc bsonx.Doc) *UploadOptions&lt;/tt&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;I don&apos;t know of an automated way to find all the places that have been overlooked.  Just found these by manual inspection. &lt;/p&gt;</description>
                <environment></environment>
        <key id="680021">GODRIVER-793</key>
            <summary>Remove all public use of &apos;x&apos; packages in the options package</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="kris.brandow@mongodb.com">Kristofer Brandow</assignee>
                                    <reporter username="jeff.yemin@mongodb.com">Jeffrey Yemin</reporter>
                        <labels>
                    </labels>
                <created>Wed, 30 Jan 2019 02:15:55 +0000</created>
                <updated>Sat, 28 Oct 2023 11:39:09 +0000</updated>
                            <resolved>Tue, 19 Feb 2019 21:42:26 +0000</resolved>
                                                    <fixVersion>1.0.0-rc1</fixVersion>
                                    <component>Options &amp;amp; Configuration</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="2156325" author="xgen-internal-githook" created="Tue, 19 Feb 2019 21:42:09 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Kris Brandow&apos;, &apos;email&apos;: &apos;kris@mongodb.com&apos;, &apos;username&apos;: &apos;skriptble&apos;}
&lt;p&gt;Message: Update options and remove exposed x in mongo&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-793&quot; title=&quot;Remove all public use of &amp;#39;x&amp;#39; packages in the options package&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-793&quot;&gt;&lt;del&gt;GODRIVER-793&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-747&quot; title=&quot;Allow TLSConfig as a client option&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-747&quot;&gt;&lt;del&gt;GODRIVER-747&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-727&quot; title=&quot;Clean up mongo.newClient&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-727&quot;&gt;&lt;del&gt;GODRIVER-727&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Change-Id: I5e057598d5e425f6b9837af2a1d08a122b7f00fc&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/32946b1f8b9412a6a94e68ff789575327bb257cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/32946b1f8b9412a6a94e68ff789575327bb257cf&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2144807" author="kris.brandow" created="Mon, 11 Feb 2019 18:44:58 +0000"  >&lt;p&gt;Code Review: &lt;a href=&quot;https://review.gerrithub.io/c/mongodb/mongo-go-driver/+/443815&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/+/443815&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="685085">GODRIVER-814</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10620">
                    <name>Issue split</name>
                                            <outwardlinks description="split to">
                                        <issuelink>
            <issuekey id="688788">GODRIVER-828</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_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr8bvr:</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>