<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:44:59 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-6996] Move saslprep into devtools-shared</title>
                <link>https://jira.mongodb.org/browse/COMPASS-6996</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;h3&gt;&lt;a name=&quot;UseCase&quot;&gt;&lt;/a&gt;Use Case&lt;/h3&gt;
&lt;p&gt;As a developer&lt;br/&gt;
I want saslprep moved into devtools-shared&lt;br/&gt;
So that I have a proper working automated release&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;UserImpact&quot;&gt;&lt;/a&gt;User Impact&lt;/h3&gt;
&lt;p&gt;Users using SCRAM-SHA256 and a bundler are not getting digested passwords.&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;Dependencies&quot;&gt;&lt;/a&gt;Dependencies&lt;/h3&gt;
&lt;p&gt;None&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;Unknowns&quot;&gt;&lt;/a&gt;Unknowns&lt;/h3&gt;
&lt;p&gt;None&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;AcceptanceCriteria&quot;&gt;&lt;/a&gt;Acceptance Criteria&lt;/h3&gt;

&lt;h4&gt;&lt;a name=&quot;ImplementationRequirements&quot;&gt;&lt;/a&gt;Implementation Requirements&lt;/h4&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Move the code in &lt;a href=&quot;https://github.com/reklatsmasters/saslprep&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/reklatsmasters/saslprep&lt;/a&gt; to a new package in the &lt;a href=&quot;https://github.com/mongodb-js/devtools-shared/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/devtools-shared/&lt;/a&gt; monorepo&lt;/li&gt;
	&lt;li&gt;Update package name to @mongodb-js/saslprep&lt;/li&gt;
	&lt;li&gt;Ensure lerna bootstrap is working properly from root.&lt;/li&gt;
	&lt;li&gt;Ensure compile script properly generates code points.&lt;/li&gt;
	&lt;li&gt;Publish @mongodb-js/saslprep in a new version.&lt;/li&gt;
	&lt;li&gt;Update Node driver dependency to use @mongodb-js/saslprep&lt;/li&gt;
&lt;/ul&gt;


&lt;h4&gt;&lt;a name=&quot;TestingRequirements&quot;&gt;&lt;/a&gt;Testing Requirements&lt;/h4&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Move tests into the devtools-shared package&lt;/li&gt;
	&lt;li&gt;Ensure tests are passing.&lt;/li&gt;
&lt;/ul&gt;


&lt;h4&gt;&lt;a name=&quot;DocumentationRequirements&quot;&gt;&lt;/a&gt;Documentation Requirements&lt;/h4&gt;
&lt;p&gt;Update any documentation pointing at the old saslprep module to use the new one.&lt;/p&gt;

&lt;h4&gt;&lt;a name=&quot;FollowUpRequirements&quot;&gt;&lt;/a&gt;Follow Up Requirements&lt;/h4&gt;
&lt;p&gt;None&lt;/p&gt;</description>
                <environment></environment>
        <key id="2382455">COMPASS-6996</key>
            <summary>Move saslprep into devtools-shared</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="dbeng-pm-bot">PM Bot</reporter>
                        <labels>
                            <label>needs-prioritization</label>
                            <label>node-driver</label>
                    </labels>
                <created>Mon, 3 Jul 2023 11:03:29 +0000</created>
                <updated>Sun, 29 Oct 2023 02:38:18 +0000</updated>
                            <resolved>Tue, 1 Aug 2023 14:09:47 +0000</resolved>
                                                    <fixVersion>No version</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="5662826" author="xgen-internal-githook" created="Mon, 28 Aug 2023 12:20: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: chore(deps): use @mongodb-js/saslprep &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6996&quot; title=&quot;Move saslprep into devtools-shared&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6996&quot;&gt;&lt;del&gt;COMPASS-6996&lt;/del&gt;&lt;/a&gt; (#1540)&lt;/p&gt;

&lt;p&gt;&#8230; until the driver package starts depending directly on it, rather&lt;br/&gt;
than in an optional dependency.&lt;br/&gt;
Branch: feat-&lt;a href=&quot;https://jira.mongodb.org/browse/MONGOSH-1514&quot; title=&quot;Atlas streams support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOSH-1514&quot;&gt;&lt;del&gt;MONGOSH-1514&lt;/del&gt;&lt;/a&gt;-atlas-streams&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/b1de665c4823ac71c759cde1b713395baba0376e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/b1de665c4823ac71c759cde1b713395baba0376e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5608976" author="xgen-internal-githook" created="Wed, 2 Aug 2023 21:46:41 +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: chore(deps): use @mongodb-js/saslprep &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6996&quot; title=&quot;Move saslprep into devtools-shared&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6996&quot;&gt;&lt;del&gt;COMPASS-6996&lt;/del&gt;&lt;/a&gt; (#1540)&lt;/p&gt;

