<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:13:45 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>[CDRIVER-1966] Extended JSON date expects milliseconds wrapped in $numberLong</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-1966</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;libbson should generate JSON dates wrapped in $numberLong. It can already parse such JSON correctly.&lt;/p&gt;</description>
                <environment></environment>
        <key id="341251">CDRIVER-1966</key>
            <summary>Extended JSON date expects milliseconds wrapped in $numberLong</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="3">Duplicate</resolution>
                                        <assignee username="jesse@mongodb.com">A. Jesse Jiryu Davis</assignee>
                                    <reporter username="jmikola@mongodb.com">Jeremy Mikola</reporter>
                        <labels>
                    </labels>
                <created>Tue, 27 Dec 2016 20:38:58 +0000</created>
                <updated>Wed, 3 May 2017 22:15:14 +0000</updated>
                            <resolved>Tue, 7 Feb 2017 16:36:49 +0000</resolved>
                                    <version>1.5.1</version>
                                    <fixVersion>1.7.0</fixVersion>
                                    <component>json</component>
                    <component>libbson</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1535991" author="xgen-internal-githook" created="Wed, 29 Mar 2017 15:16:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jmikola&apos;, u&apos;name&apos;: u&apos;Jeremy Mikola&apos;, u&apos;email&apos;: u&apos;jmikola@gmail.com&apos;}
&lt;p&gt;Message: Update XFAILS for BSON corpus tests&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1883&quot; title=&quot;libbson should ensure regex options are sorted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1883&quot;&gt;&lt;del&gt;CDRIVER-1883&lt;/del&gt;&lt;/a&gt; was resolved, so regex-valid-005.phpt no longer fails.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1966&quot; title=&quot;Extended JSON date expects milliseconds wrapped in $numberLong&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1966&quot;&gt;&lt;del&gt;CDRIVER-1966&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1967&quot; title=&quot;Extended JSON int64 expects wrapping in $numberLong&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1967&quot;&gt;&lt;del&gt;CDRIVER-1967&lt;/del&gt;&lt;/a&gt; were addressed by a new bson_as_extended_json() function for &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1947&quot; title=&quot;Improve libbson compatibility with the BSON Corpus tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1947&quot;&gt;&lt;del&gt;CDRIVER-1947&lt;/del&gt;&lt;/a&gt;. These tests still fail, but can now depend on &lt;a href=&quot;https://jira.mongodb.org/browse/PHPC-941&quot; title=&quot;Introduce API for converting BSON to canonical and relaxed extended JSON&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PHPC-941&quot;&gt;&lt;del&gt;PHPC-941&lt;/del&gt;&lt;/a&gt;, which will update the driver to use that new function.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-php-driver/commit/59f3d9d3c415c36a275ddcee0321290d1ffc3656&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-php-driver/commit/59f3d9d3c415c36a275ddcee0321290d1ffc3656&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1490816" author="xgen-internal-githook" created="Thu, 2 Feb 2017 14:27:36 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jmikola&apos;, u&apos;name&apos;: u&apos;Jeremy Mikola&apos;, u&apos;email&apos;: u&apos;jmikola@gmail.com&apos;}
&lt;p&gt;Message: Update BSON corpus XFAILs for issues resolved in libbson 1.6.0&lt;/p&gt;

&lt;p&gt;datetime-valid-003.phpt previously failed due to &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1962&quot; title=&quot;Parsing extended JSON datetime&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1962&quot;&gt;&lt;del&gt;CDRIVER-1962&lt;/del&gt;&lt;/a&gt;, which was resolved in 1.6.0. It still fails due to &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1966&quot; title=&quot;Extended JSON date expects milliseconds wrapped in $numberLong&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1966&quot;&gt;&lt;del&gt;CDRIVER-1966&lt;/del&gt;&lt;/a&gt;, which is slated to be fixed in 1.7.0.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-php-driver/commit/cad43d5f664153ecf0ad1c6ff9da9c759f3434a9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-php-driver/commit/cad43d5f664153ecf0ad1c6ff9da9c759f3434a9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1469969" author="xgen-internal-githook" created="Thu, 5 Jan 2017 10:38:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;ajdavis&apos;, u&apos;name&apos;: u&apos;A. Jesse Jiryu Davis&apos;, u&apos;email&apos;: u&apos;jesse@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1966&quot; title=&quot;Extended JSON date expects milliseconds wrapped in $numberLong&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1966&quot;&gt;&lt;del&gt;CDRIVER-1966&lt;/del&gt;&lt;/a&gt; test $date: {$numberLong: &quot;...&quot;}&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/libbson/commit/9f3d8ff444567de6ff8a08d6c69a4c5fb4fa1925&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/libbson/commit/9f3d8ff444567de6ff8a08d6c69a4c5fb4fa1925&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="337756">CDRIVER-1947</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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>CDRIVER-1947</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hst7n3:</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>