Skip to content

Commit

Permalink
docs(api): Updates API changlog
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Nov 27, 2024
1 parent 25624cb commit cb0280e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cl/api/templates/rest-change-log.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ <h4 class="v-offset-below-3">
<div class="col-xs-12 col-md-8 col-lg-6">
<h1 id="about">REST API Change Log</h1>
<ul>
<li>
<p><strong>v4.1</strong>&mdash; This version adds new <code>count=on</code> query parameter to paginated endpoints, allowing for efficient retrieval of total item counts without fetching actual data. Additionally, search results across all search types have been improved by incorporating <strong>score</strong> values to the payload.</p>
<p>The docket entry endpoint now supports flexible result sorting through the <code>order_by</code> query parameter. For more precise filtering, the parties and attorneys endpoint has been enhanced with the <code>filter_nested_results=True</code> query parameter. Finally, the court endpoint now allows filtering of results based on parent court relationships using the <code>parent_court</code> query parameter.</p>
</li>
<li>
<p><strong>v4.0</strong> — Migrate search to ElasticSearch and enable cursor-based pagination. See the <a href="{% url "migration_guide" %}">Migration Guide</a> for details.</p>
</li>
Expand Down

0 comments on commit cb0280e

Please sign in to comment.