<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:22: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>[CDRIVER-4809] Add a default VERSION_CURRENT file to source</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-4809</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;h1&gt;&lt;a name=&quot;Proposal&quot;&gt;&lt;/a&gt;Proposal&lt;/h1&gt;

&lt;p&gt;Add a VERSION_CURRENT file to the source, to serve as the default version when a version cannot be computed.&lt;/p&gt;

&lt;p&gt;Update the release process to update VERSION_CURRENT when tagging and on the subsequent commits.&lt;/p&gt;
&lt;h1&gt;&lt;a name=&quot;Background%26Motivation&quot;&gt;&lt;/a&gt;Background &amp;amp; Motivation&lt;/h1&gt;

&lt;p&gt;The version is required to build the C driver. The C driver build attempts to &lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/blob/dc6fd8284d7b5f02ff15144eb64fc68a7f0aa3c0/build/cmake/BuildVersion.cmake#L11-L13&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;compute the version&lt;/a&gt; and stores in a file named &lt;tt&gt;VERSION_CURRENT&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;The version is computed with &lt;tt&gt;calc_release_version.py&lt;/tt&gt;. &lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/blob/b7a63541fdffb217ac4d765bcd964c557efc3e31/build/calc_release_version_selftest.sh#L40-L82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;calc_release_version_selftest.sh&lt;/a&gt; includes expected outputs.&lt;/p&gt;

&lt;p&gt;On a tagged commit, &lt;tt&gt;calc_release_version.py&lt;/tt&gt; prints the tag:&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;   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;% git checkout 1.25.4 --quiet           &lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;% python ./build/calc_release_version.py&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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-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;1.25.4&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;On an untagged commit, &lt;tt&gt;calc_release_version.py&lt;/tt&gt; includes the date and git hash:&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;   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;% git checkout 38f80af2b97a849f75a79e9f390b385b6bf1cb42&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;% python ./build/calc_release_version.py&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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-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;1.26.0-20240104+git38f80af2b9&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;Running &lt;tt&gt;calc_release_version.py&lt;/tt&gt; requires Python be available and compatible.&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4759&quot; title=&quot;Fix tasks failing to run calc_release_version.py with Python 3.12&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4759&quot;&gt;&lt;del&gt;CDRIVER-4759&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4603&quot; title=&quot;Replace usage of deprecated distutils module in calc_release_version.py&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4603&quot;&gt;&lt;del&gt;CDRIVER-4603&lt;/del&gt;&lt;/a&gt; resolved incompatibilities with Python 3.12&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4422&quot; title=&quot;Remove --merged option from calc_release_version.py&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4422&quot;&gt;&lt;del&gt;CDRIVER-4422&lt;/del&gt;&lt;/a&gt; resolved an incompatibility with older versions of &lt;tt&gt;git&lt;/tt&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Running &lt;tt&gt;calc_release_version.py&lt;/tt&gt; requires the git history be available. The git history is not available if using a shallow clone:&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;   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;% git clone git@github.com:mongodb/mongo-c-driver.git --depth=1&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;% cd mongo-c-driver&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;% python ./build/calc_release_version.py&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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-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;0.0.0&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;or downloading the release tarball from GitHub:&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;   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;% wget https://github.com/mongodb/mongo-c-driver/archive/refs/tags/1.25.4.tar.gz&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;% tar -xf 1.25.4.tar.gz&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;% cd mongo-c-driver-1.25.4&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;% python ./build/calc_release_version.py&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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-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;0.0.0&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;&lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4767?focusedCommentId=5984865&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-5984865&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;This comment&lt;/a&gt; notes difficulties encountered building after the source archive was removed in favor of a regular Git archive in &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4640&quot; title=&quot;Simplify the source archive generation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4640&quot;&gt;&lt;del&gt;CDRIVER-4640&lt;/del&gt;&lt;/a&gt;. The source archive previously contained a VERSION_CURRENT file.&lt;/p&gt;

&lt;h2&gt;&lt;a name=&quot;Updatingthereleaseprocess&quot;&gt;&lt;/a&gt;Updating the release process&lt;/h2&gt;

