<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:34:03 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-363] BSON encode and decoder do not support time.Time, url.URL, or json.Number</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-363</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-163&quot; title=&quot;Design and write first-draft of bson.Encoder&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-163&quot;&gt;&lt;del&gt;GODRIVER-163&lt;/del&gt;&lt;/a&gt; stated that the Encoder must support time.Time, url.URL, and json.Number. Neither the Encoder nor the Decoder supports these types. Implement support for the time.Time, url.URL, and json.Number types within both the Encoder and Decoder implementations.&lt;/p&gt;</description>
                <environment></environment>
        <key id="526207">GODRIVER-363</key>
            <summary>BSON encode and decoder do not support time.Time, url.URL, or json.Number</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>FreeMonitoring</label>
                            <label>evg</label>
                    </labels>
                <created>Thu, 12 Apr 2018 19:48:19 +0000</created>
                <updated>Wed, 2 May 2018 20:56:34 +0000</updated>
                            <resolved>Wed, 2 May 2018 20:56:34 +0000</resolved>
                                    <version>0.0.2</version>
                                    <fixVersion>0.0.4</fixVersion>
                                    <component>BSON</component>
                                        <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="1881027" author="xgen-internal-githook" created="Wed, 2 May 2018 20:56:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kris@mongodb.com&apos;, &apos;name&apos;: &apos;Kris Brandow&apos;, &apos;username&apos;: &apos;skriptble&apos;}
&lt;p&gt;Message: Add support for url, json number, and decimal&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-363&quot; title=&quot;BSON encode and decoder do not support time.Time, url.URL, or json.Number&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-363&quot;&gt;&lt;del&gt;GODRIVER-363&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-343&quot; title=&quot;Add Encoder support for the decimal.decimal128 type&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-343&quot;&gt;&lt;del&gt;GODRIVER-343&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Change-Id: I3a7e4198beb878b7f38f0a296b3be7fab604148f&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/ff5ad991913ea56c4609391ff190eaf83edf339b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/ff5ad991913ea56c4609391ff190eaf83edf339b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1879653" author="kris.brandow" created="Tue, 1 May 2018 20:53:36 +0000"  >&lt;p&gt;Code Review: &lt;a href=&quot;https://review.gerrithub.io/c/mongodb/mongo-go-driver/+/409597.&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/+/409597.&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1879399" author="kris.brandow" created="Tue, 1 May 2018 18:20:02 +0000"  >&lt;p&gt;The time.Time support was added in this pull request:&#160;&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/pull/40&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/pull/40&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="1873247" author="kris.brandow" created="Tue, 24 Apr 2018 21:12:12 +0000"  >&lt;p&gt;Looks like we already support time.Time for decoding. We just need to add url.URL, json.Number, and decimal.Decimal128 (&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-343&quot; title=&quot;Add Encoder support for the decimal.decimal128 type&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-343&quot;&gt;&lt;del&gt;GODRIVER-343&lt;/del&gt;&lt;/a&gt;) for the decoder, and add time.Time, url.URL, json.Number, and decimal.Decimal128 for the encoder.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                        <issuelink>
            <issuekey id="516136">GODRIVER-300</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="472611">GODRIVER-163</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|hr9msv:</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>