<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:01:05 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>[CXX-1009] mongocxx::pool should take options::pool, not options::ssl</title>
                <link>https://jira.mongodb.org/browse/CXX-1009</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description>&lt;p&gt;The pool class needs to proxy all options onto clients returned from the pool, so it needs to take the same options as client does.&lt;/p&gt;

&lt;p&gt;Many options come from the URI, but some don&apos;t.  Currently, options::clients includes options::ssl, but more could be added in the future, such as APM. &lt;/p&gt;</description>
                <environment></environment>
        <key id="312534">CXX-1009</key>
            <summary>mongocxx::pool should take options::pool, not options::ssl</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="rassi">J Rassi</assignee>
                                    <reporter username="david.golden@mongodb.com">David Golden</reporter>
                        <labels>
                    </labels>
                <created>Mon, 29 Aug 2016 18:30:47 +0000</created>
                <updated>Tue, 29 Nov 2016 18:48:29 +0000</updated>
                            <resolved>Sat, 8 Oct 2016 20:32:06 +0000</resolved>
                                                    <fixVersion>3.1.0</fixVersion>
                                    <component>API</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="1444945" author="xgen-internal-githook" created="Tue, 29 Nov 2016 18:48:29 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1009&quot; title=&quot;mongocxx::pool should take options::pool, not options::ssl&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1009&quot;&gt;&lt;del&gt;CXX-1009&lt;/del&gt;&lt;/a&gt; pool ctor should take options::pool, not options::ssl&lt;/p&gt;

&lt;p&gt;This is an API-breaking change to improve the consistency between the&lt;br/&gt;
pool class and the client class.&lt;/p&gt;

&lt;p&gt;Existing users of the pool class who are passing ssl options to the&lt;br/&gt;
pool constructor should instead construct the appropriate&lt;br/&gt;
options::pool object.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/ac271fe92aedb23de42768402ab7573188c11dcb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/ac271fe92aedb23de42768402ab7573188c11dcb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1444944" author="xgen-internal-githook" created="Tue, 29 Nov 2016 18:48:28 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1009&quot; title=&quot;mongocxx::pool should take options::pool, not options::ssl&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1009&quot;&gt;&lt;del&gt;CXX-1009&lt;/del&gt;&lt;/a&gt; Add options::pool&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/2849d7964d7903c34690ee94ae96d7c1680409e9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/2849d7964d7903c34690ee94ae96d7c1680409e9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1403658" author="xgen-internal-githook" created="Sat, 8 Oct 2016 20:31:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1009&quot; title=&quot;mongocxx::pool should take options::pool, not options::ssl&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1009&quot;&gt;&lt;del&gt;CXX-1009&lt;/del&gt;&lt;/a&gt; pool ctor should take options::pool, not options::ssl&lt;/p&gt;

&lt;p&gt;This is an API-breaking change to improve the consistency between the&lt;br/&gt;
pool class and the client class.&lt;/p&gt;

&lt;p&gt;Existing users of the pool class who are passing ssl options to the&lt;br/&gt;
pool constructor should instead construct the appropriate&lt;br/&gt;
options::pool object.&lt;br/&gt;
Branch: 3.1-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/ac271fe92aedb23de42768402ab7573188c11dcb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/ac271fe92aedb23de42768402ab7573188c11dcb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1403657" author="xgen-internal-githook" created="Sat, 8 Oct 2016 20:31:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1009&quot; title=&quot;mongocxx::pool should take options::pool, not options::ssl&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1009&quot;&gt;&lt;del&gt;CXX-1009&lt;/del&gt;&lt;/a&gt; Add options::pool&lt;br/&gt;
Branch: 3.1-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/2849d7964d7903c34690ee94ae96d7c1680409e9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/2849d7964d7903c34690ee94ae96d7c1680409e9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1386595" author="david.golden" created="Fri, 16 Sep 2016 19:04:14 +0000"  >&lt;p&gt;Resolution pending discussion in &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1546&quot; title=&quot;What is the expected direction for client/pool options?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1546&quot;&gt;&lt;del&gt;CDRIVER-1546&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1384938" author="rassi@10gen.com" created="Thu, 15 Sep 2016 01:06:10 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/pull/533&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/pull/533&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="316822">CDRIVER-1546</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <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|hrcbsv:</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="1258">Perl/CXX 2016-09-30</customfieldvalue>
    <customfieldvalue id="1287">Perl/CXX 2016-10-21</customfieldvalue>

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