<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:39: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-2617] Remove or un-export all currently deprecated code in Go Driver 2.0</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-2617</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;Definition of done:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Remove or un-export all deprecated code before releasing Go Driver 2.0 (except for the BSON library). Some deprecated code may still be needed, but can be un-exported, and some can be completely removed.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Note that we should leave functions and types that are deprecated but marked &quot;internal use only&quot;.&lt;/p&gt;

&lt;p&gt;Note: The scope of this ticket is limited to all Go driver code &lt;em&gt;except&lt;/em&gt; the BSON library. See &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2976&quot; title=&quot;Remove or un-export all currently deprecated BSON code in Go Driver 2.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2976&quot;&gt;GODRIVER-2976&lt;/a&gt; for the task for the BSON library.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2167725">GODRIVER-2617</key>
            <summary>Remove or un-export all currently deprecated code in Go Driver 2.0</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="10300" iconUrl="https://jira.mongodb.org/images/icons/priorities/medium.svg">Unknown</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="qingyang.hu@mongodb.com">Qingyang Hu</assignee>
                                    <reporter username="matt.dale@mongodb.com">Matt Dale</reporter>
                        <labels>
                    </labels>
                <created>Wed, 26 Oct 2022 18:26:42 +0000</created>
                <updated>Sat, 28 Oct 2023 11:37:27 +0000</updated>
                            <resolved>Fri, 13 Oct 2023 22:13:12 +0000</resolved>
                                                    <fixVersion>2.0.0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="5778010" author="xgen-internal-githook" created="Fri, 13 Oct 2023 22:12:55 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Qingyang Hu&apos;, &apos;email&apos;: &apos;103950869+qingyang-hu@users.noreply.github.com&apos;, &apos;username&apos;: &apos;qingyang-hu&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2617&quot; title=&quot;Remove or un-export all currently deprecated code in Go Driver 2.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2617&quot;&gt;&lt;del&gt;GODRIVER-2617&lt;/del&gt;&lt;/a&gt; Remove deprecated code (#1398)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/71f65e3a0ae906f5ddcba6bc9fb0c314194636ad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/71f65e3a0ae906f5ddcba6bc9fb0c314194636ad&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5746468" author="JIRAUSER1268281" created="Mon, 2 Oct 2023 19:08:52 +0000"  >&lt;p&gt;PR:&#160;&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/pull/1398&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/pull/1398&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5732353" author="JIRAUSER1265158" created="Tue, 26 Sep 2023 18:26:53 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=qingyang.hu%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;qingyang.hu@mongodb.com&quot;&gt;qingyang.hu@mongodb.com&lt;/a&gt; On PR #&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/pull/1395&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1395&lt;/a&gt; we decided to keep a running list of breaking changes on &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2705&quot; title=&quot;Write a Go Driver 1.x -&amp;gt; 2.0 migration guide&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2705&quot;&gt;GODRIVER-2705&lt;/a&gt; to help make writing the migration go more smoothly. Does it seem natural to extend that list in the description of  &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2705&quot; title=&quot;Write a Go Driver 1.x -&amp;gt; 2.0 migration guide&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2705&quot;&gt;GODRIVER-2705&lt;/a&gt; with the instance of the &quot;Deprecated&quot; grammar that you encounter in the efforts for this ticket? &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="2166080">GODRIVER-2606</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2217104">GODRIVER-2706</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2167774">GODRIVER-2618</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2191538">GODRIVER-2663</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2204166">GODRIVER-2674</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2207703">GODRIVER-2681</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2207705">GODRIVER-2682</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2207745">GODRIVER-2683</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2207746">GODRIVER-2684</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2210198">GODRIVER-2691</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2218433">GODRIVER-2716</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="2327638">GODRIVER-2824</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2167030">GODRIVER-2612</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10020">
                    <name>Gantt Dependency</name>
                                            <outwardlinks description="has to be done before">
                                        <issuelink>
            <issuekey id="2213442">GODRIVER-2696</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2456193">GODRIVER-3001</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2436026">GODRIVER-2976</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10012"><![CDATA[Major 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_10257" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Documentation Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11861"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14266" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Documentation Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;1.  What would you like to communicate to the user about this feature?&lt;br/&gt;
2.  Would you like the user to see examples of the syntax and/or executable code and its output?&lt;br/&gt;
3.  Which versions of the driver/connector does this apply to?&lt;/p&gt;</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>GODRIVER-1787</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr6jqv:s07izk</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>