<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:22:26 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>[DRIVERS-815] Snapshot reads on Secondaries</title>
                <link>https://jira.mongodb.org/browse/DRIVERS-815</link>
                <project id="10980" key="DRIVERS">Drivers</project>
                    <description>&lt;div class=&quot;panel&quot; style=&quot;background-color: #c2d2c2;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelHeader&quot; style=&quot;border-bottom-width: 1px;background-color: #239eb0;&quot;&gt;&lt;b&gt;Downstream Change Summary&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;panelContent&quot; style=&quot;background-color: #c2d2c2;&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://docs.google.com/document/d/1Ivr3nqddcqvPREtznRh3jHG53d6c7xx4JvntT5bzj68/edit&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Scope Document&lt;/a&gt;&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Implement &lt;a href=&quot;https://github.com/mongodb/specifications/blob/master/source/sessions/snapshot-sessions.rst&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Snapshot session spec &lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;Implement &lt;a href=&quot;https://github.com/mongodb/specifications/tree/master/source/sessions/tests#snapshot-session-tests&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Snapshot session tests &lt;/a&gt;. This ticket introduced unified tests for the sessions specification. Drivers should sync tests in &lt;tt&gt;sessions/tests/unified&lt;/tt&gt; with &lt;a href=&quot;https://github.com/mongodb/specifications/commit/8ade331b8a8be3e5c3a35b224aa16d5d6927ebf0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb/specifications@8ade331&lt;/a&gt;. Existing legacy tests were moved to &lt;tt&gt;sessions/tests/legacy&lt;/tt&gt; but are otherwise unchanged.&lt;br/&gt;
&#160;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;h2&gt;&lt;a name=&quot;DescriptionofLinkedTicket&quot;&gt;&lt;/a&gt;Description of Linked Ticket&lt;/h2&gt;
&lt;div class=&quot;panel&quot; style=&quot;background-color: #c2d2c2;border-color: #cccccc;border-style: dashed;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelHeader&quot; style=&quot;border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #cccccc;background-color: #239eb0;&quot;&gt;&lt;b&gt;Epic Summary&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;panelContent&quot; style=&quot;background-color: #c2d2c2;&quot;&gt;
&lt;h4&gt;&lt;a name=&quot;Summary&quot;&gt;&lt;/a&gt;Summary&lt;/h4&gt;

&lt;p&gt;Support readConcern level &quot;snapshot&quot; (non-speculative) for read commands outside of transactions, including on secondaries.&lt;/p&gt;
&lt;h4&gt;&lt;a name=&quot;Motivation&quot;&gt;&lt;/a&gt;Motivation&lt;/h4&gt;

&lt;p&gt;Once durable history is implemented in WiredTiger, MongoDB will be able to support long-running snapshot reads. By supporting snapshot reads on secondaries, this feature can be used for analytics queries. It&apos;s important to use non-speculative behavior so that queries do not need to consume all results and wait for a transaction to commit in order to know that the data read was majority committed.&lt;/p&gt;
&lt;h4&gt;&lt;a name=&quot;Documentation&quot;&gt;&lt;/a&gt;Documentation&lt;/h4&gt;