&lt;p&gt;Adding &lt;tt&gt;VERSION_CURRENT&lt;/tt&gt; to the source contradicts the motivation of &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-2831&quot; title=&quot;Migrate to dynamic VERSION_CURRENT&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-2831&quot;&gt;&lt;del&gt;CDRIVER-2831&lt;/del&gt;&lt;/a&gt; (Migrate to dynamic VERSION_CURRENT). I expect adding a &lt;tt&gt;VERSION_CURRENT&lt;/tt&gt; to the source will require additional release steps. I think that is a worthwhile cost to simplify the build for consumers.&lt;/p&gt;

&lt;p&gt;Extra care may be needed to ensure the &lt;tt&gt;VERSION_CURRENT&lt;/tt&gt; is updated on the &lt;tt&gt;master&lt;/tt&gt; branch and a release branch when releasing.&lt;br/&gt;
The C driver release process is &quot;branch-then-tag&quot;.&lt;/p&gt;

&lt;p&gt;Here is a possible set of steps for updating &lt;tt&gt;VERSION_CURRENT&lt;/tt&gt; on a minor release. This example uses &lt;tt&gt;1.26.0&lt;/tt&gt; as the minor release:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Check out the new release branch &lt;tt&gt;r1.26&lt;/tt&gt;. Update &lt;tt&gt;VERSION_CURRENT&lt;/tt&gt; to &lt;tt&gt;1.26.0&lt;/tt&gt;. Tag the commit with &lt;tt&gt;1.26.0&lt;/tt&gt;. Make a subsequent commit on &lt;tt&gt;r1.26&lt;/tt&gt; to set &lt;tt&gt;VERSION_CURRENT&lt;/tt&gt; to &lt;tt&gt;1.26.1-pre&lt;/tt&gt; (the next patch release).&lt;/li&gt;
	&lt;li&gt;Check out the master branch. Update &lt;tt&gt;VERSION_CURRENT&lt;/tt&gt; to &lt;tt&gt;1.27.0-pre&lt;/tt&gt; (the next minor release).&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Here is a possible set of steps for updating &lt;tt&gt;VERSION_CURRENT&lt;/tt&gt; on a patch release. This example uses &lt;tt&gt;1.26.1&lt;/tt&gt; as the minor release:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Check out the existing release branch &lt;tt&gt;r1.26&lt;/tt&gt;. Update &lt;tt&gt;VERSION_CURRENT&lt;/tt&gt; to &lt;tt&gt;1.26.1&lt;/tt&gt;. Tag the commit with &lt;tt&gt;1.26.1&lt;/tt&gt;. Make a subsequent commit on &lt;tt&gt;r1.26&lt;/tt&gt; to set &lt;tt&gt;VERSION_CURRENT&lt;/tt&gt; to &lt;tt&gt;1.26.2-pre&lt;/tt&gt; (the next patch release).&lt;/li&gt;
	&lt;li&gt;Do not update &lt;tt&gt;VERSION_CURRENT&lt;/tt&gt; on the master branch.&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="2537195">CDRIVER-4809</key>
            <summary>Add a default VERSION_CURRENT file to source</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="10300" iconUrl="https://jira.mongodb.org/images/icons/priorities/medium.svg">Unknown</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="kevin.albertson@mongodb.com">Kevin Albertson</assignee>
                                    <reporter username="kevin.albertson@mongodb.com">Kevin Albertson</reporter>
                        <labels>
                    </labels>
                <created>Thu, 4 Jan 2024 16:42:10 +0000</created>
                <updated>Thu, 25 Jan 2024 19:01:13 +0000</updated>
                            <resolved>Thu, 25 Jan 2024 19:01:13 +0000</resolved>
                                                    <fixVersion>1.26.0</fixVersion>
                    <fixVersion>1.25.5</fixVersion>
                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="6042360" author="xgen-internal-githook" created="Thu, 25 Jan 2024 18:59:07 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Kevin Albertson&apos;, &apos;email&apos;: &apos;kevin.albertson@mongodb.com&apos;, &apos;username&apos;: &apos;kevinAlbs&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4809&quot; title=&quot;Add a default VERSION_CURRENT file to source&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4809&quot;&gt;&lt;del&gt;CDRIVER-4809&lt;/del&gt;&lt;/a&gt; add a `VERSION_CURRENT` file (#1521)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/880241c8f4c2e3134ba5bfffbc141ee3757a1c8d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/880241c8f4c2e3134ba5bfffbc141ee3757a1c8d&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="2491306">CDRIVER-4767</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                        <customfield id="customfield_23812" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Assigned Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="26444"><![CDATA[C Drivers]]></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_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hvwqok:i</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>