diff --git a/cl/api/templates/rest-change-log.html b/cl/api/templates/rest-change-log.html
index 7d735a675f..015f914e22 100644
--- a/cl/api/templates/rest-change-log.html
+++ b/cl/api/templates/rest-change-log.html
@@ -30,6 +30,31 @@
REST API Change Log
+ -
+
v4.1— This release introduces a number of enhancements aimed at improving the efficiency and flexibility of your data retrieval.
+
+ - Enhanced Paginated Endpoints: Introduced the count=on query parameter to efficiently retrieve total item counts without fetching actual data
+ (Issue #4506, PR #4715).
+
+ - Search Results: Improved search results across all search types by incorporating score values to the payload
+ (Issue #4312, PR #4712).
+
+ - Flexible Docket Entry Sorting: The Docket Entry endpoint now supports sorting results by
recap_sequence_number
and entry_number
. This added flexibility allows you to customize your data retrieval to meet specific requirements.
+ (Issue #4061, PR #4700).
+
+ - Deeper Filtering for Parties and Attorneys: The parties and attorneys API endpoint has been upgraded with the
filter_nested_results=True
query parameter. This enables granular filtering of nested data, providing more control over the retrieved information.
+ (Issue #4054, PR #4729).
+
+ - Enhanced Court Filtering: The
parent_court
query parameter has been added to the Court endpoint, allowing you to filter results based on parent-child relationships between courts.
+ (Issue #4711, PR #4744).
+
+
+
-
v4.0 — Migrate search to ElasticSearch and enable cursor-based pagination. See the Migration Guide for details.
diff --git a/cl/api/templates/rest-docs-vlatest.html b/cl/api/templates/rest-docs-vlatest.html
index 91e7205bcd..b59febecf9 100644
--- a/cl/api/templates/rest-docs-vlatest.html
+++ b/cl/api/templates/rest-docs-vlatest.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load static extras humanize %}
-{% block title %}REST API, v4 – CourtListener.com{% endblock %}
+{% block title %}REST API, v4.1 – CourtListener.com{% endblock %}
{% block description %}REST API for federal and state case law, PACER data, the searchable RECAP Archive, oral argument recordings and more. Provided by Free Law Project, a 501(c)(3) non-profit. Please donate to support this service.{% endblock %}
{% block og_description %}REST API for federal and state case law, PACER data, the searchable RECAP Archive, oral argument recordings and more. Provided by Free Law Project, a 501(c)(3) non-profit. Please donate to support this service.{% endblock %}
@@ -24,7 +24,7 @@
{% include "includes/toc_sidebar.html" %}
-
REST API – v4.0
+
REST API – v4.1
APIs for developers and researchers that need granular legal data.