&lt;p&gt;&lt;a href=&quot;http://tinyurl.com/y3nqcebx&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Scope Document&lt;/a&gt;&lt;br/&gt;
 &lt;a href=&quot;http://tinyurl.com/y64vshdm&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Technical Design Document&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;
    &lt;div id=&quot;script-target-wrapper&quot;&gt;
        &lt;br&gt;
        &lt;b&gt;SPEC Ticket Description&lt;/b&gt;
        &lt;div id=&quot;script-target&quot;&gt;
            // This block of HTML and the script in it auto-populate the SPEC ticket description on page load.
            Script Target - If you can read this text, the script has failed
            &lt;script&gt;
                $.get(&apos;https://jira.mongodb.org/browse/SPEC-1782&apos;, function(data) {
                    var description = $(data).find(&quot;#description-val&quot;);
                    description.find(&quot;#script-target-wrapper&quot;).remove();
                    $(&quot;#script-target&quot;).html(description);
                });
            &lt;/script&gt;
        &lt;/div&gt;
    &lt;/div&gt;
</description>
                <environment></environment>
        <key id="1118960">DRIVERS-815</key>
            <summary>Snapshot reads on Secondaries</summary>
                <type id="11" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14707&amp;avatarType=issuetype">Epic</type>
                                            <priority id="1" iconUrl="https://jira.mongodb.org/images/icons/priorities/blocker.svg">Blocker - P1</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="-1">Unassigned</assignee>
                                    <reporter username="backlog-server-pm">Backlog - Core Eng Program Management Team</reporter>
                        <labels>
                            <label>MDBL21</label>
                    </labels>
                <created>Tue, 28 Jan 2020 18:19:09 +0000</created>
                <updated>Wed, 15 Feb 2023 23:11:15 +0000</updated>
                            <resolved>Mon, 15 Nov 2021 22:49:37 +0000</resolved>
                                                                            <votes>1</votes>
                                    <watches>10</watches>
                                                                                                                <comments>
                            <comment id="3929677" author="jmikola@gmail.com" created="Tue, 13 Jul 2021 01:07:22 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=boris.dogadov&quot; class=&quot;user-hover&quot; rel=&quot;boris.dogadov&quot;&gt;boris.dogadov&lt;/a&gt;: Can the ticket description be updated to link to the published specification and clearly specify what prose/spec tests drivers should sync to? The work appears to have been split across a few tickets/PRs (&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-1607&quot; title=&quot;Spec: Snapshot reads on Secondaries&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-1607&quot;&gt;&lt;del&gt;DRIVERS-1607&lt;/del&gt;&lt;/a&gt;, DRIVERS-1819, and DRIVERS-1820). Those issues can likely also be closed out if all of the spec work is complete.&lt;/p&gt;

&lt;p&gt;I realize Java and Python have wrapped up this work, but this would be helpful for the remaining languages working on the feature.&lt;/p&gt;</comment>
                            <comment id="3591495" author="JIRAUSER1254368" created="Sun, 31 Jan 2021 22:28:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=esha.bhargava&quot; class=&quot;user-hover&quot; rel=&quot;esha.bhargava&quot;&gt;esha.bhargava&lt;/a&gt;/ &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=alexander.golin&quot; class=&quot;user-hover&quot; rel=&quot;alexander.golin&quot;&gt;alexander.golin&lt;/a&gt;, as discussed offline please confirm eng weeks for this project. This project is targeted for early Q2 and for 5.0 release which is&#160;targeted for&#160;May 18, 2021.&lt;/p&gt;</comment>
                            <comment id="3586538" author="behackett" created="Thu, 28 Jan 2021 03:14:04 +0000"  >&lt;p&gt;Setting back to needs triage.&lt;/p&gt;</comment>
                            <comment id="3586445" author="esha.bhargava" created="Thu, 28 Jan 2021 01:34:35 +0000"  >&lt;p&gt;No Driver changes needed.&lt;/p&gt;</comment>
                            <comment id="3019303" author="esha.bhargava" created="Tue, 31 Mar 2020 15:41:17 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=esha.bhargava&quot; class=&quot;user-hover&quot; rel=&quot;esha.bhargava&quot;&gt;esha.bhargava&lt;/a&gt; to create a WRITING ticket for the scope&lt;/p&gt;</comment>
                            <comment id="2962044" author="steven.vannelli" created="Tue, 10 Mar 2020 20:56:07 +0000"  >&lt;p&gt;Moving this ticket back to Needs Triage because the linked PM ticket has been moved to Ready for Work&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                                        </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="1365245">SERVER-48460</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10820">
                    <name>Initiative</name>
                                                                <inwardlinks description="included in Initiative">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10620">
                    <name>Issue split</name>
                                            <outwardlinks description="split to">
                                        <issuelink>
            <issuekey id="1612628">CDRIVER-3891</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1612630">CSHARP-3395</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1612629">CXX-2182</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1612631">GODRIVER-1866</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1612632">JAVA-3992</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1612634">MOTOR-664</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1612633">NODE-3081</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1612636">PHPC-1761</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1612635">PYTHON-2552</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1612637">RUBY-2524</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1612638">RUST-661</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                            <customfield id="customfield_20965" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Cost Threshold %</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>100.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_13653" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Detailed Project Statuses</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;Summary: Earlier this year the server added support for a readConcern level &#8220;snapshot&#8221; on read operations outside of multi-document transactions for both primaries and secondaries. This project covers any work that needs to be done across MongoDB drivers to ensure completeness of this feature for our users.&lt;/p&gt;

&lt;p&gt;Author: Boris Dogadov&lt;/p&gt;

&lt;p&gt;2021-08-25&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;C, .NET, Go, Java, Python, Node, Rust, PHP implementations are done&lt;/li&gt;
	&lt;li&gt;CXX, Ruby has prioritized this for Q3&lt;/li&gt;
&lt;/ul&gt;


&lt;hr /&gt;

&lt;p&gt;2021-08-10&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;C, .NET, Go, Java, Python, Node, Rust implementations are done&lt;/li&gt;
	&lt;li&gt;PHP in progress&lt;/li&gt;
	&lt;li&gt;CXX has prioritized this for Q3&lt;/li&gt;
&lt;/ul&gt;


&lt;hr /&gt;

&lt;p&gt;2021-07-27&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;C, .NET, Go, Java, Python, Node, Rust implementations are done&lt;/li&gt;
	&lt;li&gt;CXX and PHP have prioritized this for Q3&lt;/li&gt;
&lt;/ul&gt;


&lt;hr /&gt;

&lt;p&gt;2021-07-12: &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Java, Python implementations done&lt;/li&gt;
	&lt;li&gt;C, C# wrapping up (main implementation done)&lt;/li&gt;
	&lt;li&gt;Go, Rust in code review&lt;/li&gt;
	&lt;li&gt;Node in progress&lt;/li&gt;
&lt;/ul&gt;


&lt;hr /&gt;

&lt;p&gt;2021-06-28:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Major spec changes in. Two more small spec change tickets were created last week and Shane will be working on them since Boris is OOO&lt;/li&gt;
	&lt;li&gt;C, C# implementation in review. Java, Python in progress. This is next up for Go&lt;/li&gt;
&lt;/ul&gt;


&lt;hr /&gt;

&lt;p&gt;2021-06-15:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Re-implemented tests using the Sessions API proposal. Once that is complete will write up the specification itself. Expected to be in review in the next few days&lt;/li&gt;
	&lt;li&gt;Go and C implementations up next&lt;/li&gt;
&lt;/ul&gt;


&lt;hr /&gt;

</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_17052" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Downstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;NA&lt;/p&gt;</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10951" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Driver Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10748"><![CDATA[Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_23952" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Driver Compliance</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<style type='text/css'>
         #scriptField, #scriptField *{
                border: 1px solid black;
            }

            #scriptField{
                border-collapse: collapse;
            }

            #scriptField td {
                text-align: center; /* Center-align text in table cells */
            }

            #scriptField td.key {
                text-align: left; /* Left-align text in the Key column */
            }

            #scriptField a {
                text-decoration: none; /* Remove underlines from links */
                border: none; /* Remove border from links */
            }
            
            /* Add green background color to cells with FixVersion */
            #scriptField td.hasFixVersion {
                background-color: #00FF00; /* Green color code */
            }

            /* Center-align the first row headers */
            #scriptField th {
                text-align: center;
            }
        </style>
