<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:37:20 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>[CSHARP-614] Change default WriteConcern behavior to acknowledge writes</title>
                <link>https://jira.mongodb.org/browse/CSHARP-614</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>
&lt;div class=&quot;panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelContent&quot;&gt;
&lt;p&gt;This JIRA was edited to remove mention of the FireAndForget keyword. See also &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-627&quot; title=&quot;Remove FireAndForget and use magic values for &amp;quot;w&amp;quot; instead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-627&quot;&gt;&lt;del&gt;CSHARP-627&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;In the past the default WriteConcern for all drivers has been to not acknowledge writes. In the future this will no longer be the default WriteConcern, and the default behavior will be for drivers to send a simple &lt;/p&gt;
{ getlasterror : 1 }
&lt;p&gt; command after every insert/update operation. Additional arguments to the getLastError command can be configured using WriteConcern properties.&lt;/p&gt;

&lt;p&gt;Because existing code may depend on the previous default, we are introducing a new root object (called MongoClient). When you use the new root object, acknowledging writes will be the new default.&lt;/p&gt;

&lt;p&gt;Of course, if your connection string includes any WriteConcern related settings they will override the default (regardless of what the default is).&lt;/p&gt;

&lt;p&gt;Currently, C# applications begin using MongoDB like this:&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;var connectionString = &quot;mongodb://hostname&quot;;&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;var server = MongoServer.Create(connectionString);&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;In the future, the correct way to begin using MongoDB is:&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;var connectionString = &quot;mongodb://hostname&quot;;&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;var client = new MongoClient(connectionString);&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;var server = client.GetServer();&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;If you don&apos;t plan to call any methods from MongoServer (usually you won&apos;t) you can navigate directly from the client object to a database object:&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;   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;var database = client.GetDatabase(&quot;test&quot;);&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;Except for replacing the call to MongoServer.Create with instantiating a MongoClient and calling GetServer, from then on your application will continue to use the existing API unchanged (although see the related JIRA where we are replacing SafeMode with WriteConcern).&lt;/p&gt;

&lt;p&gt;The existing MongoServer.Create methods will continue to exist for a few releases, but they are being marked Obsolete to generate warnings to remind you to use MongoClient instead. Therefore this change is slightly backward breaking in the short term (because warnings are introduced) and backward breaking in the long term since the MongoServer.Create methods will eventually be removed.&lt;/p&gt;</description>
                <environment></environment>
        <key id="54575">CSHARP-614</key>
            <summary>Change default WriteConcern behavior to acknowledge writes</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="9">Done</resolution>
                                        <assignee username="robert@mongodb.com">Robert Stam</assignee>
                                    <reporter username="robert@mongodb.com">Robert Stam</reporter>
                        <labels>
                    </labels>
                <created>Sat, 27 Oct 2012 17:18:40 +0000</created>
                <updated>Thu, 20 Mar 2014 14:35:55 +0000</updated>
                            <resolved>Thu, 8 Nov 2012 06:49:29 +0000</resolved>
                                    <version>1.6.1</version>
                                    <fixVersion>1.7</fixVersion>
                                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="211439" author="auto" created="Mon, 10 Dec 2012 20:53:36 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-20T04:16:56Z&apos;, u&apos;email&apos;: u&apos;robert@10gen.com&apos;, u&apos;name&apos;: u&apos;rstam&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-614&quot; title=&quot;Change default WriteConcern behavior to acknowledge writes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-614&quot;&gt;&lt;del&gt;CSHARP-614&lt;/del&gt;&lt;/a&gt;: Remove GetDatabase method from MongoClient (use GetDatabase in MongoServer instead).&lt;/p&gt;

&lt;p&gt;Conflicts:&lt;br/&gt;
	MongoDB.Driver/MongoClient.cs&lt;br/&gt;
Branch: x2.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/132f686303bada3ab7fcf69a8a48a1a158280635&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/132f686303bada3ab7fcf69a8a48a1a158280635&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="199165" author="auto" created="Mon, 26 Nov 2012 15:36:07 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-20T04:16:56Z&apos;, u&apos;email&apos;: u&apos;robert@10gen.com&apos;, u&apos;name&apos;: u&apos;rstam&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-614&quot; title=&quot;Change default WriteConcern behavior to acknowledge writes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-614&quot;&gt;&lt;del&gt;CSHARP-614&lt;/del&gt;&lt;/a&gt;: Remove GetDatabase method from MongoClient (use GetDatabase in MongoServer instead).&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/d8fede5694738a50d443d893be7bfa08e35c4882&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/d8fede5694738a50d443d893be7bfa08e35c4882&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="183124" author="auto" created="Tue, 6 Nov 2012 18:00:40 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-02T15:48:16Z&apos;, u&apos;email&apos;: u&apos;robert@10gen.com&apos;, u&apos;name&apos;: u&apos;rstam&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-614&quot; title=&quot;Change default WriteConcern behavior to acknowledge writes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-614&quot;&gt;&lt;del&gt;CSHARP-614&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-615&quot; title=&quot;Replace SafeMode with WriteConcern&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-615&quot;&gt;&lt;del&gt;CSHARP-615&lt;/del&gt;&lt;/a&gt;: better unit tests.&lt;/p&gt;

