Skip to content

Latest commit

 

History

History
148 lines (128 loc) · 6.36 KB

File metadata and controls

148 lines (128 loc) · 6.36 KB

OSCAR Build Node Change Log

All notable changes to this project will be documented in this file.

3.0.0 2026-02-04

This is the official first release of 3.0.0

Changes

  • Data from database is purged regularly with "daily files" exported at midnight
  • Added internationalization (i18n) to the frontend
  • Sorted lanes by alphanumeric order in the frontend dashboard
  • Use server-side filters in frontend tables

Fixed

  • Fixed issue where database is queried everytime Admin UI is loaded

3.0.0-rc.5 2025-12-11

Changes

  • Improved pagination speed on large datasets
  • Make the time at which stats are published configurable

Fixed

  • Fixed bug with HLS thread-locking which causes live video to be unavailable after some time

3.0.0-rc.4 2025-12-05

Changes

  • Improved PostGIS query speed for observations
  • Improved site stats page load time

Fixed

  • Fixed bug where adjudications would not submit, and duplicate isotopes would appear in adjudications
  • Fixed an FFmpeg memory leak causing unbounded memory usage

3.0.0-rc.3 2025-11-26

Fixed

  • Fixed issue with FFmpeg transcoding causing node to crash
  • Reduce launch script heap size to 6GB
  • Reduce thread count for Rapiscan drivers

3.0.0-rc.2 2025-11-26

Fixed

  • Fixed issue with Windows launch-all.bat script not working
  • Fixed embedded MQTT server issue on Windows

3.0.0-rc.1 - 2025-11-25

Fixed

  • Optimized requests on client via pagination and filtering
  • Fixed adjudications not working properly on client
  • Improved FFmpeg HLS latency and video consistency
  • Fixed PostGIS queries taking too long
  • Reverted launch script to use native JVM for OSH and Docker for PostGIS

3.0.0-alpha.4 - 2025-11-17

Fixed

  • Fixed MQTT not disconnecting on client
  • Added fixes for FFmpeg issues
  • Fixed occupancy videos not attached to every occupancy
  • Fixed event preview charts
  • Fixed video switching in live video / events
  • Fixed issue where commands would never send due to duplicate control streams in CSAPI
  • Added fix to decrease HLS latency

3.0.0-alpha.3 - 2025-11-12

Added

  • Added extra FFmpeg checks for invalid cameras.

Changed

  • Edited docker compose to restart OSH node on failure
  • Edited docker compose to not use managed volume
  • Edited ARM64 PostGIS Dockerfile to not use peer connection
  • Changed web client to use single MQTT Web Socket connection for dashboard connections

3.0.0-alpha.2 - 2025-11-11

Added

  • Added MQTT Services to allow client to receive messages through a single persistent websocket instead of opening multiple websockets per lane.
  • Added video retention

Fixed

  • Updated PostGIS to be able to handle commands and command statuses.

3.0.0-alpha.1 - 2025-11-07

Added

  • Added docker compose and Dockerfile for OSCAR OSH node, allowing PostGIS and OSH to be run with one script.

Changed

  • Swapped default H2 database with default PostGIS database.
  • Update report paths to use valid Windows path

3.0.0-alpha - 2025-11-04

Added

Changed

Removed

Fixed

[2.3.1] - 2025-09-13

Added

  • Current PostGIS database module. (needs to be updated, but this provides a base for testing later versions of OSCAR)
  • Dockerfiles and script to launch PostGIS instance.

Changed

  • Restructured repository, moving most directories that are unused in development under dist

[2.3.0]

Release 2.3.0

Added

  • Added Deployment version to config.json

Changed

  • #89 Removed dependency to log4j

Fixed

  • #90 Aspect Charts:The prior issue mentioned the Aspect RPMs and the Admin Panel, but this encompasses Aspects issues on the client as well.
  • # Update charts in client to display Rapiscan and Aspect charts
  • # Node Form Fix: Updated NodeForm to check if node is reachable before adding it to the list of Nodes, so when configuring a node it will ensure that you can access that node before it continues processing and updating the UI.

[2.2] - 2025-07-30

Release 2.2 request, no updates since 1.3.7.

[1.3.7] 2025-07-18

Added

  • #80 FEATURE REQUEST: Changelog

Changed

  • ToggleButtons are disabled when selected to prevent no component showing (e.g. On event-preview when 'cps' chart is selected you can only toggle to 'nsigma' chart)
  • #85 Neutron Chart Tick Marks
  • #86 Remove "Adjudicated" Filter from Alarming Occupancy Table

Fixed

  • Navigate from Map to Lane View by clicking on point marker
  • #90 Aspect RPMS are not working in version 1.3.5
  • #91 OSCAR Viewer Stability
  • #94 Incorrect Video Timeframe Display Leading to Playback Failure
  • Aspect alarming events should now appear with charts/video in the event-preview and event-details