<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Brightspace Developer Platform</title>
        <link>https://docs.valence.desire2learn.com/</link>
        <description>Change history for the Brightspace Developer Platform</description>
        <language>en-ca</language>
        <lastBuildDate>30 Mar 2026</lastBuildDate>
	    <atom:link href="https://docs.valence.desire2learn.com/feed.xml" rel="self" type="application/rss+xml" />


        <item>
            <title>20.26.4</title>
            <link>https://docs.valence.desire2learn.com/about.html#current-release-changes</link>
            <guid>https://docs.valence.desire2learn.com/about.html#current-release-changes</guid>
            <pubdate>30 Mar 2026</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these new features and changes for the April 2026 release:</p>
                <p><strong>Awards Service</strong>. In version 20.26.3 of the Awards service, we added a new version of the BAS API (1.6) and introduced some size and format contraints for some string fields in Awards, but documentation for this change was missed; for details see the <a href="https://docs.valence.desire2learn.com/basic/history.html#brightspace-march-2026">March 2026 change notes</a>.</p>

                <p><strong>Learning Environment</strong>. Version 20.26.4 of the Learning Environment includes these changes with version 1.93 of the LE API:</p>
                <ul>
                    <li>We have promoted all Assessments and Rubric API actions to be fully supported as of LE API v1.93 and following.</li>
                    <li>We have added new API actions and structures to manage Sharing Rules for News Items of Distributed Admin org units.</li>
                    <li>We have added new API actions and structures to support Intelligent Agents; these features support management of agents, agent categories, and agent runs.</li>
                    <li>We have added new API actions and structures for managing Learning Outcome Alignments.</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.26.4 of the Learning Platform includes these changes with version 1.59 of the LP API:</p>
                <ul>
                    <li>We've added a <code>ShowAddressBook</code> property to the <code>CourseOffering</code> JSON block.</li>
                    <li>We've added an <code>IsActive</code> property to the <code>CreateCourseOffering</code> JSON block.</li>
                </ul>
            </description>
        </item>


        <item>
            <title>20.26.3</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-march-2026</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-march-2026</guid>
            <pubdate>27 Feb 2026</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these new features and changes for the March 2026 release:</p>
                <p><strong>Awards Service</strong>. In version 20.26.3 of the Awards Service with the introduction of BAS API v1.6, we specified size and format constraints on some string fields in Awards:</p>
                <ul>
                    <li><code>Title</code> can be up to 256 characters as of version 1.6 of the API (128 characters in eaarlier API version).</li>
                    <li><code>Description</code> and <code>Criteria</code> can be up to 1000 characters as of version 1.6 of the API (512 characters in earlier API versions).</li>
                    <li><code>IssuerName</code>, <code>IssuerUrl</code>, and <code>IssuerContact</code> can be up to 128 characters. Additionally, <code>IssuerUrl</code> must be a valid URL and <code>IssuerContact</code> must be a valid email address.</li>
                </ul>
            </description>
        </item>


        <item>
            <title>20.26.2</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-february-2026</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-february-2026</guid>
            <pubdate>2 February 2026</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these new features and changes for the February 2026 release:</p>
                <p><strong>Brightspace API authentication</strong>. As of version 20.26.2 of the Learning Environment we have extended the means by which an application can use OAuth 2 for authenticated use of the Brightspace APIs. We now support applications using the OAuth 2 <em>Client Credentials Grant</em> workflow to request access tokens.</p>
                <p>To do so, applications must:</p>
                <ul>
                    <li>Register specifically to use this authentication workflow (and may not also then use the older supported <em>Authentication Code Grant</em> workflow).</li>
                    <li>Be associated with a unique <em>service user</em> within Brightspace that exists to be linked to the application (with enrollment and role permissions set appropriately to provide only the minimal access the application requires).</li>
                    <li>Use signed JWT client assertions to assert their identity when making an access token request.</li>
                    <li>Provide access to a JWKS service HTTPS endpoint where they host the public keys that Brightspace can use to validate their signed JWT client assertions.</li>
                </ul>
                <p><strong>Learning Environment</strong>. Version 20.26.2 of the Learning Environment includes these changes with version 1.92 of the LE API:</p>
                <ul>
                    <li>With LE API 1.92 and forward, we have removed the <code>Anonymous</code> property for the <code>CreateDeploymentData</code> JSON structure used to create and update LTI deployments. As of LMS release 20.26.2 the value for this property will always be <code>False</code> at all versions of the LE API (if you provide another value for it with an older API version, the back-end service will ignore it).</li>
                    <li>For all LE API versions, we have added the <code>IsSingleSession</code> property to the <code>QuizData</code> JSON structure. With LE API 1.92 and forward, we have added the <code>IsSingleSession</code> property to the <code>QuizData</code> JSON structure. This property indicates Brightspace locks a student's quiz attempt to their current browser session. When this property is <code>True</code>, students may not exist and resume the quiz from another browser or device without the instructor first manually unlocking them.</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.26.2 of the Learning Platform includes these change with version 1.57 of the LP API:</p>
                <ul>
                    <li>With LP API 1.57 and forward, we have added the <code>PasswordData</code> property for the <code>CreateUserData</code> JSON structure which allows setting of an initial password when creating a user.</li>
                    <li>We have added a <code>FirstLoginData</code> property to the <code>UserData</code> JSON structure to signal the time that a user first logged in to the back-end service.</li>
                    <li>We have added new attributes and actions to support learning outcomes.</li>
                </ul>
            </description>
        </item>


        <item>
            <title>20.26.1</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-january-2026</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-january-2026</guid>
            <pubdate>12 December 2025</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these new features and changes for the January 2026 release:</p>
                <p><strong>Learning Environment</strong>. Version 20.26.1 of the Learning Environment includes this change with version 1.91 of the LE API:</p>
                <ul>
                    <li>We have added a supported API action for retrieving a list of logs for course copy jobs.</li>
                    <li>We've assigned the granaular OAuth2 scopes for dropbox actions (<code>dropbox:folders:read</code>, <code>dropbox:folders:write</code>, <code>dropbox:folders:delete</code>) to additional existing dropbox actions. You should migrate to using these specific scopes by preference.</li>
                    <li>For clarity, we have reorganized the documentation for the API action to retrieve dropbox folder submissions. Rather than presenting it as one action with a <code>user</code> or <code>group</code> route parameter value, we're documenting it as two actions to retrieve folder submissions (for user, and for group, submissions).</li>
                </ul>
            </description>
        </item>


        <item>
            <title>20.25.12</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-december-2025</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-december-2025</guid>
            <pubdate>26 November 2025</pubdate>
            <description>
                <p>Our Brightspace ILP in delivery provides these new features and changes for the December 2025 release:</p>
                <p><strong>Learning Environment</strong>. Version 20.25.12 of the Learning Environment includes this change with version 1.90 of the LE API:</p>
                <ul>
                    <li>We've added the <code>DueDate</code> field to the JSON blocks used when reading and modifying discussion topics.</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.25.12 of the Learning Platform includes this change with version 1.55 of the LP API:</p>
                <ul>
                    <li>We've added a new action to retrieve department and semester parent org units for a given course offering org unit; the action lets you retrieve multiple parents of each type instead of only a single parent of each type (the previous action limited to retrieving a single parent of each type is no longer preferred).</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.25.11</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-november-2025</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-november-2025</guid>
            <pubdate>30 October 2025</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these new features and changes since the release of October 2025:</p>
                <p><strong>Learning Environment</strong>. Version 20.25.11 of the Learning Environment
