<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:01:03 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-999] Support read-only views</title>
                <link>https://jira.mongodb.org/browse/CXX-999</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description></description>
                <environment></environment>
        <key id="310487">CXX-999</key>
            <summary>Support read-only views</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</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="rathi.gnanasekaran">Rathi Gnanasekaran</reporter>
                        <labels>
                    </labels>
                <created>Fri, 19 Aug 2016 18:35:06 +0000</created>
                <updated>Sat, 5 May 2018 12:27:47 +0000</updated>
                            <resolved>Thu, 13 Oct 2016 23:26:24 +0000</resolved>
                                                    <fixVersion>3.1.0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1444973" author="xgen-internal-githook" created="Tue, 29 Nov 2016 18:49:08 +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-999&quot; title=&quot;Support read-only views&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-999&quot;&gt;&lt;del&gt;CXX-999&lt;/del&gt;&lt;/a&gt; Add database::create_view()&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/8c1211cd9ab509313629d7decad3d89fc42a9a6c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/8c1211cd9ab509313629d7decad3d89fc42a9a6c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1444972" author="xgen-internal-githook" created="Tue, 29 Nov 2016 18:49:06 +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-999&quot; title=&quot;Support read-only views&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-999&quot;&gt;&lt;del&gt;CXX-999&lt;/del&gt;&lt;/a&gt; Add options::create_view class&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/54b9a4bf2badfee5581d01fa77ffa444cd4c1a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/54b9a4bf2badfee5581d01fa77ffa444cd4c1a23&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1444971" author="xgen-internal-githook" created="Tue, 29 Nov 2016 18:49:04 +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-999&quot; title=&quot;Support read-only views&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-999&quot;&gt;&lt;del&gt;CXX-999&lt;/del&gt;&lt;/a&gt; Add pipeline::view_array(), deprecate pipeline::view()&lt;/p&gt;

&lt;p&gt;This commit provides a mechanism to get the underlying array out of a&lt;br/&gt;
pipeline object, which logically wraps an array builder.  This is&lt;br/&gt;
needed for database commands which take a pipeline option as a BSON&lt;br/&gt;
array type.&lt;/p&gt;

&lt;p&gt;The pipeline::view() method exposes a document wrapper around this&lt;br/&gt;
array, which is strictly less useful.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/d24462912d5266149cafb5be4d4cddb79c96fd2c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/d24462912d5266149cafb5be4d4cddb79c96fd2c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1408093" author="xgen-internal-githook" created="Thu, 13 Oct 2016 23:24:55 +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-999&quot; title=&quot;Support read-only views&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-999&quot;&gt;&lt;del&gt;CXX-999&lt;/del&gt;&lt;/a&gt; Add database::create_view()&lt;br/&gt;
Branch: 3.1-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/8c1211cd9ab509313629d7decad3d89fc42a9a6c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/8c1211cd9ab509313629d7decad3d89fc42a9a6c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1408092" author="xgen-internal-githook" created="Thu, 13 Oct 2016 23:24:54 +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-999&quot; title=&quot;Support read-only views&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-999&quot;&gt;&lt;del&gt;CXX-999&lt;/del&gt;&lt;/a&gt; Add options::create_view class&lt;br/&gt;
Branch: 3.1-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/54b9a4bf2badfee5581d01fa77ffa444cd4c1a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/54b9a4bf2badfee5581d01fa77ffa444cd4c1a23&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1408091" author="xgen-internal-githook" created="Thu, 13 Oct 2016 23:24:53 +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-999&quot; title=&quot;Support read-only views&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-999&quot;&gt;&lt;del&gt;CXX-999&lt;/del&gt;&lt;/a&gt; Add pipeline::view_array(), deprecate pipeline::view()&lt;/p&gt;

&lt;p&gt;This commit provides a mechanism to get the underlying array out of a&lt;br/&gt;
pipeline object, which logically wraps an array builder.  This is&lt;br/&gt;
needed for database commands which take a pipeline option as a BSON&lt;br/&gt;
array type.&lt;/p&gt;

&lt;p&gt;The pipeline::view() method exposes a document wrapper around this&lt;br/&gt;
array, which is strictly less useful.&lt;br/&gt;
Branch: 3.1-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/d24462912d5266149cafb5be4d4cddb79c96fd2c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/d24462912d5266149cafb5be4d4cddb79c96fd2c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1398394" author="rassi@10gen.com" created="Sat, 1 Oct 2016 20:24:44 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/pull/550&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/pull/550&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="295279">DRIVERS-309</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                        <issuelink>
            <issuekey id="539618">CXX-1577</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="320325">CXX-1061</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="319916">CXX-1053</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>CXX-960</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrdsqn:</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="1287">Perl/CXX 2016-10-21</customfieldvalue>

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