# Changelog of Datajud Scraper (`normdata/datajud-scraper`) Actor

- **URL**: https://apify.com/normdata/datajud-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/normdata/datajud-scraper.md

## Changelog

### 2026-09-23

- Fixed watch mode (`onlyChangedSinceLastRun`): it now remembers each case between separate runs,
  so scheduled runs only report real new movements. Before this fix every run treated every case
  as new.
- A watch run with no new movements now finishes cleanly with no rows and nothing charged, instead
  of writing a "No processes matched" row.

### 1.0.0

Initial release.

- Search any of 90+ Brazilian court (tribunal) indices by free text, procedural class, subject,
  judging body, instance, movement code, and filing or last-update date ranges, one or several
  courts in parallel.
- Look up exact cases by 20-digit CNJ process number, with the court detected automatically from
  the number itself (falls back to the applicable superior court when the case could have been
  appealed there).
- Always returns the most recently updated record when a process number matches more than one
  document in a court's index.
- Full movement docket per case, including the judging body and complement codes for each
  movement.
- Sealed/confidential case exclusion filter.
- Portfolio watch mode (`onlyChangedSinceLastRun`): remembers each case's last movement between
  runs and reports only genuine changes.
- Filing dates normalized to a single consistent timestamp format regardless of the source
  system's raw format.
- Free Apify plans run a built-in 10-row sample.
