<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:40:33 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>[COMPASS-5711] JSON editor displays and edits Int64 as Int32</title>
                <link>https://jira.mongodb.org/browse/COMPASS-5711</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;p&gt;&#160;&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Run &lt;tt&gt;db.coll.insertOne({value: Long.fromNumber(1)})&lt;/tt&gt; in the shell&lt;/li&gt;
	&lt;li&gt;Edit document in Compass &#8211; Compass does not retain the Long/Int64-ness and also saves back the document as Int32&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="2020259">COMPASS-5711</key>
            <summary>JSON editor displays and edits Int64 as Int32</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="anna.henningsen@mongodb.com">Anna Henningsen</assignee>
                                    <reporter username="anna.henningsen@mongodb.com">Anna Henningsen</reporter>
                        <labels>
                    </labels>
                <created>Fri, 8 Apr 2022 12:53:38 +0000</created>
                <updated>Sun, 29 Oct 2023 02:39:07 +0000</updated>
                            <resolved>Tue, 12 Apr 2022 15:17:51 +0000</resolved>
                                    <version>1.31.0</version>
                    <version>1.31.1</version>
                                    <fixVersion>1.31.2</fixVersion>
                                    <component>CRUD</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="4490618" author="xgen-internal-githook" created="Tue, 19 Apr 2022 12:25:52 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: prefer half-relaxed EJSON mode (#2971)&lt;/p&gt;

