<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:15: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-2369] Don&apos;t bundle Snappy</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-2369</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;We&apos;ve attempted to bundle libsnappy into the C Driver, to provide Snappy compression on systems where libsnappy has not already been installed. We do this very oddly, however: instead of compiling Snappy&apos;s code into the C Driver, we actually compile libsnappy as a separate installable (or several installables) and install it into the system library path alongside libmongoc. This has caused many problems for people who want to link against libmongoc: they must now add -lsnappy to the link line to link to libmongoc, and they need a C++ linker.&lt;/p&gt;

&lt;p&gt;If we compiled Snappy&apos;s source into libmongoc, then libmongoc would depend on the C++ standard library, and it would still require a C++ linker.&lt;/p&gt;

&lt;p&gt;This is not worth the mess for the sake of better compression without depending on a system library. Users who want Snappy will need to install it before building the driver. We&apos;ll unbundle Snappy in 1.8.2.&lt;/p&gt;</description>
                <environment></environment>
        <key id="458104">CDRIVER-2369</key>
            <summary>Don&apos;t bundle Snappy</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="jesse@mongodb.com">A. Jesse Jiryu Davis</assignee>
                                    <reporter username="jesse@mongodb.com">A. Jesse Jiryu Davis</reporter>
                        <labels>
                    </labels>
                <created>Mon, 13 Nov 2017 22:10:54 +0000</created>
                <updated>Sat, 28 Oct 2023 11:30:20 +0000</updated>
                            <resolved>Thu, 16 Nov 2017 11:05:36 +0000</resolved>
                                    <version>1.8.0</version>
                                    <fixVersion>1.8.2</fixVersion>
                                    <component>Build</component>
                    <component>libmongoc</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="1776727" author="xgen-internal-githook" created="Wed, 17 Jan 2018 17:12:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Jeremy Mikola&apos;, &apos;email&apos;: &apos;jmikola@gmail.com&apos;, &apos;username&apos;: &apos;jmikola&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-2369&quot; title=&quot;Don&amp;#39;t bundle Snappy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-2369&quot;&gt;&lt;del&gt;CDRIVER-2369&lt;/del&gt;&lt;/a&gt; remove bundled snappy from .gitignore&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/68c42f33ffaa1442930d1e8c42fc0fb911f3668a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/68c42f33ffaa1442930d1e8c42fc0fb911f3668a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1775739" author="xgen-internal-githook" created="Tue, 16 Jan 2018 21:46:08 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;jmikola@gmail.com&apos;, &apos;name&apos;: &apos;Jeremy Mikola&apos;, &apos;username&apos;: &apos;jmikola&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-2369&quot; title=&quot;Don&amp;#39;t bundle Snappy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-2369&quot;&gt;&lt;del&gt;CDRIVER-2369&lt;/del&gt;&lt;/a&gt; remove bundled snappy from .gitignore&lt;br/&gt;
Branch: jmikola-patch-1&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/d79bdb5997033c04fe026fc68da1c35c6a62ceeb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/d79bdb5997033c04fe026fc68da1c35c6a62ceeb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1749585" author="xgen-internal-githook" created="Tue, 12 Dec 2017 14:19:05 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;A. Jesse Jiryu Davis&apos;, &apos;email&apos;: &apos;jesse@mongodb.com&apos;, &apos;username&apos;: &apos;ajdavis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-2369&quot; title=&quot;Don&amp;#39;t bundle Snappy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-2369&quot;&gt;&lt;del&gt;CDRIVER-2369&lt;/del&gt;&lt;/a&gt; the next release won&apos;t bundle snappy&lt;br/&gt;
Branch: debian&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/a79fd2eb662c28f78e95b1f499f0948b7092a937&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/a79fd2eb662c28f78e95b1f499f0948b7092a937&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1728889" author="xgen-internal-githook" created="Fri, 17 Nov 2017 15:59:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;A. Jesse Jiryu Davis&apos;, &apos;username&apos;: &apos;ajdavis&apos;, &apos;email&apos;: &apos;jesse@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-2369&quot; title=&quot;Don&amp;#39;t bundle Snappy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-2369&quot;&gt;&lt;del&gt;CDRIVER-2369&lt;/del&gt;&lt;/a&gt; fix mingw evergreen test&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/c80f6a62b1e809b9a407b9ed1dcdbd18783fdccd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/c80f6a62b1e809b9a407b9ed1dcdbd18783fdccd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1728743" author="xgen-internal-githook" created="Fri, 17 Nov 2017 13:32:56 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;A. Jesse Jiryu Davis&apos;, &apos;username&apos;: &apos;ajdavis&apos;, &apos;email&apos;: &apos;jesse@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-2369&quot; title=&quot;Don&amp;#39;t bundle Snappy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-2369&quot;&gt;&lt;del&gt;CDRIVER-2369&lt;/del&gt;&lt;/a&gt; update evergreen&apos;s build + link tests&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/24d83d20f86ecae129a231cc44c80ffdd73abcc2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/24d83d20f86ecae129a231cc44c80ffdd73abcc2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1728663" author="xgen-internal-githook" created="Fri, 17 Nov 2017 11:01:33 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;A. Jesse Jiryu Davis&apos;, &apos;username&apos;: &apos;ajdavis&apos;, &apos;email&apos;: &apos;jesse@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-2369&quot; title=&quot;Don&amp;#39;t bundle Snappy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-2369&quot;&gt;&lt;del&gt;CDRIVER-2369&lt;/del&gt;&lt;/a&gt; don&apos;t bundle snappy&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/c7f63c061a3b2c4395d1679da6e70da6cc0ad860&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/c7f63c061a3b2c4395d1679da6e70da6cc0ad860&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1728095" author="xgen-internal-githook" created="Thu, 16 Nov 2017 19:50:55 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;A. Jesse Jiryu Davis&apos;, &apos;username&apos;: &apos;ajdavis&apos;, &apos;email&apos;: &apos;jesse@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-2369&quot; title=&quot;Don&amp;#39;t bundle Snappy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-2369&quot;&gt;&lt;del&gt;CDRIVER-2369&lt;/del&gt;&lt;/a&gt; don&apos;t bundle snappy&lt;br/&gt;
Branch: r1.8&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/169866ade88f031fa72480ad423ec8b6ce4f3c64&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/169866ade88f031fa72480ad423ec8b6ce4f3c64&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1727567" author="xgen-internal-githook" created="Thu, 16 Nov 2017 13:47:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;A. Jesse Jiryu Davis&apos;, &apos;username&apos;: &apos;ajdavis&apos;, &apos;email&apos;: &apos;jesse@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-2369&quot; title=&quot;Don&amp;#39;t bundle Snappy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-2369&quot;&gt;&lt;del&gt;CDRIVER-2369&lt;/del&gt;&lt;/a&gt; don&apos;t bundle snappy&lt;br/&gt;
Branch: r1.8&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/d92b4133b32281894ba5ae8678a1a11a1f7b4309&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/d92b4133b32281894ba5ae8678a1a11a1f7b4309&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <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|htbmnr:</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>