<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:36:00 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>[GODRIVER-1250] Change Client to depend on Deployment instead of Topology</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-1250</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;This was originally going to be part of &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-1249&quot; title=&quot;Implement a mock deployment&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-1249&quot;&gt;&lt;del&gt;GODRIVER-1249&lt;/del&gt;&lt;/a&gt; but the work to do this is non-trivial and is a precursor to integrate the testing framework. The work for this ticket includes:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Replace the &lt;tt&gt;Client.topology&lt;/tt&gt; field with &lt;tt&gt;Client.deployment&lt;/tt&gt;.&lt;/li&gt;
	&lt;li&gt;Move the session pool from &lt;tt&gt;topology.Topology&lt;/tt&gt; to &lt;tt&gt;mongo.Client&lt;/tt&gt;{{}}&lt;/li&gt;
&lt;/ol&gt;
</description>
                <environment></environment>
        <key id="905270">GODRIVER-1250</key>
            <summary>Change Client to depend on Deployment instead of Topology</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="divjot.arora@mongodb.com">Divjot Arora</assignee>
                                    <reporter username="divjot.arora@mongodb.com">Divjot Arora</reporter>
                        <labels>
                    </labels>
                <created>Fri, 23 Aug 2019 21:28:25 +0000</created>
                <updated>Sat, 28 Oct 2023 11:38:39 +0000</updated>
                            <resolved>Tue, 27 Aug 2019 12:22:30 +0000</resolved>
                                                    <fixVersion>1.2.0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="2400266" author="xgen-internal-githook" created="Thu, 29 Aug 2019 18:35:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Divjot Arora&apos;, &apos;username&apos;: &apos;divjotarora&apos;, &apos;email&apos;: &apos;divjot.arora@10gen.com&apos;}
&lt;p&gt;Message: Only create topology if deployment is nil in NewClient.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-1250&quot; title=&quot;Change Client to depend on Deployment instead of Topology&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-1250&quot;&gt;&lt;del&gt;GODRIVER-1250&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Change-Id: Icc3bb0ed79db80e9d8d44572d5811afd0ca2ffb1&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/d592c05e2f6bf66d86793723e7d3144a86c422eb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/d592c05e2f6bf66d86793723e7d3144a86c422eb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2388250" author="xgen-internal-githook" created="Tue, 27 Aug 2019 12:21:37 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;divjotarora&apos;, &apos;email&apos;: &apos;divjot.arora@10gen.com&apos;, &apos;name&apos;: &apos;Divjot Arora&apos;}
&lt;p&gt;Message: Change Client to depend on driver.Deployment&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Move session pooling from Topology to Client.&lt;/li&gt;
	&lt;li&gt;Add method to create Client from a Deployment.&lt;/li&gt;
	&lt;li&gt;Add interfaces to allow arbitrary Deployments to support connecting, disconnecting, and sessions.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-1250&quot; title=&quot;Change Client to depend on Deployment instead of Topology&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-1250&quot;&gt;&lt;del&gt;GODRIVER-1250&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Change-Id: I64c02c29424a3690d43c995c8bd2bcbc19cb9e96&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/bb9530df7191054d68c7879dc4a2045eb71ad856&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/bb9530df7191054d68c7879dc4a2045eb71ad856&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2386346" author="divjot.arora" created="Mon, 26 Aug 2019 12:30:20 +0000"  >&lt;p&gt;CR:&#160;&lt;a href=&quot;https://review.gerrithub.io/c/mongodb/mongo-go-driver/+/466286&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.gerrithub.io/c/mongodb/mongo-go-driver/+/466286&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="905050">GODRIVER-1249</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>GODRIVER-251</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hvbczr:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>