<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:34:24 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-527] Add BytesValueReader and BytesValueWriter interfaces</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-527</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;For &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-514&quot; title=&quot;Implement ExtJSON Reader using custom JSON parser &amp;amp; Implement extJSONValueReader  and extJSONValueWriter&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-514&quot;&gt;&lt;del&gt;GODRIVER-514&lt;/del&gt;&lt;/a&gt;, we will need to have the ability to get BSON Bytes from a ValueReader and write BSON bytes to a ValueWriter. Add interfaces to handle this. Users who require this will have to cast a ValueReader or ValueWriter to these types.&lt;/p&gt;</description>
                <environment></environment>
        <key id="591215">GODRIVER-527</key>
            <summary>Add BytesValueReader and BytesValueWriter interfaces</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="9">Done</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>Mon, 20 Aug 2018 20:38:08 +0000</created>
                <updated>Wed, 15 May 2019 10:33:39 +0000</updated>
                            <resolved>Thu, 27 Sep 2018 20:35:40 +0000</resolved>
                                                    <fixVersion>0.0.15</fixVersion>
                                    <component>BSON</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="2247105" author="xgen-internal-githook" created="Wed, 15 May 2019 10:33:39 +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="2016852" author="xgen-internal-githook" created="Thu, 27 Sep 2018 19:59:05 +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>
                    </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|htwkan:</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>