includes these changes with version 1.89 of the LE API:</p>
                <ul>
                    <li>For grades without a weighting provided by a grade category, we've added the option to provide a <code>Weight</code> field when creating or updating the <code>GradeObject</code>.</li>
                    <li>We've added a new action to retrieve all the submissions for a specific entity in a dropbox folder.</li>
                    <li>With LE API 1.89 and forward, we have removed the <code>SendOrgUnitInformation</code>, <code>SendLinkTitle</code>, and <code>SendLinkDescription</code> properties for the <code>CreateDeploymentData</code> JSON strcture used to create and update LTI deployments. As of LMS release 20.25.11, the value for these properties will always be <code>True</code> at all versions of the LE API (if you provide another value for them with an older API version, the back-end service will ignore it).</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.25.11 of the Learning Platform includes these changes with version 1.54 of the LP API:</p>
                <ul>
                    <li>As of LMS 20.25.11, we have ensured the action to deploy source courses at all API versions does not initiate a deployment when encountering issues with any specified target courses. If validation fails with a target course, the action now properly returns an error.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.25.10</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-october-2025</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-october-2025</guid>
            <pubdate>29 September 2025</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these new features and changes since the release of September 2025:</p>
                <p><strong>Learning Environment</strong>. Version 20.25.10 of the Learning Environment includes these changes with version 1.88 of the LE API:</p>
                <ul>
                    <li>We’ve added a <code>HideQuestionPoints</code> property to the <code>QuizReadData</code> and <code>QuizData</code> JSON structures to support hiding question points in quizzes.</li>
                    <li>We’ve added a new action to delete an LTI Advantage organization link.</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.25.10 of the Learning Platform includes these changes with version 1.53 of the LP API:</p>
                <ul>
                    <li>With LP API v1.53 and forwad, we’ve added the optional <code>subOrganizationOrgUnitId</code> query parameter to the action to manage the org structure recycle bin.</li>
                    <li>With LP API v1.53 and forward, we’ve made these adjustments to the GroupCategoryData e JSON structure:
                    <ul>
                        <li>added the <code>SelfEnrollmentStartDate</code> property to the create form</li>
                        <li>added the <code>SelfEnrollmentStartDate</code> and <code>GroupPrefix</code> properties to the fetch form</li>
                        <li>added the <code>MaxUsersPerGroup</code>, <code>AllocateAfterExpiry</code>, <code>SelfEnrollmentStartDate</code>, <code>SelfEnrollmentExpiryDate</code>, and <code>GroupPrefix</code> properties to the update form</li>
                        <li>removed the <code>EnrollmentQuantity</code> property from all forms</li>
                    </ul>
                    </li>
                    <li>With LP API v1.53 and forward, the action to create sections now returns a 400 Bad Request status code with a more detailed error message if you call it before sections have been initialized.</li>
                    <li>With LP v1.53 and forward, we’ve added a new action to let you retrieve the current course offering for a given source course.</li>
                    <li>With LP v1.53 and forward, we’ve added a new action to let you retrieve the re-offered courses for a given source course.</li>
                    <li>With LP v1.53 and forward, we’ve added a new action to let you deploy a source course to one or more target course offerings.</li>
                </ul>
            </description>
        </item>


        <item>
            <title>20.25.9</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-september-2025</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-september-2025</guid>
            <pubdate>22 August 2025</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these new features and changes since the release of August 2025:</p>
                <p><strong>Awards Service</strong>: Version 20.25.9 of the Awards Service includes these changes:</p>
                <ul>
                    <li>With BAS API v1.5 and forward, we've added a new action to let you retrieve a certificate in PDF form.</li>
                </ul>
                <p><strong>Learning Environment</strong>. Version 20.25.9 of the Learning Environment lincludes these changes with LE API v1.87:</p>
                <ul>
                    <li>We've added new routes for LTI Advantage to manage single asset processors: delete one, retrieve one, or update one. We've also added routes to retrieve asset processors in bulk: for a given deployment, and for a given org unit.</li>
                    <li>We've provided new routes to My CPD Records (Continuous Professional Development) to support adding and deleting record attachments.</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.25.9 of the Learning Platform includes this change:</p>
                <ul>
                    <li>It is now possible to delete group categories without first deleting their child groups.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.25.8</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-august-2025</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-august-2025</guid>
            <pubdate>25 July 2025</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these features and changes since the release of July 2025:</p>
                <p><strong>Learning Environment</strong>. Version 20.25.8 of the Learning Environment includes these changes:</p>
                <ul>
                    <li>We've added a <code>NoticeHandlers</code> property to the <code>LTI.DeploymentData</code> JSON structure.</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.25.8 of the Learning Platform includes this change:</p>
                <ul>
                    <li>We've added <code>LocaleId</code> and <code>ForceLocale</code> properties to the Course Offering JSON structure.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.25.7</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-july-2025</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-july-2025</guid>
            <pubdate>27 June 2025</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these features and changes since the release of June 2025:</p>
                <p><strong>Learning Environment</strong>. Version 20.25.7 of the Learning Environment includes these changes:</p>
                <ul>
                    <li>We've added a new Dropbox submission type for <code>File or Text</code>.</li>
                    <li>We've provided new routes to support <em>My CPD Records</em> (Continuous Professional Development.</li>
                    <li>We've added new actions to groups that support paging: retrieve all groups or enrollments in a group category, retrieve a specific group (with no enrollments), and retrieve all enrollments in a group.</li>
                    <li>We've added new actions to sections that support paging: retrieve all sections, retrieve all enrollments in sections, retrieve section details, and retrieve section enrollments.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.25.6</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-june-2025</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-june-2025</guid>
            <pubdate>29 May 2025</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these features and changes since the release of May 2025:</p>
                <p><strong>Learning Environment</strong>. Version 20.25.6 of the Learning Environment includes these changes:</p>
                <ul>
                    <li>We've added the restriction that only Course Offering or Course Template org unit types can act as the source org unit in a new course copy job.</li>
                    <li>We've added new actions to retrieve grade values in bulk for users, courses, and an org unit and all its descendants.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.25.5</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-may-2025</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-may-2025</guid>
            <pubdate>24 April 2025</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these features and changes since the release of April 2025:</p>
                <p><strong>Learning Environment</strong>. Version 20.25.5 of the Learning Environment includes these changes with version 1.84 of the LE API:</p>
                <ul>
                    <li>Where possible, the actions to retrieve grade values in bulk (for users, courses, and all descendant org units) return the computable form of the grade value.</li>
                    <li>We've added an optional <code>pageSize</code> query parameter to the actions to get grade values in bulk (for users and all descendant org units) to allow for data paging.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.25.4</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-april-2025</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-april-2025</guid>
            <pubdate>28 March 2025</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these features and changes since the release of March 2025:</p>
                <p><strong>Award Service</strong>. Version 20.25.4 of the Award Service includes these changes with version 1.4 of the BAS API:</p>
                <ul>
                    <li>As of BAS API version 1.4, the default behaviour of the action to issue an award now uses the <code>IssueDate</code> field in the input JSON to calculate the expiry date. To restore the old behaviour (use the current time to calculate expirty), use the query parameter <code>useIssueDateToCalcExpiry</code> with a value of <code>false</code>.</li>
                </ul>
                <p><strong>Learning Environment</strong>. Version 20.25.4 of the Learning Environment includes these changes with version 1.83 of the LE API:</p>
                <ul>
                    <li>We've added an <code>IsRead</code> proeprty to the <code>Discussions.Post</code> JSON structure.</li>
                    <li>We've added <code>UserId</code> and <code>OrgUnitId</code> fields to <code>Grade.GradeValue</code> JSON blocks.</li>
                    <li>We've added new actions to retrieve grade values in bulk for users, courses, all descendant org units of a provide org unit.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.25.3</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-march-2025</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-march-2025</guid>
            <pubdate>26 February 2025</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these features and changes since the release of February 2025:</p>
                <p><strong>Learning Platform</strong>. Version 20.25.3 of the Learning Platform includes these changes:</p>
                <ul>
                    <li>With LP API v1.50 and following, when you use the actions to update or reset a particular user's password, you must provide the new <code>ForcePasswordReset</code> field in the JSON block you pass to the action (to control whether Brightspace will force the user to reset their password on their next subsequent login).</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.25.2</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-february-2025</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-february-2025</guid>
            <pubdate>23 January 2025</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these features and changes since the release of January 2025:</p>
                <p><strong>Learning Environment</strong>. Version 20.25.2 of the Learning Environment includes these changes:</p>
                <ul>
                    <li>As of LMS 20.25.2, classlist data now includes user' pronouns for those API calling user contexts permitted to see them.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.25.1</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-january-2025</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-january-2025</guid>
            <pubdate>7 January 2025</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these new features and changes since the release of December 2024:</p>
                <p><strong>Learning Environment</strong>. Version 20.25.1 of the Learning Environment includes these changes with version 1.82 of the LE API:</p>
                <ul>
                    <li>We've added an optional <code>roleId</code> query parameter to the action to retrieve the paged classlist.</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.25.1 of the Learning Platform includes these changes with version 1.49 of the LP API:</p>
                <ul>
                    <li>We've added a <code>SendEnrollmentEmail</code> property to the <code>CreateEnrollmentData</code> JSON structure.</li>
                    <li>We've added file-path information to <code>OrgUnit</code> JSON blocks.</li>
                    <li>We've added a <code>Tagline</code> property to the <code>UserProfile</code> and <code>UserProfileUpdateData</code> JSON structures.</li>.
                    <li>We've added a new action to update a user's profile, identifying them by user ID.</li>
                    <li>Weve added new actions to retrieve and update user completion status in an org unit.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.24.12</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-december-2024</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-december-2024</guid>
            <pubdate>25 November 2024</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides no new features and changes since the release of November 2024.</p>
            </description>
        </item>

        <item>
            <title>20.24.11</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-november-2024</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-november-2024</guid>
            <pubdate>28 October 2024</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these new features and changes since the release of October 2024:</p>
                <p><strong>Learning Environment</strong>. Version 20.24.11 of the Learning Environment includes these changes:</p>
                <ul>
                    <li>We've added a <code>PinnedDate</code> property <code>NewsItem</code> structures.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.24.10</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-october-2024</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-october-2024</guid>
            <pubdate>23 September 2024</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides no new features and changes since the release of September 2024.</p>
            </description>
        </item>


        <item>
            <title>20.24.9</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-september-2024</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-september-2024</guid>
            <pubdate>22 August 2024</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these new features and changes since the release of August 2024:</p>
                <p><strong>Learning Environment</strong>. Version 20.24.9 of the Learning Environment includes these changes:</p>
                <ul>
                    <li>We've added a list of links to the dropbox JSON structure to let you retrieve feedback file and link information along with the regular dropbox properties.</li>
                    <li>We've added a new action to retrieve links to dropbox feedback.</li>
                </ul>
            </description>
        </item>


        <item>
            <title>20.24.8</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-august-2024</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-august-2024</guid>
            <pubdate>28 July 2024</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these new features and changes since the release of July 2024:</p>
                <p><strong>Learning Environment</strong>. Version 20.24.8 of the Learning Environment includes these changes:</p>
                <ul>
                    <li>We've added a new action to request the current user's submissions.</li>
                    <li>We've included support for specifiying paging type in quizzes.</li>
                    <li>We've included support for course completion tracking as a target to retrieve and replace the conditions on a target in an org unit.</li>
                </ul>
            </description>
        </item>


        <item>
            <title>20.24.7</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-july-2024</link>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-july-2024</guid>
            <pubdate>21 June 2024</pubdate>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these new features and changes since the release of June 2024:</p>
                <p><strong>Learning Environment</strong>. Version 20.24.7 of the Learning Environment includes these changes:</p>
                <ul>
                    <li>We've added a Colour property to the content module JSON structure.</li>
                    <li>We have removed support for user notification by notification number attributes and actions as they no longer have a supporting product feature in the back-end service.</li>
                </ul>
            </description>
        </item>


        <item>
            <title>20.24.6</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-june-2024</link>
            <pubdate>27 May 2024</pubdate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-june-2024</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these new features and changes since the release of May 2024:</p>
                <p><strong>Learning Environment</strong>. Version 20.24.6 of the Learning Environment includes these changes:</p>
                <ul>
                    <li>We have added the OAuth2 scope <code>dropbox:folders:read</code> to the action to retrieve a dropbox submission file.</li>
                </ul>
            </description>
        </item>


        <item>
            <title>20.24.5</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-may-2024</link>
            <pubdate>23 April 2024</pubdate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-may-2024</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these new features and changes since the release of April 2024:</p>
                <P><strong>Learning Environment</strong>. Version 20.24.5 of the Learning Environment includes these changes:</P>
                <ul>
                    <li>We've added <code>IsStartDateShown</code> and <code>SortOrder</code> properties to the <code>NewsItem</code> object and to the <code>NewsItemData</code> object.</li>
                    <li>We've also added OAuth2 scopes to many of the news routes. When building new applications that use these actions you should use these new specific scopes.</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.24.5 of the Learning Platform includes these changes:</p>
                <ul>
                    <li>We've added a new optional paged list version of the action to list the Advanced Data Set export jobs that you've started and removed the <code>page</code> parameter for that action.</li>
                </ul>
                <p><strong>Awards Service</strong>. Version 20.24.5 of the Awards Service includes these changes:</p>
                <ul>
                    <li>As of this release, issued certificates that have been revoked will return a 410 status code in the action to retrieve a certificate.</li>
                </ul>
            </description>
        </item>


        <item>
            <title>20.24.4</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-april-2024</link>
            <pubdate>25 March 2024</pubdate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-april-2024</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides these new features and changes since the release of March 2024:</p>
                <P><strong>Learning Environment</strong>. Version 20.24.4 of the Learning Environment includes these changes:</P>
                <ul>
                    <li>We've added new actions to support adding domain name mappings to enable coalescing multiple legacy LTI tool domains into a single registered LTI Advantage tool domain.</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.24.4 of the Learning Platform includes these changes:</p>
                <ul>
                    <li>We've added a new file management action (and attributes) to let you retrieve the contents of a file location in an org unit's file storage.</li>
                </ul>
                <p><strong>Awards Service</strong>. Version 20.24.4 of the Awards Service includes these changes:</p>
                <ul>
                    <li>With BAS v1.3 and forward, we've added an action to let you retrieve a certificate by its Id. As of LMS v20.4.4, all issued certificate awards will have such a Certificate Id; otherwise, issued awards will have a <code>null</code> Certificate Id value.</li>
                    <li>As of LMS v20.24.4, we've added the <code>CertificateId</code> to the issued award attribute; it will be <code>null</code> in certificate awards issued prior to LMS v20.24.4, and in all badge awards.</li>
                </ul>
            </description>
        </item>


        <item>
            <title>20.24.3</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-march-2024</link>
            <pubdate>23 February 2024</pubdate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-march-2024</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides no new features or changes since the release of February 2024.</p>
            </description>
        </item>

        <item>
            <title>20.24.2</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-february-2024</link>
            <pubdate>26 January 2024</pubdate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-february-2024</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following new features since the release of January 2024.</p>
                <p><strong>Learning Environment</strong>. Version 20.24.2 of the Learning Environment includes these changes:</p>
                <ul>
                    <li>We've added new actions to support adding domain name mappings to enable coalescing multiple legacy LTI tool domains into a single registered LTI Advantage tool domain during migration.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.24.1</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-january-2024</link>
            <pubdate>16 December 2024</pubdate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-january-2024</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides no new features or changes since the release of December 2023.</p>
            </description>
        </item>

        <item>
            <title>20.23.12</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-december-2023</link>
            <pubdate>24 November 2023</pubdate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-december-2023</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following new features since the release of November 2023.</p>
                <p><strong>Learning Platform</strong>. Version 20.23.12 of the Learning Platform includes this change:</p>
                <ul>
                    <li>We've added a new action to terminate both a user's active web sessions and active API access for that user.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.23.11</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-november-2023</link>
            <pubDate>24 October 2023</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-november-2023</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of October 2023.</p>
                <p><strong>LearningEnvironment</strong>. Version 20.23.11 of the Learning Environment includes these changes:</p>
                <ul>
                    <li>We’ve included support for negative marking schemes in quizzes by adding a DeductionPercentage property to the QuizReadData, QuizData, and QuizQuizAttemptData JSON structures.</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.23.11 of the Learning Platform indluces these changes:</p>
                <ul>
                    <li>We've added a new action to create users in a batch.</li>
                    <li>We've added a new action to create or update enrollments for users in a batch.</li>
                    <li>We've added new actions to support management of local authentication security overrides.</li>
                </ul>
            </description>
        </item>


        <item>
            <title>20.23.10</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-october-2023</link>
            <pubDate>29 September 2023</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-october-2023</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides no new features and changes since the release of September 2023.</p>
            </description>
        </item>


        <item>
            <title>20.23.9</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-september-2023</link>
            <pubDate>1 September 2023</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-september-2023</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of August 2023.</p>
                <p><strong>Learning Environment</strong>. Version 20.23.9 of the Learning Environment includes these changes:</p>
                <ul>
                    <li>We've added a new action to delete a dropbox folder.</li>
                    <li>We have removed support for the ISBN/Book Management attributes and actions as they no longer have a supporting product feature in the back-end service.</li>
                    <li>We've added an <code>IsSynchronous</code> property to the <code>QuizReadData</code> and <code>QuizData</code> JSON structures, which indicates if a quiz is synchronous or asynchronous.</li>
                    <li>We've added an <code>AttemptIsSynchronous</code> property to the <code>QuizAttemptData</code> JSON structure, which indicates if a quiz attempt was taken synchronously or asynchronously.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.23.8</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-august-2023</link>
            <pubDate>26 July 2023</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-august-2023</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of July 2023.</p>
                <p><strong>Learning Environment</strong>. Version 20.23.8 of the Learning Environment includes this change:</p>
                <ul>
                    <li>We've added an <code>IsPinned</code> property to the <code>NewsItem</code> and <code>NewsItemData</code> JSON structures.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.23.7</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-july-2023</link>
            <pubDate>27 June 2023</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-july-2023</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of June 2023.</p>
                <p><strong>Awards Service</strong>. Version 20.23.7 of the Awards Service includes these changes:</p>
                <ul>
                    <li>We've added a new version (v1.2) for the Awards Service, to allow for a new Criteria property on Awards structures.</li>
                </ul>
                <p><strong>Learning Environment</strong>. Version 20.23.7 of the Learning Environment includes these changes:</p>
                <ul>
                    <li>As of LE API v1.71, we've simplified the configuration of a quiz's late submission type: via the API you can no longer specify the "use late limit" option (or specify the late-limit minutes value); if you try to configure a quiz with the "use late limit" option, Brightspace will instead use the "auto submit attempt" option.</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.23.7 of the Learning Platform includes these changes:</p>
                <ul>
                    <li>New structures and actions to support managing a course's collection of files.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.23.6</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-june-2023</link>
            <pubDate>30 May 2023</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-june-2023</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of May 2023.</p>
                <p><strong>Learning Platform</strong>. Version 20.23.6 of the Learning Platform includes these changes:</p>
                <ul>
                    <li>We have removed use of the legacy BDS data export actions with LP API v1.44 and forward. Their use with LP API version 1.35 through 1.43 are still supported but not recommended; applications should avoid use of the legacy actions and use their replacment actions instead.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.23.5</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-may-2023</link>
            <pubDate>24 April 2023</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-may-2023</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of April 2023.</p>
                <p><strong>Learning Platform</strong>. Version 20.23.5 of the Learning PLatform includes these improvements:</p>
                <ul>
                    <li>With LP API v1.43, we’ve added new routes for Data Hub to list the Brightspace Data Sets schemas and plugins, the extracts for a schema, and the extracts for a plugin, and to download an extract.</li>
                    <li>With LP API v1.43, we’ve moved all older Data Hub routes regarding Brightspace Data Sets to the Legacy documentation section. You should by preference use the newer Brightspace Data Sets routes introduced in LP API v1.43.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.23.4</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-april-2023</link>
            <pubDate>30 March 2023</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-april-2023</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of March 2023.</p>
                <p><strong>Learning Environment</strong>. Version 20.23.4 of the Learning Environment includes these improvements:</p>
                <ul>
                    <li>With LE API v1.70 we’ve enhanced the handling of date fields in <code>ContentObjectData</code> JSON blocks on input; now if you provide null for those fields it will remove any prior-set value instead of leaving prior-set values unaffected.</li>
                    <li>As of the 20.23.4 release, we have added new OAuth2 scopes to content actions; actions that create or update content topics and modules now can be done with a <code>manage</code> scope (<code>content:topics:manage</code> for topics and <code>content:modules:manage</code> for modules). Additionally, we’ve added a <code>readonly</code> scope for applications that only want to have read access to content topics and modules. While these actions still can be used with the older <code>content:topics:read</code> and <code>content:modules:read</code> scopes, we’ve now deprecated those scopes and will remove access to them in the future.</li>
                    <li>As of the 20.23.4 release, we have added new OAuth2 scopes to discussion actions; actions that create or update discussion forums, topics, and posts now can be done with a <code>manage</code> scope (<code>discussions:forums:manage</code> for forums; <code>discussions:topics:manage</code> for topics; <code>discussions:posts:manage</code> for posts). Additionally, we’ve added a <code>readonly</code> scope for applications that only want to have read access to discussion forums, topics, and posts. While these actions can still be used with the older <code>discussions:forums:read</code>, <code>discussions:topics:read</code>, and <code>discussions:posts:read</code> scopes, we’ve now deprecated those scopes and will remove access to them in the future.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.23.3</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-march-2023</link>
            <pubDate>21 February 2023</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-march-2023</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of February 2023.</p>
                <p><strong>Learning Platform</strong>. Version 20.23.3 of the Learning Platform includes these improvements:</p>
                <ul>
                    <li>We have removed the obselete action <code>/d2l/api/lp/(version)/dataExport/schema/bds</code> (previously only available in an <em>unstable</em> version) from the public API.</li>
                </ul>
            </description>
        </item>


        <item>
            <title>20.23.2</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-february-2023</link>
            <pubDate>27 January 2023</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-february-2023</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of January 2023.</p>
                <p><strong>Learning Environment</strong>. Version 20.23.2 of the Learning Environment includes these improvements:</p>
                <ul>
                    <li>We've added the <code>AutoCreateGrade</code> field to <code>LTI.CreateDeploymentData</code> and <code>LTI.DeploymentData</code> to allow users to set the Auto Create Grade Items toggle for LTI Advantage deployments.</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.23.2 of the Learning Platform includes these improvements:</p>
                <ul>
                    <li>We have added specific OAuth2 scopes to a variety of actions around user data.</li>
                    <li>We have added a <code>UserName</code> field to the <code>User.User</code> user structure.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.23.1</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-january-2023</link>
            <pubDate>10 January 2023</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-january-2023</guid>
                <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of December 2022.</p>
                <p><strong>Learning Environment</strong>. Version 20.23.1 of the Learning Environment includes this improvement:</p>
                <ul>
                    <li>We've added the <code>AutoMigrateLinks</code> field to <code>LTI.CreateDeploymentData</code> and <code>LTI.DeploymentData</code> to allow users to set the "Auto Migrate Links" toggle for LTI Advantage deployments.</li>
                    <li>As of version 1.67 of the LE APIs, we have added support for an <code>ignoreDateRestrictions</code> query parameter to the action to retrieve the content table of contents to ignore date restrictions on both content topics and modules. Additionally, with the same version (1.67) we ignore any use of the <code>ignoreModuleDateRestrictions</code> query parameter on the same action.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.22.12</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-december-2022</link>
            <pubDate>28 November 2022</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-december-2022</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of November 2022.</p>
                <p><strong>Learning Environment</strong>. Version 20.22.12 of the Learning Environment includes this improvement:</p>
                <ul><li>We've added <code>Paused</code> and <code>Cancelled</code> as statuses for LTI Advantage migration jobs.</li>
                    <li>You can now sort retrieved grade object values and final grade values by last modified date.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.22.11</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-november-2022</link>
            <pubDate>26 Octoboer 2022</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-november-2022</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of October 2022.</p>
                <p><strong>Learning Environment</strong>. Version 20.22.11 of the Learning Environment includes this improvement:</p>
                <ul><li> We've added new routes for LTI Advantage to create an LTI migration job and view the status of a migration job.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.22.10</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-october-2022</link>
            <pubDate>23 September 2022</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-october-2022</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of September 2022.</p>
                <p><strong>Learning Environment</strong>. Version 20.22.10 of the Learning Environment includes this improvement:</p>
                <ul><li> We've added support date availability types (<code>StartDateAvailabilityType</code> and <code>EndAvailabilityType</code> fields) to Dropbox folders (see <code>DropboxFolder</code> and <code>DropboxFolderUpdateData</code> JSON blocks).</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.22.10 of the Learning Platform includes this improvement:</p>
                <ul><li> We've added intelligent agents as a target type for release coditions</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.22.9</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-september-2022</link>
            <pubDate>29 August 2022</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-september-2022</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of August 2022.</p>
                <p><strong>Learning Environment</strong>. Version 20.22.9 of the Learning Environment includes these improvements:</p>
                <ul><li> As of the Brightspace 20.22.9 release, we have made generally available a new route to let you modify the order of content objects such as modules and topics.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.22.8</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-august-2022</link>
            <pubDate>25 July 2022</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-august-2022</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides no new features or changes since the release of July 2022.</p>
            </description>
        </item>

        <item>
            <title>20.22.7</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-july-2022</link>
            <pubDate>24 June 2022</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-july-2022</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of June 2022.</p>
                <p><strong>Learning Platform</strong>. Version 20.22.7 of the Learning Environment includes these improvements:</p>
                <ol type="a"><li> The pre-existing route to initialize all section settings for a course has become deprecated as of LP API version 1.38, not supported in version 1.39, and will not be carried forward in future LP API contracts.</li>
                    <li><p>As of LP API version 1.39 we've added a new route you should now use instead to initialize the settings for all sections in a course.</p></li>
                    <li><p>As of LP API version 1.39, we've added a new route you use to update the settings for all sections in a course.</p></li>
                    <li><p>As of LP API version 1.39, the <code>Section.SectionSettingsData</code> JSON block now has a new field to indicate the show/hide status of section descriptions for enrolled users. When using actions to update the settings for all sections in a course, with LP API version 1.39 and forward you should include this new field.</p>
                        <p>(Note that this JSON block used to be called <code>SectionPropertyData</code> in previous documentation releases; for clarity, we are now calling this structure <code>SectionSettingsData</code>. This is a documentation-only change.)</p></li>
                </ol>
            </description>
        </item>

        <item>
            <title>20.22.6</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-june-2022</link>
            <pubDate>24 May 2022</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-june-2022</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of May 2022.</p>
                <p><strong>Learning Environment</strong>. Version 20.22.6 of the Learning Environment includes these improvements:</p>
                <ul><li> We have added specific OAuth2 scopes to grades routes for categories, exemptions, schemes, setup, statistics, and values.</li>
                    <li> We have added a new route to let you retrieve the creation-job status for a group category.</li>
                </ul>
            </description>
        </item>


        <item>
            <title>20.22.5</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-may-2022</link>
            <pubDate>25 April 2022</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-may-2022</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of April 2022.</p>
                <p><strong>Learning Environment</strong>. Version 20.22.5 of the Learning Environment include these improvements:</p>
                <ul><li> We've addeed support for vendor-specific grade types to IPSIS-related structures.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.22.4</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-april-2022</link>
            <pubDate>22 March 2022</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-april-2022</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of March 2022.</p>
                <p><strong>Learning Platform</strong>. Version 20.22.4 of the Learning Platform includes these improvements:</p>
                <ul><li>We've added scopes to the actions to clear, reset, and update a particular user's password.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.22.3</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-march-2022</link>
            <pubDate>14 February 2022</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-march-2022</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of February 2022.</p>
                <p><strong>Learning Framework APIs</strong>. With the introduction of LTI Advantage support, use of Remote Plugins has become deprecated and is no longer a fully supported way to consider extending the Brightspace user interface. For those interested in LTI link placements in areas other than course content, consider using quicklinks wrapped around LTI links instead. Accordingly, we've now removed Information about the legacy Remote Plugin technology from the reference.</p>
                <p><strong>Learning Platform</strong>. Version 20.22.3 of the Learning Platform includes these improvements:</p>
                <ul><li>We've added actions to let you get user attribute schemas, and to let you get, delete, and update user attribute values.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.22.2</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-feburary-2022</link>
            <pubDate>24 January 2022</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-feburary-2022</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of January 2022.</p>
                <p><strong>Learning Environment</strong>. Version 20.22.2 of the Learning Environment includes these improvements:</p>
                <ul>
                    <li>We've added a new route for LTI Advantage to list all link summaries under a deployment that includes a new <code>LtiAdvantageLinkDataSummary</code> attribute.</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.22.2 of the Learning Platform includes these improvements:</p>
                <ul>
                    <li>We've added scopes to the routes to list Brightspace Data Sets plugins and download Brightspace Data Sets plugins.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.22.1</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-january-2022</link>
            <pubDate>17 December 2021</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-january-2022</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of December 2021.</p>
                <p><strong>Learning Framework APIs</strong>. Version 20.22.1 of the Brightspace Learning Framework API reference has removed documentation for the D2L Client SDKs that provide support for the legacy ID-Key authentication system. New application development using the Brightspace Learning Framework APIs should choose OAuth 2 as the preferred authenticaiton mechanism. The legacy D2L Client SDK code is still available from the <a href="https://github.com/Brightspace">Brightspace Github organization</a>.</p>
                <p><strong>Learning Platform</strong>. Version 20.22.1 of the Learning Platform includes these improvements:</p>
                <ul>
                    <li>User Alerts now have a <code>FeedMessageSubjectId</code> field. See <code>Alerts.Alert</code> for more information.</li>
                    <li>We have added actions to manage the custom widget data for a specifid user identified by their user ID.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.21.12</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-december-2021</link>
            <pubDate>17 November 2021</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-december-2021</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of November 2021.</p>
                <p><strong>Learning Environment</strong>. Version 20.21.12 of the Learning Environment includes these improvements:</p>
                <ul>
                    <li>As of version 1.60 of the API, sorting for grade result APIs respects the user's <code>SortLastName</code> if it is set. See <code>User.LegalPreferredNames</code> for more information.</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.21.12 of the Learning Platform includes these improvements:</p>
                <ul>
                    <li>We've added the <code>IncludeInFinalGrade</code> field to <code>LTI.CreateDeploymentData</code> and <code>LTI.DeploymentData</code> to allow users to set the "Grades created by LTI will be included in Final Grade" checkbox for deployments.</li>
                    <li>Clients using OAuth2 authentication can now use more granular scopes when calling the "Enrollments, Groups and Sections" routes. We've also modified routes that used the <code>enrollments:own_enrollment:read</code> scope to now use the <code>enrollment:own_enrollment:read</code> scope.</li>
                    <li>We've added scopes to the "update course offering", "get course offering", and "delete course offering" routes.</li>
                    <li>We've added the <code>SortLastName</code> field to the <code>User.LegalPreferredNames</code> structure. Version 1.34 (and later) API users must include the new <code>SortLastName</code> property when updating names, and will receive it when retrieving them.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.21.11</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-november-2021</link>
            <pubDate>25 October 2021</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-november-2021</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of October 2021.</p>
                <p><strong>Learning Platform</strong>. Version 20.21.11 of the Learning Platform includes these improvements:</p>
                <ul>
                    <li>We've clarified that, with the action to retrieve the list of Data Set plugins, the optional <code>pageSize</code> parameter does not guarantee that a response cannot include fewer entries; if you use this action, you must be able to handle paginated results.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.21.10</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-october-2021</link>
            <pubDate>1 October 2021</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-october-2021</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of September 2021.</p>
                <p><strong>Learning Platform</strong>. Version 20.21.10 of the Learning Platform includes these improvements:</p>
                <ul>
                    <li>Clients using OAuth2 authentication can now use more granular scopes when calling the LTI Advantage routes.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.21.9</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-september-2021</link>
            <pubDate>1 September 2021</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-september-2021</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of August 2021.</p>
                <p><strong>Learning Environment</strong>. Version 20.21.9 of the Learning Environment includes these improvements:</p>
                <ul>
                    <li>We’ve added a new route to let you generate a signed URL usable for uploading a batch-data file to IPSIS.</li>
                    <li>We have added a new action to retrieve assignment submissions using paging. Callers should use this new route by preference, especially for folders with many submissions.</li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.21.9 of the Learning Platform includes these improvements:</p>
                <ul>
                    <li>Clients using OAuth2 authentication can now use more granular scopes when calling the Organization Structure routes, Colour schemes routes, and the Recycle bin routes</li>
                    <li>We’ve added structures and actions to let the current user set their pronouns and pronoun visibility preferences. This also includes adding support for pronoun choices to the relevant user (for getting, creating, and updating user record data) and whoami structures.</li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.21.8</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-august-2021</link>
            <pubDate>1 Aug 2021</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-august-2021</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of July 2021.</p>
                <p><strong>Learning Environment</strong>. Version 20.21.8 of the Learning Environment includes these improvements:</p>
                <ul>
                    <li><p>We've added the <code>Code</code> field to the <code>Group.GroupData</code> fetch  structure.</p></li>
                    <li><p>We've added <code>StartDateAvailabilityType</code>, <code>EndDateAvailability</code> fields to <code>ToC.TableOfContents</code>, <code>Discussions.Forum</code>, <code>Discussions.ForumData</code>, <code>Discussions.CreateTopicData</code>, <code>Discussions.Topic</code>.</p></li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.21.7</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-july-2021</link>
            <pubDate>1 July 2021</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-july-2021</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of June 2021.</p>
                <p><strong>Learning Environment</strong>. Version 20.21.7 of the Learning Environment includes these improvements:</p>
                <ul>
                    <li><p>We’ve added <code>AttemptDueDate</code>, <code>AttemptEnforceTimeLimit</code>, <code>AttemptSubmissionTimeLimit</code>, <code>AttemptSubmissionGraceLimit</code>, <code>AttemptSubmissionLateTypeId</code>, <code>AttemptSubmissionLateData</code> fields to <code>Quiz.QuizAttemptData</code>.</p></li>
                    <li><p>We’ve added the <code>LastAccessed</code> field to <code>MyOrgUnitInfo</code>.</p></li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.21.6</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-june-2021</link>
            <pubDate>1 June 2021</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-june-2021</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of May 2021.</p>
                <p><strong>Learning Environment</strong>. Version 20.21.6 of the Learning Environment includes these improvements:</p>
                <ul>
                    <li><p>We’ve added routes to let you retrieve accommodations in an org unit for a specific user and the current user, and to update accommodations in an org unit for a specific user.</p></li>
                    <li><p>We’ve added routes that let you add a presenter and remove a presenter for a calendar event.</p></li>
                    <li><p>We’ve added the <code>DisplayName</code>, <code>DisplayRole</code>, <code>Duration</code> and <code>Visibility</code> fields to the <code>Calendar.PresenterInfo</code> structure.</p></li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.21.6 of the Learning Platform includes these improvements:</p>
                <ul>
                    <li><p>We’ve added routes to let you download course files.</p></li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.21.5</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-may-2021</link>
            <pubDate>1 May 2021</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-may-2021M</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of April 2021.</p>
                <p><strong>Learning Environment</strong>. Version 20.21.5 of the Learning Environmnet includes these improvements:</p>
                <ul>
                    <li><p>We’ve added routes to let you get and update Ipsis related details for grades and grade categories.</p></li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.21.4</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-april-2021</link>
            <pubDate>1 April 2021</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-april-2021</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of March 2021.</p>
                <p><strong>Learning Environment</strong>. Version 20.21.4 of the Learning Environment includes these improvements:</p>
                <ul>
                    <li><p>We’ve added two new optional Query Parameters, moduleId and title, to allow filtering based on module ID or title when using the action to retrieve the table of contents in content.</p></li>
                </ul>
                <p><strong>Learning Platform</strong>. Version 20.21.4 of the Learning Platform includes these improvements:</p>
                <ul>
                    <li><p>We have added a new action to retrieve a user’s enrollment details for parent org units of a particular org unit.</p></li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.21.3</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-march-2021</link>
            <pubDate>1 March 2021</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-march-2021</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of February 2021.</p>
                <p><strong>Learning Environment</strong>. Version 20.21.3 of the Learning Environmnet includes these improvements:</p>
                <ul>
                    <li><p>We’ve added routes to let you download an archive of the all the files submitted to user and group dropboxes.</p></li>
                    <li><p>We’e added support for associating language-specific captions files with content topics.</p></li>
                </ul>
            </description>
        </item>

        <item>
            <title>20.21.2</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-february-2021</link>
            <pubDate>1 February 2021</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-february-2021</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides no new features and changes since the release of January 2021.</p>
            </description>
        </item>

        <item>
            <title>20.21.1</title>
            <link>https://docs.valence.desire2learn.com/basic/history.html#brightspace-february-2021</link>
            <pubDate>1 January 2021</pubDate>
            <guid>https://docs.valence.desire2learn.com/basic/history.html#brightspace-february-2021</guid>
            <description>
                <p>Our Brightspace ILP in continuous delivery provides the following features and changes since the release of December 2020.</p>
                <p><strong>Learning Platform</strong>. Version 20.21.1 of the Learning Platform includes these improvements:</p>
                <ul>
                    <li>We’ve added the <code>CurrentlyAvailable</code> field to the <code>BrightspaceDataSetReportInfo</code> structure.</li>
                    <li>We’ve added the <code>SendSectionCode</code> field to the <code>CreateLtiLinkData</code>, <code>LtiLinkData</code>, <code>CreateLtiProviderData</code>, and <code>LtiToolProviderData</code> structures to allow users to set the <em>Send course section information to tool provider</em> checkbox for links and tool providers.</li>
                    <li>We’ve added the <code>IsHidden</code> field to the <code>GradeObject</code> structures for all Grade Object Types.</li>
                </ul>
            </description>
        </item>

    </channel>
</rss>