<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:34:29 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-566] Fix Equal method for bson.Value and update bson.Element.Equal to properly compare keys</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-566</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;The bson.Value.Equal method doesn&apos;t properly ignore keys when comparing values. Fix this method so that two values that are equal return true even if they have different keys. Additionally, add explicit key equality checking to the bson.Element.Equal method.&lt;/p&gt;</description>
                <environment></environment>
        <key id="606548">GODRIVER-566</key>
            <summary>Fix Equal method for bson.Value and update bson.Element.Equal to properly compare keys</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="kris.brandow@mongodb.com">Kristofer Brandow</reporter>
                        <labels>
                            <label>beta</label>
                    </labels>
                <created>Tue, 18 Sep 2018 14:53:45 +0000</created>
                <updated>Sat, 28 Oct 2023 11:39:26 +0000</updated>
                            <resolved>Thu, 27 Sep 2018 20:37:14 +0000</resolved>
                                                    <fixVersion>0.0.15</fixVersion>
                                    <component>BSON</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="2247104" author="xgen-internal-githook" created="Wed, 15 May 2019 10:33:36 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Kris Brandow&apos;, &apos;username&apos;: &apos;skriptble&apos;, &apos;email&apos;: &apos;kris@mongodb.com&apos;}
&lt;p&gt;Message: Split bson package and update mongo package&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-537&quot; title=&quot;Split bson package into bson and bsoncodec packages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-537&quot;&gt;&lt;del&gt;GODRIVER-537&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-551&quot; title=&quot;Use BSON Codecs in mongo package&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-551&quot;&gt;&lt;del&gt;GODRIVER-551&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-527&quot; title=&quot;Add BytesValueReader and BytesValueWriter interfaces&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-527&quot;&gt;&lt;del&gt;GODRIVER-527&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-566&quot; title=&quot;Fix Equal method for bson.Value and update bson.Element.Equal to properly compare keys&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-566&quot;&gt;&lt;del&gt;GODRIVER-566&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Change-Id: I55bdfe7f48ded7fd9923d906d3cc6ecaec8156da&lt;br/&gt;
Branch: bson-v2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/5d6145c8119e8c1b3b74a6b3a61f7191e2fb14e8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/5d6145c8119e8c1b3b74a6b3a61f7191e2fb14e8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2016851" author="xgen-internal-githook" created="Thu, 27 Sep 2018 19:59:03 +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: Split bson package and update mongo package&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-537&quot; title=&quot;Split bson package into bson and bsoncodec packages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-537&quot;&gt;&lt;del&gt;GODRIVER-537&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-551&quot; title=&quot;Use BSON Codecs in mongo package&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-551&quot;&gt;&lt;del&gt;GODRIVER-551&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-527&quot; title=&quot;Add BytesValueReader and BytesValueWriter interfaces&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-527&quot;&gt;&lt;del&gt;GODRIVER-527&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-566&quot; title=&quot;Fix Equal method for bson.Value and update bson.Element.Equal to properly compare keys&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-566&quot;&gt;&lt;del&gt;GODRIVER-566&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-494&quot; title=&quot;BSON Codec Redesign&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-494&quot;&gt;&lt;del&gt;GODRIVER-494&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Change-Id: I55bdfe7f48ded7fd9923d906d3cc6ecaec8156da&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/71de844febff6ac5b6fc6ba165e24e9677d2ee05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/71de844febff6ac5b6fc6ba165e24e9677d2ee05&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2016821" author="kris.brandow" created="Thu, 27 Sep 2018 19:42:45 +0000"  >&lt;p&gt;Code Review: &lt;a href=&quot;https://review.gerrithub.io/c/mongodb/mongo-go-driver/+/424724&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/+/424724&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                    <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-494</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htyr0f:</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>