<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 09:02:41 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>[JAVA-4679] Automatically create Queryable Encryption keys</title>
                <link>https://jira.mongodb.org/browse/JAVA-4679</link>
                <project id="10006" key="JAVA">Java Driver</project>
                    <description>&lt;p&gt;This ticket was split from &lt;tt&gt;DRIVERS-2312&lt;/tt&gt;, please see that ticket for a detailed description. &lt;/p&gt;</description>
                <environment></environment>
        <key id="2091619">JAVA-4679</key>
            <summary>Automatically create Queryable Encryption keys</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</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="9">Done</resolution>
                                        <assignee username="valentin.kovalenko@mongodb.com">Valentin Kavalenka</assignee>
                                    <reporter username="dbeng-pm-bot">PM Bot</reporter>
                        <labels>
                    </labels>
                <created>Fri, 15 Jul 2022 18:55:48 +0000</created>
                <updated>Fri, 10 Feb 2023 22:31:28 +0000</updated>
                            <resolved>Thu, 9 Feb 2023 16:32:42 +0000</resolved>
                                                    <fixVersion>4.9.0</fixVersion>
                                    <component>Client Side Encryption</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="5187266" author="xgen-internal-githook" created="Fri, 10 Feb 2023 17:38:46 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Valentin Kovalenko&apos;, &apos;email&apos;: &apos;valentin.kovalenko@mongodb.com&apos;, &apos;username&apos;: &apos;stIncMale&apos;}
