<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:41:00 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-5848] Implicit Conversion of Binary Data While Using Binary(..., 3)</title>
                <link>https://jira.mongodb.org/browse/COMPASS-5848</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;h3&gt;&lt;a name=&quot;ProblemStatement%2FRationale&quot;&gt;&lt;/a&gt;&lt;b&gt;Problem Statement/Rationale&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;font color=&quot;#505f79&quot;&gt;In both Data Explorer and Compass, inserting &lt;tt&gt;Binary(&apos;mkaTHwEZhaBQj+u1a3D3gA==&apos;, 3)&lt;/tt&gt; using the aggregation pipeline&apos;s &lt;tt&gt;$addFields&lt;/tt&gt; stage displays &lt;tt&gt;Binary(&apos;bWthVEh3RVpoYUJRait1MWEzRDNnQT09&apos;, 3)&lt;/tt&gt;. Using &lt;tt&gt;$out&lt;/tt&gt; to persist the value to the collection inserts the latter as well. This seems wrong, because the base64 encoded data that was specified to be inserted is a valid UUID in the &lt;tt&gt;JAVA_LEGACY&lt;/tt&gt; representation, but the inserted binary data is not. It is 24 bytes long instead of 16 bytes, but still has the subtype set to 3, so when the driver tries to decode it, there&apos;s an exception thrown (I have tried this with the Java driver, but presumably the behavior for other drivers is the same).&lt;/font&gt;&lt;b&gt;{&lt;/b&gt;}&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;StepstoReproduce&quot;&gt;&lt;/a&gt;&lt;b&gt;Steps to Reproduce&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;font color=&quot;#505f79&quot;&gt;Try to insert the &lt;tt&gt;Binary(..., 3)&lt;/tt&gt;&lt;/font&gt; data mentioned above (or any other base64 encoded subtype 3 value that&apos;s a valid UUID) and check the data in the collection post insert.&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;ExpectedResults&quot;&gt;&lt;/a&gt;&lt;b&gt;Expected Results&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;font color=&quot;#505f79&quot;&gt;That there be no implicit conversion from base64 to some other representation in the insert process.&lt;/font&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;ActualResults&quot;&gt;&lt;/a&gt;&lt;b&gt;Actual Results&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;font color=&quot;#505f79&quot;&gt;That there is some conversion going on, leading to the loss of data.&lt;/font&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;AdditionalNotes&quot;&gt;&lt;/a&gt;&lt;b&gt;Additional Notes&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;font color=&quot;#505f79&quot;&gt;Data Explorer is using compass libraries, so this is being observed there as well.&#160;&lt;/font&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="2051461">COMPASS-5848</key>
            <summary>Implicit Conversion of Binary Data While Using Binary(..., 3)</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="ramasai.tadepalli@mongodb.com">Ramasai Tadepalli</reporter>
                        <labels>
                    </labels>
                <created>Fri, 20 May 2022 12:38:42 +0000</created>
                <updated>Sun, 29 Oct 2023 02:38:59 +0000</updated>
                            <resolved>Tue, 5 Jul 2022 10:22:30 +0000</resolved>
                                                    <fixVersion>1.32.3</fixVersion>
                                    <component>CRUD</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="4671406" author="xgen-internal-githook" created="Mon, 11 Jul 2022 18:19:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: improve `Binary` handling &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt; (#3218)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(compass-components): do not use `Binary` for displaying Binary data &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This avoids showing results that cannot be round-tripped&lt;br/&gt;
