<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 09:08:58 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-561] Enable QE version 2 by default in libmongocrypt</title>
                <link>https://jira.mongodb.org/browse/MONGOCRYPT-561</link>
                <project id="17481" key="MONGOCRYPT">Libmongocrypt</project>
                    <description>&lt;p&gt;The protocol version 2 of Queryable Encryption shall be enabled by default in libmongocrypt so that drivers can start sending the QE v2 payload types against server version 7.0 and after.&#160; The &lt;tt&gt;use_fle2_v2&lt;/tt&gt; flag in &lt;tt&gt;_mongocrypt_opts_t&lt;/tt&gt; controls whether libmongocrypt uses v2 or the preview version.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2288281">MONGOCRYPT-561</key>
            <summary>Enable QE version 2 by default in libmongocrypt</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="erwin.pe@mongodb.com">Erwin Pe</reporter>
                        <labels>
                    </labels>
                <created>Tue, 14 Mar 2023 19:59:34 +0000</created>
                <updated>Sat, 28 Oct 2023 10:25:59 +0000</updated>
                            <resolved>Fri, 21 Apr 2023 18:22:50 +0000</resolved>
                                                    <fixVersion>1.8.0</fixVersion>
                    <fixVersion>1.8.0-alpha1</fixVersion>
                                                        <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="5366909" author="xgen-internal-githook" created="Fri, 21 Apr 2023 18:22:35 +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-561&quot; title=&quot;Enable QE version 2 by default in libmongocrypt&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOCRYPT-561&quot;&gt;&lt;del&gt;MONGOCRYPT-561&lt;/del&gt;&lt;/a&gt; enable QEv2 protocol by default (#621)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;default to using FLEv2 (aka QEv2)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;replace TESTER_MONGOCRYPT_WITH_CRYPT_V2 with V1&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Tests default to using V2, and must opt in to using V1&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;update _test_encrypt_fle2_encryption_placeholder for new default&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;enable QEv1 in QEv1 tests&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix incorrect payload in encrypted-payload.json&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Old payload did not include &apos;e&apos; field.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;remove mongocrypt_setopt_fle2v2 from Java bindings&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Calling is no longer necessary. QEv2 is now the default.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;remove mongocrypt_setopt_fle2v2 from Node bindings&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Calling is no longer necessary. QEv2 is now the default.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;add fle2-find-range-explicit-v2/int32 test data&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Intended for use in the Java and Python bindings tests.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;update test_range_query_int32 in Python bindings&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;update testExplicitEncryptionDecryption in Java bindings&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove mongocrypt_setopt_fle2v2 from public API&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove mongocrypt_setopt_fle2v2 from C# bindings&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/libmongocrypt/commit/98e2bf241d5d79be5456836e626c8cc069dd568f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/libmongocrypt/commit/98e2bf241d5d79be5456836e626c8cc069dd568f&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5366908" author="mms-build@10gen.com" created="Fri, 21 Apr 2023 18:22:34 +0000"  >&lt;p&gt; &lt;a href=&quot;https://github.com/kevinAlbs&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;kevinAlbs&lt;/a&gt; merged a pull request (&lt;a href=&quot;https://github.com/mongodb/libmongocrypt/pull/621&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;MONGOCRYPT-561 enable QEv2 protocol by default&lt;/a&gt;) into the following branch:&lt;br/&gt;
                       master: &lt;a href=&quot;https://github.com/kevinAlbs/libmongocrypt/commit/98e2bf241d5d79be5456836e626c8cc069dd568f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98e2bf241d5d79be5456836e626c8cc069dd568f&lt;/a&gt;&lt;/p&gt;
</comment>
                            <comment id="5331997" author="kevin.albertson" created="Fri, 7 Apr 2023 12:36:13 +0000"  >&lt;p&gt;Also consider removing &lt;tt&gt;mongocrypt_setopt_fle2v2&lt;/tt&gt;. Drivers using libmongocrypt 1.8.0 will not need to support QEv1 and have no need for this method. &lt;tt&gt;mongocrypt_setopt_fle2v2&lt;/tt&gt; was introduced in 1.8.0-alpha0.&lt;/p&gt;

&lt;p&gt;Requested here: &lt;a href=&quot;https://mongodb.slack.com/archives/CFPHLTRMK/p1680871735246859?thread_ts=1680805653.511599&amp;amp;cid=CFPHLTRMK&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://mongodb.slack.com/archives/CFPHLTRMK/p1680871735246859?thread_ts=1680805653.511599&amp;amp;cid=CFPHLTRMK&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="2133465">DRIVERS-2435</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_21957" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Binding Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="22965"><![CDATA[Needed]]></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_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i1ija8:</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>