&lt;p&gt;Message: Fix the &quot;database name is too long&quot; error that happens when running against Serverless (#1082)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-4679&quot; title=&quot;Automatically create Queryable Encryption keys&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-4679&quot;&gt;&lt;del&gt;JAVA-4679&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/a96faf682c92246ddcdda3758d685acff384ca76&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/a96faf682c92246ddcdda3758d685acff384ca76&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5183417" author="xgen-internal-githook" created="Thu, 9 Feb 2023 16:22:43 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Valentin Kovalenko&apos;, &apos;email&apos;: &apos;valentin.kovalenko@mongodb.com&apos;, &apos;username&apos;: &apos;stIncMale&apos;}
&lt;p&gt;Message: Add the `ClientEncryption.createEncryptedCollection` helper method (#1079)&lt;/p&gt;

&lt;p&gt;Add the `ClientEncryption.createEncryptedCollection` helper method&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-4679&quot; title=&quot;Automatically create Queryable Encryption keys&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-4679&quot;&gt;&lt;del&gt;JAVA-4679&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/59585def7fc31c100fd97fb7c3d4ec15a796b6ce&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/59585def7fc31c100fd97fb7c3d4ec15a796b6ce&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5155565" author="JIRAUSER1258163" created="Tue, 31 Jan 2023 17:40:04 +0000"  >&lt;p&gt;TL;DR:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;add new method &lt;tt&gt;ClientEncryption.CreateEncryptedCollection&lt;/tt&gt; &lt;a href=&quot;https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst#create-encrypted-collection-helper&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst#create-encrypted-collection-helper&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;add tests from section #21 &lt;a href=&quot;https://github.com/mongodb/specifications/tree/master/source/client-side-encryption/tests#automatic-data-encryption-keys&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/tree/master/source/client-side-encryption/tests#automatic-data-encryption-keys&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The relevant spec changes (ordered by the corresponding PR#):&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;done&amp;#93;&lt;/span&gt; the main spec change (note that eventually it was determined that the &lt;tt&gt;GetEncryptedFields&lt;/tt&gt; helper is irrelevant to this ticket) and prose tests &lt;a href=&quot;https://github.com/mongodb/specifications/commit/02c6e3fa7dbc3a64e5312ef820e0f1779069cadb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/02c6e3fa7dbc3a64e5312ef820e0f1779069cadb&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;done&amp;#93;&lt;/span&gt; more prose tests &lt;a href=&quot;https://github.com/mongodb/specifications/commit/64cf83b604107edffe9f75eb91b0690d5daa8b7c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/64cf83b604107edffe9f75eb91b0690d5daa8b7c&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;done&amp;#93;&lt;/span&gt; more prose tests &lt;a href=&quot;https://github.com/mongodb/specifications/commit/10122e797c6eeb5e96007ee1ca3ca0dbf0374d95&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/10122e797c6eeb5e96007ee1ca3ca0dbf0374d95&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;done&amp;#93;&lt;/span&gt; prose tests clarification &lt;a href=&quot;https://github.com/mongodb/specifications/commit/f6ecec6a70226b53f181a25c6b404be342735c1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/f6ecec6a70226b53f181a25c6b404be342735c1c&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;done&amp;#93;&lt;/span&gt; spec fix &lt;a href=&quot;https://github.com/mongodb/specifications/commit/a0bb4994ec9fb661d957cfaf7af5fc4fc7858484&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/a0bb4994ec9fb661d957cfaf7af5fc4fc7858484&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;done&amp;#93;&lt;/span&gt; spec fix &lt;a href=&quot;https://github.com/mongodb/specifications/commit/0a44c5bb3133d7b3e156276a9cba45daccb9266d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/0a44c5bb3133d7b3e156276a9cba45daccb9266d&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;done&amp;#93;&lt;/span&gt; mark &lt;tt&gt;@Beta&lt;/tt&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-2542&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/DRIVERS-2542&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;(&lt;b&gt;TODO&lt;/b&gt; when the spec change is done) more tests are coming &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-2538&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/DRIVERS-2538&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;done&amp;#93;&lt;/span&gt; spec fix and test changes &lt;a href=&quot;https://github.com/mongodb/specifications/commit/479f4bddf517eb6d90abdfc71043b711ccc1f867&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/479f4bddf517eb6d90abdfc71043b711ccc1f867&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;(&lt;b&gt;maybe TODO&lt;/b&gt;) more spec changes are coming &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-2540?focusedCommentId=5159364&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-5159364&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/DRIVERS-2540?focusedCommentId=5159364&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-5159364&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                                                <inwardlinks description="is documented by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="2251317">JAVA-4865</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2252295">JAVA-4866</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2211064">JAVA-4830</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10620">
                    <name>Issue split</name>
                                                                <inwardlinks description="split from">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></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_14266" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Documentation Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;We need to mention this change &quot;What&apos;s new&quot;&lt;/li&gt;
	&lt;li&gt;Since the CSFLE (&lt;a href=&quot;https://www.mongodb.com/docs/drivers/java/sync/current/fundamentals/csfle/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.mongodb.com/docs/drivers/java/sync/current/fundamentals/csfle/&lt;/a&gt;) driver docs do not document queryable encryption, we may optionally document the new method in the server docs tutorials (&lt;a href=&quot;https://www.mongodb.com/docs/manual/core/queryable-encryption/tutorials/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.mongodb.com/docs/manual/core/queryable-encryption/tutorials/&lt;/a&gt;), but I imagine that there is a special process for that and such changes can&apos;t be done simply as a result of a change in the Java driver.&lt;/li&gt;
&lt;/ul&gt;
</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_21553" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Quarter</customfieldname>
                        <customfieldvalues>
                                        <label>FY23Q3</label>
            <label>FY23Q4</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr3mmh:0400000942rcioi</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_21457" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Upstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;DRIVERS-2312:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;add new method &lt;tt&gt;ClientEncryption.CreateEncryptedCollection&lt;/tt&gt; &lt;a href=&quot;https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst#create-encrypted-collection-helper&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst#create-encrypted-collection-helper&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;add prose test from section #21 &lt;a href=&quot;https://github.com/mongodb/specifications/tree/master/source/client-side-encryption/tests#automatic-data-encryption-keys&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/tree/master/source/client-side-encryption/tests#automatic-data-encryption-keys&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;document &lt;tt&gt;ClientEncryption.CreateEncryptedCollection&lt;/tt&gt; as &quot;Public Technical Preview&quot;. Follow the convention taken with DRIVERS-2349.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The relevant spec changes:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;the main spec change (note that eventually it was determined that the &lt;tt&gt;GetEncryptedFields&lt;/tt&gt; helper is irrelevant to this ticket) and prose tests &lt;a href=&quot;https://github.com/mongodb/specifications/commit/02c6e3fa7dbc3a64e5312ef820e0f1779069cadb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/02c6e3fa7dbc3a64e5312ef820e0f1779069cadb&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;more prose tests &lt;a href=&quot;https://github.com/mongodb/specifications/commit/64cf83b604107edffe9f75eb91b0690d5daa8b7c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/64cf83b604107edffe9f75eb91b0690d5daa8b7c&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;more prose tests &lt;a href=&quot;https://github.com/mongodb/specifications/commit/10122e797c6eeb5e96007ee1ca3ca0dbf0374d95&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/10122e797c6eeb5e96007ee1ca3ca0dbf0374d95&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;prose tests clarification &lt;a href=&quot;https://github.com/mongodb/specifications/commit/f6ecec6a70226b53f181a25c6b404be342735c1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/f6ecec6a70226b53f181a25c6b404be342735c1c&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;spec fix &lt;a href=&quot;https://github.com/mongodb/specifications/commit/a0bb4994ec9fb661d957cfaf7af5fc4fc7858484&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/a0bb4994ec9fb661d957cfaf7af5fc4fc7858484&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;spec fix &lt;a href=&quot;https://github.com/mongodb/specifications/commit/0a44c5bb3133d7b3e156276a9cba45daccb9266d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/0a44c5bb3133d7b3e156276a9cba45daccb9266d&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;spec and test changes &lt;a href=&quot;https://github.com/mongodb/specifications/commit/479f4bddf517eb6d90abdfc71043b711ccc1f867&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/479f4bddf517eb6d90abdfc71043b711ccc1f867&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</customfieldvalue>

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