You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,24 @@ description: The latest updates and changes to CodeRabbit.
5
5
sidebar_position:13
6
6
---
7
7
8
+
##July 17, 2025
9
+
10
+
###Enhanced Reporting Capabilities
11
+
12
+
We're excited to announce significant improvements to our reporting system that will make your automated reports more powerful and actionable!
13
+
14
+
####Exclusion Filters with NOT_IN Option
15
+
16
+
Reports now support exclusion filters using the`NOT_IN` option, allowing you to filter out pull requests based on their repository, label, user, or team. This gives you more granular control over what appears in your reports, helping you focus on the most relevant information.
17
+
18
+
####Next Steps Section in Daily Standup Reports
19
+
20
+
We've enhanced the default daily standup report template to include a "Next Steps" section. This provides clear guidance on what actions authors and reviewers should take regarding each pull request or change, making your reports more actionable and helping teams stay on track.
21
+
22
+
####CI/CD GitHub Action Check Status Integration
23
+
24
+
Reports now include CI/CD GitHub Action check status as a data source. Your reports will be aware of which CI/CD checks are failing or passing, giving you better visibility into the health of your pull requests and helping identify potential issues before they become blockers.
25
+
8
26
##July 10, 2025
9
27
10
28
###Enhanced Python Static Analysis: nbqa Support for Jupyter Notebooks