<table id='scriptField'>
  <tr>
    <th>Key</th>
    <th>Status/Resolution</th>
    <th>FixVersion</th>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/RUST-661'>RUST-661</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>2.0.0-beta.3</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/JAVA-3992'>JAVA-3992</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>4.3.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/RUBY-2524'>RUBY-2524</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>2.17.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CDRIVER-3891'>CDRIVER-3891</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>1.19.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/GODRIVER-1866'>GODRIVER-1866</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>1.7.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CSHARP-3395'>CSHARP-3395</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>2.13.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CXX-2182'>CXX-2182</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>3.7.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PHPC-1761'>PHPC-1761</a>
    </td>
    <td>Done</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/NODE-3081'>NODE-3081</a>
    </td>
    <td>Done</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PYTHON-2552'>PYTHON-2552</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>3.12, 4.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/MOTOR-664'>MOTOR-664</a>
    </td>
    <td>Duplicate</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/SWIFT-1102'>SWIFT-1102</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>1.2.0</td>
  </tr>
</table>]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10860" key="com.pyxis.greenhopper.jira:gh-epic-color">
                        <customfieldname>Epic Colour</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ghx-label-13</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10858" key="com.pyxis.greenhopper.jira:gh-epic-label">
                        <customfieldname>Epic Name</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Snapshot reads on Secondaries</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10859" key="com.pyxis.greenhopper.jira:gh-epic-status">
                        <customfieldname>Epic Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10640"><![CDATA[To Do]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_23450" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Initiative Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[
                            <a href="https://jira.mongodb.org/browse/INIT-2">INIT-2</a> - Point In Time Analytical Queries
                    ]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_21553" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Quarter</customfieldname>
                        <customfieldvalues>
                                        <label>FY22Q2</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr6hqn:</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_11150" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>SERVER fixVersion</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="20500"><![CDATA[5.0]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_22279" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Server Compat</customfieldname>
                        <customfieldvalues>
                                        <label>4.9</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_21457" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Upstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;Specific changes and impacts documented on the downstream Docs ticket&lt;/p&gt;</customfieldvalue>

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