Skip to content

Commit

Permalink
Add release notes for v5.64
Browse files Browse the repository at this point in the history
  • Loading branch information
DougLau committed Dec 16, 2024
1 parent 12e00e7 commit 948b211
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["honeybee", "mayfly", "bulb", "rendzina", "resources"]
resolver = "2"

[workspace.package]
version = "5.63.0"
version = "5.64.0"
edition = "2021"

[workspace.dependencies]
Expand Down
11 changes: 11 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# IRIS 5.x Release Notes

5.64.0 (16 Dec 2024)
- Fixed controller `status` fault handling
- Added `email_event` logging table
- Simplified error handling for a few comm. protocols
- Added camera device actions (wiper and recall preset)
- bulb: Fixed serialization errors
- honeybee: Add more API resources: `toll_zone`, `monitor_style`, `play_list`
- Removed obsolete system attributes: `camera_wiper_precip_mm_hr`,
`dmsxml_reinit_detect`, `email_recipient_action_plan`, `email_recipient_aws`,
`email_recipient_dmsxml_reinit`, `email_recipient_gate_arm`

5.63.0 (10 Dec 2024)
- Renamed "Maintenance" style to "Fault"
- Renamed "Failed" style to "Offline"
Expand Down
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=iris
version=5.63.0
version=5.64.0
jna_version=5.5.0
gst_java_version=1.2.0
gstreamer_version=1.16.2
Expand Down
2 changes: 1 addition & 1 deletion sql/tms-template.sql
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ camera_stream_controls_enable false
cap_xml_save_enable true
clearguide_key
client_units_si true
database_version 5.63.0
database_version 5.64.0
detector_auto_fail_enable true
detector_data_archive_enable true
detector_occ_spike_secs 60
Expand Down

0 comments on commit 948b211

Please sign in to comment.