|
1 | | -# Release Notes |
| 1 | +# Release Notes: Smart Traffic Intersection Agent |
2 | 2 |
|
3 | | -## Current Release: 1.0.1 |
| 3 | +## Version 1.0.0-rc2 - March 05, 2026 |
4 | 4 |
|
5 | | -**Release Date**: 27 Feb 2026 |
| 5 | +**Improved** |
6 | 6 |
|
7 | | -### Features |
| 7 | +- Fixed security vulnerabities in code. |
| 8 | +- Updated base image to python:3.13-slim. |
| 9 | +- Added support for helmchart for the application. |
8 | 10 |
|
9 | | -- Fixed security vulnerabities in code |
10 | | -- Update base image to python:3.13-slim |
| 11 | +## Version 1.0.0-rc1 - Feb 17, 2026 |
11 | 12 |
|
12 | | -## Previous Releases: 1.0.0 |
13 | | - |
14 | | -**Release Date**: 17 Feb 2026 |
15 | | - |
16 | | -### Features |
| 13 | +**New** |
17 | 14 |
|
18 | 15 | - **Real-time Traffic Analysis**: Comprehensive directional traffic density monitoring with MQTT integration |
19 | 16 | - **VLM Integration**: Vision Language Model (VLM)-powered traffic scene analysis with sustained traffic detection |
20 | 17 | - **Sliding Window Analysis**: 15-second sliding window with 3-second sustained threshold for accurate traffic state detection |
21 | 18 | - **Camera Image Management**: Intelligent camera image retention and coordination between API and VLM services |
22 | 19 | - **RESTful API**: Complete HTTP API for traffic summaries, intersection monitoring, and VLM analysis retrieval |
23 | 20 |
|
24 | | -### Improvements |
| 21 | +**Improved** |
25 | 22 |
|
26 | 23 | - **Concurrency Control**: Semaphore-based VLM worker management for optimal resource utilization |
27 | 24 | - **Image Retention Logic**: Camera images persist with VLM analysis for consistent data correlation |
28 | 25 | - **Enhanced Error Handling**: Comprehensive error management across MQTT, VLM, and image services |
29 | 26 | - **Setup Script Enhancements**: Added `--build` option for building service images without starting containers |
30 | 27 |
|
31 | | -### Known Issues |
32 | | -- Helm is not supported |
| 28 | +**Known Issues** |
33 | 29 | - This release includes only limited testing on EMT‑S and EMT‑D, some behaviors may not yet be fully validated across all scenarios. |
0 commit comments