§ changelog · fix

2026.07 · Jobs date filters and scraper alerting

Fixed a 500 on GET /v1/jobs when combining posted_after / posted_before with other filters.
§ 02 · highlights

What ships in this release.

  • Fixed a 500 on GET /v1/jobs when combining posted_after / posted_before with other filters.
  • Scraper failures now page the team over Telegram.
  • Admin accounts are no longer credit-metered.
§ 03 · context

Why we shipped it.

A typed-operator regression made precise date bounds on the jobs search fail with a 500; posted_after and posted_before now bind correctly alongside posted_within. Scraper failures alert within a cycle instead of being noticed the next morning.