Server Patch 13 (2025-12-01)

  • In the Planning Board, the city is removed from the customer name if it already appears in the location field. (Issue)
  • To prevent jobs from terminating unexpectedly due to exceptions, the job method now controls termination solely through its return value. (Issue)
  • Jobs can now integrate health monitoring similar to Honeybadger to detect jobs that aren’t running.
  • The REST API now supports date range queries like beginAt.gte=2025-01-01T00:00:00Z&beginAt.lt=2026-01-01T00:00:00Z. (Issue)
  • Inactive REST API keys are now always rejected during authorization checks. (Issue)
  • The Planning Board now allows filtering by the responsible team for individual appointments. (Issue)
  • Two enhancements in the NeoDXP search: (Issue)
    • Users can now search for terms containing single quote characters. 
    • Accented characters are automatically normalized to their base forms, enabling broader search results.
  • The β€œFirst steps” dialog resolved the issue with loading the embedded YouTube video. (Issue)