&lt;p&gt;&#8230; until the driver package starts depending directly on it, rather&lt;br/&gt;
than in an optional dependency.&lt;br/&gt;
Branch: feature/&lt;a href=&quot;https://jira.mongodb.org/browse/MONGOSH-1369&quot; title=&quot;Expose and test static fromX bson type creation methods to Binary and ObjectId&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOSH-1369&quot;&gt;&lt;del&gt;MONGOSH-1369&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/b1de665c4823ac71c759cde1b713395baba0376e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/b1de665c4823ac71c759cde1b713395baba0376e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5607128" author="xgen-internal-githook" created="Wed, 2 Aug 2023 12:16: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: chore(deps): use @mongodb-js/saslprep &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6996&quot; title=&quot;Move saslprep into devtools-shared&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6996&quot;&gt;&lt;del&gt;COMPASS-6996&lt;/del&gt;&lt;/a&gt; (#1540)&lt;/p&gt;

&lt;p&gt;&#8230; until the driver package starts depending directly on it, rather&lt;br/&gt;
than in an optional dependency.&lt;br/&gt;
Branch: debug-coverage&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/b1de665c4823ac71c759cde1b713395baba0376e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/b1de665c4823ac71c759cde1b713395baba0376e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5607061" author="xgen-internal-githook" created="Wed, 2 Aug 2023 11:35: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: chore(deps): use @mongodb-js/saslprep &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6996&quot; title=&quot;Move saslprep into devtools-shared&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6996&quot;&gt;&lt;del&gt;COMPASS-6996&lt;/del&gt;&lt;/a&gt; (#1540)&lt;/p&gt;

&lt;p&gt;&#8230; until the driver package starts depending directly on it, rather&lt;br/&gt;
than in an optional dependency.&lt;br/&gt;
Branch: 1140-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/b1de665c4823ac71c759cde1b713395baba0376e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/b1de665c4823ac71c759cde1b713395baba0376e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5604794" author="xgen-internal-githook" created="Tue, 1 Aug 2023 14:09:28 +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: chore(deps): use @mongodb-js/saslprep &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6996&quot; title=&quot;Move saslprep into devtools-shared&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6996&quot;&gt;&lt;del&gt;COMPASS-6996&lt;/del&gt;&lt;/a&gt; (#1540)&lt;/p&gt;

&lt;p&gt;&#8230; until the driver package starts depending directly on it, rather&lt;br/&gt;
than in an optional dependency.&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/b1de665c4823ac71c759cde1b713395baba0376e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/b1de665c4823ac71c759cde1b713395baba0376e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5601365" author="xgen-internal-githook" created="Mon, 31 Jul 2023 11:06: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: chore(deps): use @mongodb-js/saslprep &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6996&quot; title=&quot;Move saslprep into devtools-shared&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6996&quot;&gt;&lt;del&gt;COMPASS-6996&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#8230; until the driver package starts depending directly on it, rather&lt;br/&gt;
than in an optional dependency.&lt;br/&gt;
Branch: 6996-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/3660bde67e0164f7c3dbac6cab8e78ff90c0297d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/3660bde67e0164f7c3dbac6cab8e78ff90c0297d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5601364" author="xgen-internal-githook" created="Mon, 31 Jul 2023 11:05: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: chore(deps): use @mongodb-js/saslprep &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6996&quot; title=&quot;Move saslprep into devtools-shared&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6996&quot;&gt;&lt;del&gt;COMPASS-6996&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#8230; until the driver package starts depending directly on it, rather&lt;br/&gt;
than in an optional dependency.&lt;br/&gt;
Branch: 6996-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/0e875dad3dfec9d2b748da9785daf0d1b2dc6025&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/0e875dad3dfec9d2b748da9785daf0d1b2dc6025&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2384906">COMPASS-7006</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2382454">NODE-5396</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 6 Jul 2023 12:37:20 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        23 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>MONGOSH-1319</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>
                            23 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>dbeng-pm-bot</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i2gb3j:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i1ygw8:</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="7577">Iteration Gargoyleosaurus</customfieldvalue>

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

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