You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [1.1.5] - 2025-09-22
### Fixed
- 🩹 More durable timestamp extrapolation in time data insertion
- 🩹 Using shutil.move instead of pathlib.Path.rename to allow for differing file systems
- 🩹 Broken path in docs
### Changed
- ⚡ Added additional safeguards in TWST Collection to prevent zombie processes
- ⚡ How random data uses the load/send when used as a class method for more durability
### Added
- 🔥 Better probe identification in logs
- 🔥 Filter on files being ingested by ADVA probes to only attempt files which match expected naming convention from input directory
### Removed
- 🗡️ static version of openSAMPL in docs instructions
---------
Co-authored-by: MacFarland, Midgie <macfarlandmj@ornl.gov>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,23 @@ This project adheres to [Semantic Versioning](https://semver.org/).
37
37
*Unreleased* versions radiate potential—-and dread. Once you merge an infernal PR, move its bullet under a new version heading with the actual release date.*
38
38
39
39
-->
40
+
## [1.1.5] - 2025-09-22
41
+
### Fixed
42
+
- 🩹 More durable timestamp extrapolation in time data insertion
43
+
- 🩹 Using shutil.move instead of pathlib.Path.rename to allow for differing file systems
44
+
- 🩹 Broken path in docs
45
+
46
+
### Changed
47
+
- ⚡ Added additional safeguards in TWST Collection to prevent zombie processes
48
+
- ⚡ How random data uses the load/send when used as a class method for more durability
49
+
50
+
### Added
51
+
- 🔥 Better probe identification in logs
52
+
- 🔥 Filter on files being ingested by ADVA probes to only attempt files which match expected naming convention from input directory
53
+
54
+
### Removed
55
+
- 🗡️ static version of openSAMPL in docs instructions
56
+
40
57
## [1.1.4] - 2025-08-22
41
58
### Added
42
59
- 🔥 Random data generation for all supported probes
0 commit comments