<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:38: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-2603] Use errors API from Go 1.13</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-2603</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;Now that we&apos;ve bumped to Go version 1.13, we can make use of its features (particularly the added error API).&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Remove as much of &lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/blob/master/internal/error.go&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;internal/error.go&lt;/a&gt; as possible.&lt;/li&gt;
	&lt;li&gt;When creating wrapped errors throughout the driver, use the new formatting directive %w where &lt;tt&gt;internal.WrappedError&lt;/tt&gt; was used before.&lt;/li&gt;
	&lt;li&gt;When examining wrapped errors in &lt;tt&gt;errors.go&lt;/tt&gt; files, use &lt;tt&gt;errors.Is&lt;/tt&gt; and &lt;tt&gt;errors.As&lt;/tt&gt; instead of casting to &quot;unwrappable&quot; interfaces.&lt;/li&gt;
	&lt;li&gt;Enable the &lt;tt&gt;errorlint&lt;/tt&gt; linter and fix all errors.&lt;/li&gt;
&lt;/ol&gt;
</description>
                <environment></environment>
        <key id="2166025">GODRIVER-2603</key>
            <summary>Use errors API from Go 1.13</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="preston.vasquez@mongodb.com">Preston Vasquez</assignee>
                                    <reporter username="benji.rewis@mongodb.com">Benji Rewis</reporter>
                        <labels>
                            <label>neweng</label>
                    </labels>
                <created>Mon, 24 Oct 2022 22:53:54 +0000</created>
                <updated>Mon, 29 Jan 2024 20:36:37 +0000</updated>
                            <resolved>Mon, 29 Jan 2024 20:36:37 +0000</resolved>
                                                    <fixVersion>2.0.0</fixVersion>
                    <fixVersion>1.14.0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="5942729" author="xgen-internal-githook" created="Tue, 12 Dec 2023 01:49:06 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Lokesh Kumar&apos;, &apos;email&apos;: &apos;lkumar94@gmail.com&apos;, &apos;username&apos;: &apos;kumarlokesh&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2603&quot; title=&quot;Use errors API from Go 1.13&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2603&quot;&gt;&lt;del&gt;GODRIVER-2603&lt;/del&gt;&lt;/a&gt; (Contd.) Revised error handling using Go 1.13 error APIs (#1488)&lt;br/&gt;
Branch: v1&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/4dbe540c2b8656635cdc910391a91b5368888acc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/4dbe540c2b8656635cdc910391a91b5368888acc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5914454" author="xgen-internal-githook" created="Thu, 30 Nov 2023 02:06:49 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Steven Silvester&apos;, &apos;email&apos;: &apos;steven.silvester@ieee.org&apos;, &apos;username&apos;: &apos;blink1073&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2603&quot; title=&quot;Use errors API from Go 1.13&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2603&quot;&gt;&lt;del&gt;GODRIVER-2603&lt;/del&gt;&lt;/a&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;master&amp;#93;&lt;/span&gt; (Contd.) Revised error handling using Go 1.13 error APIs (#1484)&lt;/p&gt;

&lt;p&gt;Co-authored-by: Lokesh Kumar &amp;lt;lkumar94@gmail.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/c0852202b3b6a0f6bdc48f35d95bce02020c5ce2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/c0852202b3b6a0f6bdc48f35d95bce02020c5ce2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5893507" author="xgen-internal-githook" created="Mon, 20 Nov 2023 20:27:53 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Steven Silvester&apos;, &apos;email&apos;: &apos;steven.silvester@ieee.org&apos;, &apos;username&apos;: &apos;blink1073&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2603&quot; title=&quot;Use errors API from Go 1.13&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2603&quot;&gt;&lt;del&gt;GODRIVER-2603&lt;/del&gt;&lt;/a&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;master&amp;#93;&lt;/span&gt; - Revised error handling using Go 1.13 error APIs (#1474)&lt;/p&gt;

&lt;p&gt;Co-authored-by: Lokesh Kumar &amp;lt;lkumar94@gmail.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/d33301f67192b59af97f492571ed1629e5cc0e23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/d33301f67192b59af97f492571ed1629e5cc0e23&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5690756" author="xgen-internal-githook" created="Fri, 8 Sep 2023 18:32:14 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Matt Dale&apos;, &apos;email&apos;: &apos;9760375+matthewdale@users.noreply.github.com&apos;, &apos;username&apos;: &apos;matthewdale&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2603&quot; title=&quot;Use errors API from Go 1.13&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2603&quot;&gt;&lt;del&gt;GODRIVER-2603&lt;/del&gt;&lt;/a&gt; Use errors.Is/As for IsTimeout and IsDuplicateKeyError. (#1371)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/b191b72002985fe8c4f7a8bbcbc9c3a56472b175&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/b191b72002985fe8c4f7a8bbcbc9c3a56472b175&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10020">
                    <name>Gantt Dependency</name>
                                            <outwardlinks description="has to be done before">
                                        <issuelink>
            <issuekey id="1875644">GODRIVER-2156</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="has to be done after">
                                        <issuelink>
            <issuekey id="1889594">GODRIVER-2174</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2176956">GODRIVER-2646</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2218909">GODRIVER-2721</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2169093">GODRIVER-2623</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="11020">
                    <name>Scoping</name>
                                            <outwardlinks description="scopes">
                                        <issuelink>
            <issuekey id="2423351">GODRIVER-2952</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="10038"><![CDATA[Fully Compatible]]></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_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i0xwqo:</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>