<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:21:12 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-4533] Docs for bson_new_from_json and bson_init_from_json incorrectly state that input requires a single JSON object</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-4533</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;Docs for &lt;tt&gt;bson_new_from_json&lt;/tt&gt; and &lt;tt&gt;bson_init_from_json&lt;/tt&gt; state:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Only a single JSON object may exist in &lt;tt&gt;data&lt;/tt&gt; or an error will be set and NULL returned.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;These functions both utilize &lt;tt&gt;bson_json_reader_new&lt;/tt&gt;. Docs for &lt;tt&gt;bson_json_reader_new&lt;/tt&gt; and &lt;tt&gt;bson_json_data_reader_new&lt;/tt&gt; correctly state that the &lt;tt&gt;allow_multiple&lt;/tt&gt; parameter is unused (see: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1332&quot; title=&quot;Does bson_json_reader_new&amp;#39;s allow_multiple have an effect?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1332&quot;&gt;&lt;del&gt;CDRIVER-1332&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;</description>
                <environment></environment>
        <key id="2202273">CDRIVER-4533</key>
            <summary>Docs for bson_new_from_json and bson_init_from_json incorrectly state that input requires a single JSON object</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="adrian.dole@mongodb.com">Adrian Dole</assignee>
                                    <reporter username="jmikola@mongodb.com">Jeremy Mikola</reporter>
                        <labels>
                            <label>neweng</label>
                    </labels>
                <created>Mon, 5 Dec 2022 15:38:11 +0000</created>
                <updated>Sat, 28 Oct 2023 11:27:57 +0000</updated>
                            <resolved>Mon, 17 Jul 2023 18:59:39 +0000</resolved>
                                                    <fixVersion>1.24.1</fixVersion>
                                    <component>BSON</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="5532040" author="xgen-internal-githook" created="Wed, 28 Jun 2023 18:50:05 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Adrian Dole&apos;, &apos;email&apos;: &apos;adrian@dole.tech&apos;, &apos;username&apos;: &apos;adriandole&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4533&quot; title=&quot;Docs for bson_new_from_json and bson_init_from_json incorrectly state that input requires a single JSON object&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4533&quot;&gt;&lt;del&gt;CDRIVER-4533&lt;/del&gt;&lt;/a&gt; Document and test behavior of bson_new_from_json with multiple JSONs (#1310)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;bson_new_from_json documentation with multiple JSONs&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Tests&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Apply suggestions from code review&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Kevin Albertson &amp;lt;kevin.albertson@10gen.com&amp;gt;&lt;br/&gt;
Co-authored-by: Ezra Chung &amp;lt;88335979+eramongodb@users.noreply.github.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Mark current behavior as deprecated&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;test simplifications&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Apply suggestions from code review&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Kevin Albertson &amp;lt;kevin.albertson@10gen.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Newline&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;---------&lt;/p&gt;

&lt;p&gt;Co-authored-by: Kevin Albertson &amp;lt;kevin.albertson@10gen.com&amp;gt;&lt;br/&gt;
Co-authored-by: Ezra Chung &amp;lt;88335979+eramongodb@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/39f56c4b01c3f98a5d28f76a8dcbd76938819d33&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/39f56c4b01c3f98a5d28f76a8dcbd76938819d33&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="294465">CDRIVER-1332</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_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i13wxs:</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>