&lt;p&gt;Fix various EJSON handling bugs by aligning our EJSON handling&lt;br/&gt;
a bit more closely. This fixes regressions introduced by me&lt;br/&gt;
in e654e1d63977 (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5710&quot; title=&quot;Inserting documents replaces Int64 with Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5710&quot;&gt;&lt;del&gt;COMPASS-5710&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5711&quot; title=&quot;JSON editor displays and edits Int64 as Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5711&quot;&gt;&lt;del&gt;COMPASS-5711&lt;/del&gt;&lt;/a&gt; aka&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/issues/2960&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/issues/2960&lt;/a&gt;) and another&lt;br/&gt;
long-standing export bug (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4694&quot; title=&quot;Export NumberLong Doesn&amp;#39;t Work Properly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4694&quot;&gt;&lt;del&gt;COMPASS-4694&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Specifically, use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` when parsing values&lt;br/&gt;
into `HadronDocument`, and use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` but&lt;br/&gt;
undo the strict conversion for `$numberInt` and `$numberDouble`.&lt;br/&gt;
This is a mode that we may eventually want to upstream&lt;br/&gt;
into the Node.js driver&#8217;s `bson` package.&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5519&quot; title=&quot;Update collection header styles and components&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5519&quot;&gt;&lt;del&gt;COMPASS-5519&lt;/del&gt;&lt;/a&gt;-update-collection-header-styles&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4490492" author="xgen-internal-githook" created="Tue, 19 Apr 2022 11:37:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: prefer half-relaxed EJSON mode (#2971)&lt;/p&gt;

&lt;p&gt;Fix various EJSON handling bugs by aligning our EJSON handling&lt;br/&gt;
a bit more closely. This fixes regressions introduced by me&lt;br/&gt;
in e654e1d63977 (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5710&quot; title=&quot;Inserting documents replaces Int64 with Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5710&quot;&gt;&lt;del&gt;COMPASS-5710&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5711&quot; title=&quot;JSON editor displays and edits Int64 as Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5711&quot;&gt;&lt;del&gt;COMPASS-5711&lt;/del&gt;&lt;/a&gt; aka&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/issues/2960&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/issues/2960&lt;/a&gt;) and another&lt;br/&gt;
long-standing export bug (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4694&quot; title=&quot;Export NumberLong Doesn&amp;#39;t Work Properly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4694&quot;&gt;&lt;del&gt;COMPASS-4694&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Specifically, use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` when parsing values&lt;br/&gt;
into `HadronDocument`, and use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` but&lt;br/&gt;
undo the strict conversion for `$numberInt` and `$numberDouble`.&lt;br/&gt;
This is a mode that we may eventually want to upstream&lt;br/&gt;
into the Node.js driver&#8217;s `bson` package.&lt;br/&gt;
Branch: clustered-collections&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4482663" author="xgen-internal-githook" created="Thu, 14 Apr 2022 10:17:59 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: prefer half-relaxed EJSON mode (#2971)&lt;/p&gt;

&lt;p&gt;Fix various EJSON handling bugs by aligning our EJSON handling&lt;br/&gt;
a bit more closely. This fixes regressions introduced by me&lt;br/&gt;
in e654e1d63977 (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5710&quot; title=&quot;Inserting documents replaces Int64 with Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5710&quot;&gt;&lt;del&gt;COMPASS-5710&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5711&quot; title=&quot;JSON editor displays and edits Int64 as Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5711&quot;&gt;&lt;del&gt;COMPASS-5711&lt;/del&gt;&lt;/a&gt; aka&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/issues/2960&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/issues/2960&lt;/a&gt;) and another&lt;br/&gt;
long-standing export bug (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4694&quot; title=&quot;Export NumberLong Doesn&amp;#39;t Work Properly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4694&quot;&gt;&lt;del&gt;COMPASS-4694&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Specifically, use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` when parsing values&lt;br/&gt;
into `HadronDocument`, and use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` but&lt;br/&gt;
undo the strict conversion for `$numberInt` and `$numberDouble`.&lt;br/&gt;
This is a mode that we may eventually want to upstream&lt;br/&gt;
into the Node.js driver&#8217;s `bson` package.&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5669&quot; title=&quot;Run Aggregation: display results paginated&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5669&quot;&gt;&lt;del&gt;COMPASS-5669&lt;/del&gt;&lt;/a&gt;-aggregate-results&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4482606" author="xgen-internal-githook" created="Thu, 14 Apr 2022 09:24:07 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: prefer half-relaxed EJSON mode (#2971)&lt;/p&gt;

&lt;p&gt;Fix various EJSON handling bugs by aligning our EJSON handling&lt;br/&gt;
a bit more closely. This fixes regressions introduced by me&lt;br/&gt;
in e654e1d63977 (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5710&quot; title=&quot;Inserting documents replaces Int64 with Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5710&quot;&gt;&lt;del&gt;COMPASS-5710&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5711&quot; title=&quot;JSON editor displays and edits Int64 as Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5711&quot;&gt;&lt;del&gt;COMPASS-5711&lt;/del&gt;&lt;/a&gt; aka&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/issues/2960&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/issues/2960&lt;/a&gt;) and another&lt;br/&gt;
long-standing export bug (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4694&quot; title=&quot;Export NumberLong Doesn&amp;#39;t Work Properly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4694&quot;&gt;&lt;del&gt;COMPASS-4694&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Specifically, use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` when parsing values&lt;br/&gt;
into `HadronDocument`, and use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` but&lt;br/&gt;
undo the strict conversion for `$numberInt` and `$numberDouble`.&lt;br/&gt;
This is a mode that we may eventually want to upstream&lt;br/&gt;
into the Node.js driver&#8217;s `bson` package.&lt;br/&gt;
Branch: remove-metrics&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4480862" author="xgen-internal-githook" created="Wed, 13 Apr 2022 17:10:06 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: prefer half-relaxed EJSON mode (#2971)&lt;/p&gt;

&lt;p&gt;Fix various EJSON handling bugs by aligning our EJSON handling&lt;br/&gt;
a bit more closely. This fixes regressions introduced by me&lt;br/&gt;
in e654e1d63977 (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5710&quot; title=&quot;Inserting documents replaces Int64 with Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5710&quot;&gt;&lt;del&gt;COMPASS-5710&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5711&quot; title=&quot;JSON editor displays and edits Int64 as Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5711&quot;&gt;&lt;del&gt;COMPASS-5711&lt;/del&gt;&lt;/a&gt; aka&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/issues/2960&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/issues/2960&lt;/a&gt;) and another&lt;br/&gt;
long-standing export bug (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4694&quot; title=&quot;Export NumberLong Doesn&amp;#39;t Work Properly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4694&quot;&gt;&lt;del&gt;COMPASS-4694&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Specifically, use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` when parsing values&lt;br/&gt;
into `HadronDocument`, and use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` but&lt;br/&gt;
undo the strict conversion for `$numberInt` and `$numberDouble`.&lt;br/&gt;
This is a mode that we may eventually want to upstream&lt;br/&gt;
into the Node.js driver&#8217;s `bson` package.&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5671&quot; title=&quot;Update performance tab error banner in Compass to leafygreen&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5671&quot;&gt;&lt;del&gt;COMPASS-5671&lt;/del&gt;&lt;/a&gt;-update-error-banners-to-lg&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4480702" author="xgen-internal-githook" created="Wed, 13 Apr 2022 16:35:35 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: prefer half-relaxed EJSON mode (#2971)&lt;/p&gt;

&lt;p&gt;Fix various EJSON handling bugs by aligning our EJSON handling&lt;br/&gt;
a bit more closely. This fixes regressions introduced by me&lt;br/&gt;
in e654e1d63977 (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5710&quot; title=&quot;Inserting documents replaces Int64 with Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5710&quot;&gt;&lt;del&gt;COMPASS-5710&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5711&quot; title=&quot;JSON editor displays and edits Int64 as Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5711&quot;&gt;&lt;del&gt;COMPASS-5711&lt;/del&gt;&lt;/a&gt; aka&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/issues/2960&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/issues/2960&lt;/a&gt;) and another&lt;br/&gt;
long-standing export bug (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4694&quot; title=&quot;Export NumberLong Doesn&amp;#39;t Work Properly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4694&quot;&gt;&lt;del&gt;COMPASS-4694&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Specifically, use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` when parsing values&lt;br/&gt;
into `HadronDocument`, and use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` but&lt;br/&gt;
undo the strict conversion for `$numberInt` and `$numberDouble`.&lt;br/&gt;
This is a mode that we may eventually want to upstream&lt;br/&gt;
into the Node.js driver&#8217;s `bson` package.&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5543&quot; title=&quot;Toolbar: Add export button to the new Aggregations toolbar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5543&quot;&gt;&lt;del&gt;COMPASS-5543&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4478510" author="xgen-internal-githook" created="Tue, 12 Apr 2022 21:11:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: prefer half-relaxed EJSON mode (#2971)&lt;/p&gt;

&lt;p&gt;Fix various EJSON handling bugs by aligning our EJSON handling&lt;br/&gt;
a bit more closely. This fixes regressions introduced by me&lt;br/&gt;
in e654e1d63977 (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5710&quot; title=&quot;Inserting documents replaces Int64 with Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5710&quot;&gt;&lt;del&gt;COMPASS-5710&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5711&quot; title=&quot;JSON editor displays and edits Int64 as Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5711&quot;&gt;&lt;del&gt;COMPASS-5711&lt;/del&gt;&lt;/a&gt; aka&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/issues/2960&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/issues/2960&lt;/a&gt;) and another&lt;br/&gt;
long-standing export bug (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4694&quot; title=&quot;Export NumberLong Doesn&amp;#39;t Work Properly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4694&quot;&gt;&lt;del&gt;COMPASS-4694&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Specifically, use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` when parsing values&lt;br/&gt;
into `HadronDocument`, and use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` but&lt;br/&gt;
undo the strict conversion for `$numberInt` and `$numberDouble`.&lt;br/&gt;
This is a mode that we may eventually want to upstream&lt;br/&gt;
into the Node.js driver&#8217;s `bson` package.&lt;br/&gt;
Branch: 5717-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4478015" author="xgen-internal-githook" created="Tue, 12 Apr 2022 18:25:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: prefer half-relaxed EJSON mode (#2971)&lt;/p&gt;

&lt;p&gt;Fix various EJSON handling bugs by aligning our EJSON handling&lt;br/&gt;
a bit more closely. This fixes regressions introduced by me&lt;br/&gt;
in e654e1d63977 (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5710&quot; title=&quot;Inserting documents replaces Int64 with Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5710&quot;&gt;&lt;del&gt;COMPASS-5710&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5711&quot; title=&quot;JSON editor displays and edits Int64 as Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5711&quot;&gt;&lt;del&gt;COMPASS-5711&lt;/del&gt;&lt;/a&gt; aka&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/issues/2960&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/issues/2960&lt;/a&gt;) and another&lt;br/&gt;
long-standing export bug (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4694&quot; title=&quot;Export NumberLong Doesn&amp;#39;t Work Properly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4694&quot;&gt;&lt;del&gt;COMPASS-4694&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Specifically, use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` when parsing values&lt;br/&gt;
into `HadronDocument`, and use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` but&lt;br/&gt;
undo the strict conversion for `$numberInt` and `$numberDouble`.&lt;br/&gt;
This is a mode that we may eventually want to upstream&lt;br/&gt;
into the Node.js driver&#8217;s `bson` package.&lt;br/&gt;
Branch: 1.31-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4477610" author="xgen-internal-githook" created="Tue, 12 Apr 2022 16:25:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: prefer half-relaxed EJSON mode (#2971)&lt;/p&gt;

&lt;p&gt;Fix various EJSON handling bugs by aligning our EJSON handling&lt;br/&gt;
a bit more closely. This fixes regressions introduced by me&lt;br/&gt;
in e654e1d63977 (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5710&quot; title=&quot;Inserting documents replaces Int64 with Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5710&quot;&gt;&lt;del&gt;COMPASS-5710&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5711&quot; title=&quot;JSON editor displays and edits Int64 as Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5711&quot;&gt;&lt;del&gt;COMPASS-5711&lt;/del&gt;&lt;/a&gt; aka&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/issues/2960&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/issues/2960&lt;/a&gt;) and another&lt;br/&gt;
long-standing export bug (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4694&quot; title=&quot;Export NumberLong Doesn&amp;#39;t Work Properly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4694&quot;&gt;&lt;del&gt;COMPASS-4694&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Specifically, use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` when parsing values&lt;br/&gt;
into `HadronDocument`, and use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` but&lt;br/&gt;
undo the strict conversion for `$numberInt` and `$numberDouble`.&lt;br/&gt;
This is a mode that we may eventually want to upstream&lt;br/&gt;
into the Node.js driver&#8217;s `bson` package.&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5610&quot; title=&quot;Move maxTimeMS to More options&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5610&quot;&gt;&lt;del&gt;COMPASS-5610&lt;/del&gt;&lt;/a&gt;-move-maxtime-ms&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4477476" author="xgen-internal-githook" created="Tue, 12 Apr 2022 15:55:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: prefer half-relaxed EJSON mode (#2971)&lt;/p&gt;

&lt;p&gt;Fix various EJSON handling bugs by aligning our EJSON handling&lt;br/&gt;
a bit more closely. This fixes regressions introduced by me&lt;br/&gt;
in e654e1d63977 (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5710&quot; title=&quot;Inserting documents replaces Int64 with Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5710&quot;&gt;&lt;del&gt;COMPASS-5710&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5711&quot; title=&quot;JSON editor displays and edits Int64 as Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5711&quot;&gt;&lt;del&gt;COMPASS-5711&lt;/del&gt;&lt;/a&gt; aka&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/issues/2960&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/issues/2960&lt;/a&gt;) and another&lt;br/&gt;
long-standing export bug (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4694&quot; title=&quot;Export NumberLong Doesn&amp;#39;t Work Properly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4694&quot;&gt;&lt;del&gt;COMPASS-4694&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Specifically, use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` when parsing values&lt;br/&gt;
into `HadronDocument`, and use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` but&lt;br/&gt;
undo the strict conversion for `$numberInt` and `$numberDouble`.&lt;br/&gt;
This is a mode that we may eventually want to upstream&lt;br/&gt;
into the Node.js driver&#8217;s `bson` package.&lt;br/&gt;
Branch: compass-5655-replace-react-dnd&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4477272" author="xgen-internal-githook" created="Tue, 12 Apr 2022 15:16:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: prefer half-relaxed EJSON mode (#2971)&lt;/p&gt;

&lt;p&gt;Fix various EJSON handling bugs by aligning our EJSON handling&lt;br/&gt;
a bit more closely. This fixes regressions introduced by me&lt;br/&gt;
in e654e1d63977 (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5710&quot; title=&quot;Inserting documents replaces Int64 with Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5710&quot;&gt;&lt;del&gt;COMPASS-5710&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5711&quot; title=&quot;JSON editor displays and edits Int64 as Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5711&quot;&gt;&lt;del&gt;COMPASS-5711&lt;/del&gt;&lt;/a&gt; aka&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/issues/2960&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/issues/2960&lt;/a&gt;) and another&lt;br/&gt;
long-standing export bug (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4694&quot; title=&quot;Export NumberLong Doesn&amp;#39;t Work Properly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4694&quot;&gt;&lt;del&gt;COMPASS-4694&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Specifically, use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` when parsing values&lt;br/&gt;
into `HadronDocument`, and use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` but&lt;br/&gt;
undo the strict conversion for `$numberInt` and `$numberDouble`.&lt;br/&gt;
This is a mode that we may eventually want to upstream&lt;br/&gt;
into the Node.js driver&#8217;s `bson` package.&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/47e5bfae7ee7b3424901c01bf66da21a0a9096e4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4473487" author="xgen-internal-githook" created="Mon, 11 Apr 2022 17:11:36 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: prefer half-relaxed EJSON mode&lt;/p&gt;

&lt;p&gt;Fix various EJSON handling bugs by aligning our EJSON handling&lt;br/&gt;
a bit more closely. This fixes regressions introduced by me&lt;br/&gt;
in e654e1d63977 (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5710&quot; title=&quot;Inserting documents replaces Int64 with Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5710&quot;&gt;&lt;del&gt;COMPASS-5710&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5711&quot; title=&quot;JSON editor displays and edits Int64 as Int32&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5711&quot;&gt;&lt;del&gt;COMPASS-5711&lt;/del&gt;&lt;/a&gt; aka&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/issues/2960&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/issues/2960&lt;/a&gt;) and another&lt;br/&gt;
long-standing export bug (&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4694&quot; title=&quot;Export NumberLong Doesn&amp;#39;t Work Properly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4694&quot;&gt;&lt;del&gt;COMPASS-4694&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Specifically, use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` when parsing values&lt;br/&gt;
into `HadronDocument`, and use `&lt;/p&gt;
{ relaxed: false }
&lt;p&gt;` but&lt;br/&gt;
undo the strict conversion for `$numberInt` and `$numberDouble`.&lt;br/&gt;
This is a mode that we may eventually want to upstream&lt;br/&gt;
into the Node.js driver&#8217;s `bson` package.&lt;br/&gt;
Branch: ejson-fixes&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/f7e519d8964297a4223ba6b1e8d80671a7923d8c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/f7e519d8964297a4223ba6b1e8d80671a7923d8c&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2020255">COMPASS-5710</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="371430" name="Screenshot from 2022-04-08 14-54-00.png" size="8936" author="anna.henningsen@mongodb.com" created="Fri, 8 Apr 2022 12:54:25 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>12.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 11 Apr 2022 17:11:36 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 42 weeks, 1 day ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></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_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 42 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>anna.henningsen@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0qgc7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i09fk4:</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>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="6016">Iteration Yonkers</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0q2hj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>