<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:59:01 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-9729] BI Connector 2.1-rc0 release notes</title>
                <link>https://jira.mongodb.org/browse/DOCS-9729</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description></description>
                <environment></environment>
        <key id="343010">DOCS-9729</key>
            <summary>BI Connector 2.1-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="andrew.aldridge@mongodb.com">Andrew Aldridge</assignee>
                                    <reporter username="rathi.gnanasekaran">Rathi Gnanasekaran</reporter>
                        <labels>
                    </labels>
                <created>Thu, 5 Jan 2017 18:11:16 +0000</created>
                <updated>Wed, 1 Mar 2017 19:52:26 +0000</updated>
                            <resolved>Wed, 1 Mar 2017 19:52:21 +0000</resolved>
                                                                    <component>BI Connector</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="1513592" author="andrew.aldridge@10gen.com" created="Wed, 1 Mar 2017 19:51:41 +0000"  >&lt;p&gt;Deployed all three branches, redirected / to /v2.0 rather than /master, and added a note about --fork (and removed its option documentation).&lt;/p&gt;</comment>
                            <comment id="1513211" author="jeff.yemin" created="Wed, 1 Mar 2017 14:16:58 +0000"  >&lt;p&gt;Please add a note about BI-909 as Bryan mentioned above.&lt;/p&gt;</comment>
                            <comment id="1513208" author="rathi.gnanasekaran" created="Wed, 1 Mar 2017 14:13:05 +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 is now available on the download center so you can publish the release notes now. Also note we have updated the release to be 2.1-rc0 (previously beta1). &lt;/p&gt;</comment>
                            <comment id="1511104" author="bryan.reinero@10gen.com" created="Tue, 28 Feb 2017 12:13:33 +0000"  >&lt;p&gt;Due to BI-909 the connector will no longer have a &apos;&apos;--fork&apos; option. Users will instead need to run mongsqld as a background process with nohup to run as a daemon process. We should note this change in the release notes and provide a command line example.&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;nohup bi-connector/bin/mongosqld --schemaDirectory=schema --logPath=logs/mongosqld.log --addr=172.31.42.65:3307 -vvvv --mongo-uri=172.31.42.65:27017 &amp;amp;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;We should also to a new Document on how to run the connector as Windows service DOCSP-335&lt;/p&gt;
</comment>
                            <comment id="1508709" author="jeff.yemin" created="Fri, 24 Feb 2017 14:12:16 +0000"  >&lt;p&gt;Here&apos;s my list:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Substantial performance improvements for some common JOIN scenarios&lt;/li&gt;
	&lt;li&gt;Improvements to index utilization by pushing $match stages earlier in the aggregation pipeline&lt;/li&gt;
	&lt;li&gt;More SQL functions and operators are pushed down to the aggregation pipeline&lt;/li&gt;
	&lt;li&gt;Support for additional SQL language features, such as ``USE`` and ``SHOW CREATE TABLE `` statements, ``STRAIGHT_JOIN``,&lt;br/&gt;
  the unary plus (``+``) operator, and the ``INTERVAL`` keyword in :ref:`date arithmetic &amp;lt;sql-date-and-time&amp;gt;`.&lt;/li&gt;
&lt;/ul&gt;


&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="1507726" author="andrew.aldridge@10gen.com" created="Thu, 23 Feb 2017 22:06:53 +0000"  >&lt;p&gt;Draft change list. Should I add more detail? Less? Anything that should/shouldn&apos;t be mentioned?&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Support ODBC syntax in the SQL parser.&lt;/li&gt;
	&lt;li&gt;Support more SQL language features, such as ``STRAIGHT_JOIN``,&lt;br/&gt;
  the unary plus (``+``) operator, and the ``INTERVAL`` keyword&lt;br/&gt;
  in :ref:`date arithmetic &amp;lt;sql-date-and-time&amp;gt;`.&lt;/li&gt;
	&lt;li&gt;Fix privilege lookups for users authenticating against databases&lt;br/&gt;
  having a capital letter in their name.&lt;/li&gt;
	&lt;li&gt;More operations are pushed down to the MongoDB server.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="1506061" author="rathi.gnanasekaran" created="Wed, 22 Feb 2017 15:41:01 +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; We are finally ready for 2.1-beta 1 release for end of this week. &lt;/p&gt;</comment>
                            <comment id="1484449" author="rathi.gnanasekaran" created="Tue, 24 Jan 2017 22:43:43 +0000"  >&lt;p&gt;We have pushed back the beta again. Jeff or I will add info when we are ready to do the beta release. &lt;/p&gt;</comment>
                            <comment id="1480700" author="andrew.aldridge@10gen.com" created="Thu, 19 Jan 2017 21:11:55 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=rathi.gnanasekaran&quot; class=&quot;user-hover&quot; rel=&quot;rathi.gnanasekaran&quot;&gt;rathi.gnanasekaran&lt;/a&gt; Sounds good! Please file tickets for any significant changes at least several days before release&lt;/p&gt;</comment>
                            <comment id="1479088" author="rathi.gnanasekaran" created="Wed, 18 Jan 2017 15:31:57 +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; We have pushed back the release by 1 week. New date is Jan 25. &lt;/p&gt;</comment>
                            <comment id="1471130" author="jeff.yemin" created="Fri, 6 Jan 2017 14:28:40 +0000"  >&lt;p&gt;Yes, you can assume that.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>11.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 6 Jan 2017 14:23:33 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 50 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_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, 50 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>andrew.aldridge@mongodb.com</customfieldvalue>
            <customfieldvalue>bryan.reinero</customfieldvalue>
            <customfieldvalue>jeff.yemin@mongodb.com</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|ht0iyn:</customfieldvalue>

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

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