<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:59:49 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>[DOCS-10100] BI Connector 2.2-rc0 release notes </title>
                <link>https://jira.mongodb.org/browse/DOCS-10100</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;Currently 2.2-rc0 release is targeted for the week of May 1. &lt;/p&gt;</description>
                <environment></environment>
        <key id="372763">DOCS-10100</key>
            <summary>BI Connector 2.2-rc0 release notes </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="9">Done</resolution>
                                        <assignee username="tony.sansone@mongodb.com">Anthony Sansone</assignee>
                                    <reporter username="rathi.gnanasekaran">Rathi Gnanasekaran</reporter>
                        <labels>
                            <label>release-notes</label>
                    </labels>
                <created>Mon, 10 Apr 2017 21:40:49 +0000</created>
                <updated>Fri, 7 Jul 2017 00:04:30 +0000</updated>
                            <resolved>Fri, 7 Jul 2017 00:04:26 +0000</resolved>
                                                                    <component>BI Connector</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="1614470" author="bryan.reinero@10gen.com" created="Wed, 5 Jul 2017 19:15:33 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=tony.sansone&quot; class=&quot;user-hover&quot; rel=&quot;tony.sansone&quot;&gt;tony.sansone&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Our autogenerated release notes are &lt;a href=&quot;https://jira.mongodb.org/jira/secure/ReleaseNote.jspa?projectId=13184&amp;amp;version=17814&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; for reference. I have condensed this list down to the following bullets&lt;/p&gt;

&lt;p&gt;for the line &quot;mongosqld can now be installed and run as a  service&quot; - Can we be specific this is a Windows service and can we have this link to instructions for running as a window&apos;s service please?&lt;/p&gt;


&lt;p&gt;&lt;b&gt;New Features&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Create MSI Windows installer&lt;/li&gt;
	&lt;li&gt;File base configuration&lt;/li&gt;
	&lt;li&gt;New command line arguments for default auth mechanism and database
	&lt;ul&gt;
		&lt;li&gt;Authentication Options:
		&lt;ul&gt;
			&lt;li&gt;--defaultAuthDatabase
			&lt;ul&gt;
				&lt;li&gt;default user source (defaults to admin)&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
			&lt;li&gt;--defaultAuthMechanism arg
			&lt;ul&gt;
				&lt;li&gt;default authentication mechanism (defaults to SCRAM-SHA1)&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Support the &apos;mysql.proc&apos; table in the mysql system database
	&lt;ul&gt;
		&lt;li&gt;Required by some data visualization tools&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;New startup option to specify default varchar length&lt;/li&gt;
	&lt;li&gt;Provide mongosqld status metrics with SHOW STATUS
	&lt;ul&gt;
		&lt;li&gt;Metrics reported: Connections, Queries, BytesSent, Threads Connected&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Mongosqld now binds to multiple ip addresses&lt;/li&gt;
	&lt;li&gt;Limit memory usage of group, sort, and join stages
	&lt;ul&gt;
		&lt;li&gt;Max memory allowed set by MySQL system variable or by configuration file&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Bug Fixes&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;BI Connector parses MySQL keywords used as identifiers without requiring escaping&lt;/li&gt;
	&lt;li&gt;CAST() Operator casts appropriate types to DECIMAL&lt;/li&gt;
	&lt;li&gt;Aggregate Functions on derived tables Containing Conditional Expressions had Caused NULL values&lt;/li&gt;
	&lt;li&gt;Type metadata mismatches between database metadata and result set metadata now consistent&lt;/li&gt;
	&lt;li&gt;Comparison of boolean table attributes and integer literals evaluate correctly when pushed Down&lt;/li&gt;
	&lt;li&gt;Mongosqld cleans up unused socket file on startup
	&lt;ul&gt;
		&lt;li&gt;No longer necessary to delete (/tmp/mysql.sock) when it isn&apos;t removed after an unexpected termination&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;NOT LIKE Predicates now pushed down correctly and return correct results&lt;/li&gt;
	&lt;li&gt;Parenthetical NOT conditionals Now Returning Correct Results&lt;/li&gt;
	&lt;li&gt;&amp;lt;&amp;gt; Operator comparing correctly when compared to NULL&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="1614127" author="adinoyi.omuya@10gen.com" created="Wed, 5 Jul 2017 15:03:05 +0000"  >&lt;p&gt;CC &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=bryan.reinero&quot; class=&quot;user-hover&quot; rel=&quot;bryan.reinero&quot;&gt;bryan.reinero&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1614125" author="adinoyi.omuya@10gen.com" created="Wed, 5 Jul 2017 15:02:30 +0000"  >&lt;p&gt;Here&apos;re my notes:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Support authenticating directly against MongoDB using our new authentication plugins (supports SCRAM-SHA-1 and PLAIN mechanisms) obviating the SSL requirement for authentication. C/JDBC versions are available at &lt;a href=&quot;https://github.com/mongodb/mongosql-auth-c/releases&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongosql-auth-c/releases&lt;/a&gt; and &lt;a href=&quot;https://github.com/mongodb/mongosql-auth-java/releases&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongosql-auth-java/releases&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;Support for configuration file with mongosqld in lieu of command line arguments&lt;/li&gt;
	&lt;li&gt;mongosqld can now be installed and run as a service&lt;/li&gt;
	&lt;li&gt;MSI installers now available for Windows&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="1614096" author="rathi.gnanasekaran" created="Wed, 5 Jul 2017 14:46:32 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=tony.sansone&quot; class=&quot;user-hover&quot; rel=&quot;tony.sansone&quot;&gt;tony.sansone&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=adinoyi.omuya&quot; class=&quot;user-hover&quot; rel=&quot;adinoyi.omuya&quot;&gt;adinoyi.omuya&lt;/a&gt; is working on the release notes now. We will send it over as soon as it is done. &lt;/p&gt;</comment>
                            <comment id="1611379" author="rathi.gnanasekaran" created="Fri, 30 Jun 2017 14:10:21 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=tony.sansone&quot; class=&quot;user-hover&quot; rel=&quot;tony.sansone&quot;&gt;tony.sansone&lt;/a&gt; We decided yesterday that we will be doing the rc0 release on July 5th so we will be sending over the notes then. &lt;/p&gt;</comment>
                            <comment id="1610365" author="rathi.gnanasekaran" created="Thu, 29 Jun 2017 14:07:11 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=tony.sansone&quot; class=&quot;user-hover&quot; rel=&quot;tony.sansone&quot;&gt;tony.sansone&lt;/a&gt; We will be providing you release notes for the rc0 by end of day today. &lt;/p&gt;</comment>
                            <comment id="1564714" author="rathi.gnanasekaran" created="Thu, 4 May 2017 18:27:31 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=andrew.aldridge&quot; class=&quot;user-hover&quot; rel=&quot;andrew.aldridge&quot;&gt;andrew.aldridge&lt;/a&gt; The release has been pushed to after the offsite now. We will provide you with the release notes when we are ready. &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </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>Tue, 2 May 2017 15:44:56 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 32 weeks 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCSP-427</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>jess.mokrzecki@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            6 years, 32 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>adinoyi.omuya@mongodb.com</customfieldvalue>
            <customfieldvalue>tony.sansone@mongodb.com</customfieldvalue>
            <customfieldvalue>bryan.reinero</customfieldvalue>
            <customfieldvalue>rathi.gnanasekaran</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|ht5l8f:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|ht1zvb:</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="1324">KANBAN BUCKET</customfieldvalue>

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

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