as input data again.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(hadron-type-checker): use UTF-8 when converting to Binary&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Otherwise, data cannot be round-tripped when converting from/to Binary&lt;br/&gt;
blobs properly.&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5672&quot; title=&quot;Update CRUD toolbar to Leafy Green&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5672&quot;&gt;&lt;del&gt;COMPASS-5672&lt;/del&gt;&lt;/a&gt;-update-crud-toolbar-to-lg&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4670547" author="xgen-internal-githook" created="Mon, 11 Jul 2022 14:25:54 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: improve `Binary` handling &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt; (#3218)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(compass-components): do not use `Binary` for displaying Binary data &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This avoids showing results that cannot be round-tripped&lt;br/&gt;
as input data again.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(hadron-type-checker): use UTF-8 when converting to Binary&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Otherwise, data cannot be round-tripped when converting from/to Binary&lt;br/&gt;
blobs properly.&lt;br/&gt;
Branch: 1.32-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4666472" author="xgen-internal-githook" created="Fri, 8 Jul 2022 15:46:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: improve `Binary` handling &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt; (#3218)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(compass-components): do not use `Binary` for displaying Binary data &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This avoids showing results that cannot be round-tripped&lt;br/&gt;
as input data again.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(hadron-type-checker): use UTF-8 when converting to Binary&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Otherwise, data cannot be round-tripped when converting from/to Binary&lt;br/&gt;
blobs properly.&lt;br/&gt;
Branch: compass-sidebar-merge&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4661713" author="xgen-internal-githook" created="Wed, 6 Jul 2022 20:48:20 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: improve `Binary` handling &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt; (#3218)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(compass-components): do not use `Binary` for displaying Binary data &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This avoids showing results that cannot be round-tripped&lt;br/&gt;
as input data again.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(hadron-type-checker): use UTF-8 when converting to Binary&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Otherwise, data cannot be round-tripped when converting from/to Binary&lt;br/&gt;
blobs properly.&lt;br/&gt;
Branch: update-query-history-to-shared-config&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4660708" author="xgen-internal-githook" created="Wed, 6 Jul 2022 16:06:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: improve `Binary` handling &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt; (#3218)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(compass-components): do not use `Binary` for displaying Binary data &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This avoids showing results that cannot be round-tripped&lt;br/&gt;
as input data again.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(hadron-type-checker): use UTF-8 when converting to Binary&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Otherwise, data cannot be round-tripped when converting from/to Binary&lt;br/&gt;
blobs properly.&lt;br/&gt;
Branch: COMPASS-5120-update-compass-icon&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4660535" author="xgen-internal-githook" created="Wed, 6 Jul 2022 15:18:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: improve `Binary` handling &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt; (#3218)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(compass-components): do not use `Binary` for displaying Binary data &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This avoids showing results that cannot be round-tripped&lt;br/&gt;
as input data again.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(hadron-type-checker): use UTF-8 when converting to Binary&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Otherwise, data cannot be round-tripped when converting from/to Binary&lt;br/&gt;
blobs properly.&lt;br/&gt;
Branch: update-compass-crud-to-shared-config&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4660136" author="xgen-internal-githook" created="Wed, 6 Jul 2022 13:36:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: improve `Binary` handling &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt; (#3218)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(compass-components): do not use `Binary` for displaying Binary data &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This avoids showing results that cannot be round-tripped&lt;br/&gt;
as input data again.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(hadron-type-checker): use UTF-8 when converting to Binary&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Otherwise, data cannot be round-tripped when converting from/to Binary&lt;br/&gt;
blobs properly.&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5673&quot; title=&quot;Update Query Bar to Leafy Green, implement new designs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5673&quot;&gt;&lt;del&gt;COMPASS-5673&lt;/del&gt;&lt;/a&gt;-query-bar&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4659987" author="xgen-internal-githook" created="Wed, 6 Jul 2022 12:40:44 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: improve `Binary` handling &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt; (#3218)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(compass-components): do not use `Binary` for displaying Binary data &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This avoids showing results that cannot be round-tripped&lt;br/&gt;
as input data again.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(hadron-type-checker): use UTF-8 when converting to Binary&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Otherwise, data cannot be round-tripped when converting from/to Binary&lt;br/&gt;
blobs properly.&lt;br/&gt;
Branch: compass-settings&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4659568" author="xgen-internal-githook" created="Wed, 6 Jul 2022 08:43:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: improve `Binary` handling &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt; (#3218)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(compass-components): do not use `Binary` for displaying Binary data &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This avoids showing results that cannot be round-tripped&lt;br/&gt;
as input data again.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(hadron-type-checker): use UTF-8 when converting to Binary&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Otherwise, data cannot be round-tripped when converting from/to Binary&lt;br/&gt;
blobs properly.&lt;br/&gt;
Branch: COMPASS-5806-automatically-refresh-after-csfle-insert&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4656702" author="xgen-internal-githook" created="Tue, 5 Jul 2022 10:21:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: improve `Binary` handling &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt; (#3218)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(compass-components): do not use `Binary` for displaying Binary data &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This avoids showing results that cannot be round-tripped&lt;br/&gt;
as input data again.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(hadron-type-checker): use UTF-8 when converting to Binary&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Otherwise, data cannot be round-tripped when converting from/to Binary&lt;br/&gt;
blobs properly.&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/2b214c425437c053ee6872a0529bf384be3f3fb2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4644165" author="xgen-internal-githook" created="Tue, 28 Jun 2022 09:54:17 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix(compass-components): do not use `Binary` for displaying Binary data &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5848&quot; title=&quot;Implicit Conversion of Binary Data While Using Binary(..., 3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5848&quot;&gt;&lt;del&gt;COMPASS-5848&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This avoids showing results that cannot be round-tripped&lt;br/&gt;
as input data again.&lt;br/&gt;
Branch: 5848-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/b4df869242a5934ed8075eb83fa6b7a8b26f68ef&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/b4df869242a5934ed8075eb83fa6b7a8b26f68ef&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="380158" name="image (1).png" size="88989" author="anna.henningsen@mongodb.com" created="Fri, 20 May 2022 12:48:09 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>11.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 20 May 2022 12:47:44 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 30 weeks, 2 days 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, 30 weeks, 2 days 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>
            <customfieldvalue>ramasai.tadepalli@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0voin:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr1nvi:08</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="6265">Iteration Dolphin</customfieldvalue>
    <customfieldvalue id="6308">Iteration Eel</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</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|i0vanz:</customfieldvalue>

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