<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 09:08:48 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>[MONGOCRYPT-489] Update Range find payloads</title>
                <link>https://jira.mongodb.org/browse/MONGOCRYPT-489</link>
                <project id="17481" key="MONGOCRYPT">Libmongocrypt</project>
                    <description>&lt;p&gt;&lt;b&gt;Scope&lt;/b&gt;&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Update payloads to match changes in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-70300&quot; title=&quot;Update range encrypted find payload to work with $gt/$lt operators.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-70300&quot;&gt;&lt;del&gt;SERVER-70300&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-70305&quot; title=&quot;Update server-side match rewrite to look for payloads under $gt/$lt/$gte/$lte&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-70305&quot;&gt;&lt;del&gt;SERVER-70305&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Background &amp;amp; Motivation&lt;/b&gt;&lt;br/&gt;
The payload changes are motivated by support the proposal for &lt;a href=&quot;https://docs.google.com/document/d/1Lq4QLwqj4T-zeXjy4bforyNhP3qkNpCILW_ez-FpB_4/edit#&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.google.com/document/d/1Lq4QLwqj4T-zeXjy4bforyNhP3qkNpCILW_ez-FpB_4/edit#&lt;/a&gt;&lt;/p&gt;
</description>
                <environment></environment>
        <key id="2160309">MONGOCRYPT-489</key>
            <summary>Update Range find payloads</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="10300" iconUrl="https://jira.mongodb.org/images/icons/priorities/medium.svg">Unknown</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="kevin.albertson@mongodb.com">Kevin Albertson</assignee>
                                    <reporter username="kevin.albertson@mongodb.com">Kevin Albertson</reporter>
                        <labels>
                    </labels>
                <created>Mon, 17 Oct 2022 13:50:47 +0000</created>
                <updated>Sat, 28 Oct 2023 10:25:51 +0000</updated>
                            <resolved>Fri, 28 Oct 2022 20:36:30 +0000</resolved>
                                                    <fixVersion>1.7.0</fixVersion>
                    <fixVersion>1.7.0-alpha0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="4937059" author="xgen-internal-githook" created="Fri, 28 Oct 2022 20:35:47 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Kevin Albertson&apos;, &apos;email&apos;: &apos;kevin.albertson@mongodb.com&apos;, &apos;username&apos;: &apos;kevinAlbs&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOCRYPT-489&quot; title=&quot;Update Range find payloads&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOCRYPT-489&quot;&gt;&lt;del&gt;MONGOCRYPT-489&lt;/del&gt;&lt;/a&gt; Update Range find payloads (#482)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;update FLE2RangeFindSpec for firstOperator + secondOperator&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;move mc_FLE2RangeOperator_t to separate header&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;It will be used by FLE2FindRangePayload&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;update FLE2FindRangePayload&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;zero init mc_FLE2RangeFindSpec_t when parsing&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix -Wmissing-braces warning&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This may be a gcc bug: &lt;a href=&quot;https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/libmongocrypt/commit/e49175a3d75746383d71d086a5cec5de6b225aac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/libmongocrypt/commit/e49175a3d75746383d71d086a5cec5de6b225aac&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4929645" author="xgen-internal-githook" created="Wed, 26 Oct 2022 18:44:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Kevin Albertson&apos;, &apos;email&apos;: &apos;kevin.albertson@mongodb.com&apos;, &apos;username&apos;: &apos;kevinAlbs&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOCRYPT-489&quot; title=&quot;Update Range find payloads&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOCRYPT-489&quot;&gt;&lt;del&gt;MONGOCRYPT-489&lt;/del&gt;&lt;/a&gt; Update FLE2FindRangeSpec (#477)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;add failing test for parsing updated FLE2EncryptionPlaceholder for range&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;update FLE2RangeFindSpec&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/libmongocrypt/commit/3525eb4bb60db056a22af42f823f575e2ea37578&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/libmongocrypt/commit/3525eb4bb60db056a22af42f823f575e2ea37578&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="2153554">SERVER-70300</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2153566">SERVER-70305</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>MONGOCRYPT-472</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i0wxww:</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_22279" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Server Compat</customfieldname>
                        <customfieldvalues>
                                        <label>6.2</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>