&lt;p&gt;Conflicts:&lt;br/&gt;
	Driver/Core/MongoConnectionStringBuilder.cs&lt;br/&gt;
	DriverUnitTests/Core/MongoConnectionStringBuilderTests.cs&lt;br/&gt;
	MongoDB.Driver/MongoUrlBuilder.cs&lt;br/&gt;
	MongoDB.Driver/ReadPreference.cs&lt;br/&gt;
	MongoDB.DriverUnitTests/GridFS/MongoGridFSSettingsTests.cs&lt;br/&gt;
	MongoDB.DriverUnitTests/Jira/CSharp269Tests.cs&lt;br/&gt;
	MongoDB.DriverUnitTests/Jira/CSharp471Tests.cs&lt;br/&gt;
	MongoDB.DriverUnitTests/MongoCollectionSettingsTests.cs&lt;br/&gt;
	MongoDB.DriverUnitTests/MongoDB.DriverUnitTests.csproj&lt;br/&gt;
	MongoDB.DriverUnitTests/MongoDatabaseSettingsTests.cs&lt;br/&gt;
	MongoDB.DriverUnitTests/MongoUrlBuilderTests.cs&lt;br/&gt;
	MongoDB.DriverUnitTests/MongoUrlTests.cs&lt;br/&gt;
Branch: x2.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/eaffcde68079a6641fb32c6dc5cb081de1ef4ce4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/eaffcde68079a6641fb32c6dc5cb081de1ef4ce4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="183120" author="auto" created="Tue, 6 Nov 2012 18:00:32 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-10-28T17:02:29Z&apos;, u&apos;email&apos;: u&apos;robert@10gen.com&apos;, u&apos;name&apos;: u&apos;rstam&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-614&quot; title=&quot;Change default WriteConcern behavior to acknowledge writes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-614&quot;&gt;&lt;del&gt;CSHARP-614&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-615&quot; title=&quot;Replace SafeMode with WriteConcern&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-615&quot;&gt;&lt;del&gt;CSHARP-615&lt;/del&gt;&lt;/a&gt;: Added MongoClient and replaced SafeMode with WriteConcern and related changes.&lt;/p&gt;

&lt;p&gt;Conflicts:&lt;br/&gt;
	Driver/Core/MongoCollectionSettings.cs&lt;br/&gt;
	Driver/Core/MongoConnectionStringBuilder.cs&lt;br/&gt;
	DriverUnitTests/Core/MongoConnectionStringBuilderTests.cs&lt;br/&gt;
	MongoDB.Driver/GridFS/MongoGridFS.cs&lt;br/&gt;
	MongoDB.Driver/GridFS/MongoGridFSSettings.cs&lt;br/&gt;
	MongoDB.Driver/MongoDB.Driver.csproj&lt;br/&gt;
	MongoDB.Driver/MongoDatabase.cs&lt;br/&gt;
	MongoDB.Driver/MongoDatabaseSettings.cs&lt;br/&gt;
	MongoDB.Driver/MongoServer.cs&lt;br/&gt;
	MongoDB.Driver/MongoServerSettings.cs&lt;br/&gt;
	MongoDB.Driver/MongoUrl.cs&lt;br/&gt;
	MongoDB.Driver/MongoUrlBuilder.cs&lt;br/&gt;
	MongoDB.DriverUnitTests/Jira/CSharp231Tests.cs&lt;br/&gt;
Branch: x2.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/c32cf97e0577458e68aba80c543d4e5fc8680167&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/c32cf97e0577458e68aba80c543d4e5fc8680167&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="182977" author="auto" created="Tue, 6 Nov 2012 14:30:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-02T15:48:16Z&apos;, u&apos;email&apos;: u&apos;robert@10gen.com&apos;, u&apos;name&apos;: u&apos;rstam&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-614&quot; title=&quot;Change default WriteConcern behavior to acknowledge writes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-614&quot;&gt;&lt;del&gt;CSHARP-614&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-615&quot; title=&quot;Replace SafeMode with WriteConcern&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-615&quot;&gt;&lt;del&gt;CSHARP-615&lt;/del&gt;&lt;/a&gt;: better unit tests.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/4d353d47d2828c1f3cb393251e80c79538c7c71b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/4d353d47d2828c1f3cb393251e80c79538c7c71b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="180068" author="auto" created="Mon, 29 Oct 2012 14:35:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-10-28T10:02:29-07:00&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-614&quot; title=&quot;Change default WriteConcern behavior to acknowledge writes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-614&quot;&gt;&lt;del&gt;CSHARP-614&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-615&quot; title=&quot;Replace SafeMode with WriteConcern&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-615&quot;&gt;&lt;del&gt;CSHARP-615&lt;/del&gt;&lt;/a&gt;: Added MongoClient and replaced SafeMode with WriteConcern and related changes.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/740c2488baa282da59815f074e9f4cf4accbcb27&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/740c2488baa282da59815f074e9f4cf4accbcb27&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="55581">CSHARP-627</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="54577">CSHARP-615</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10012"><![CDATA[Major Change]]></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|hrk9kf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>31974</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>