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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
# NODES Release Notes
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## Version 1.1.0, Wed Nov 22, 2023
5
+
The 1.1.0 version of NODES introduces a major refactor of the `taskiter` construct along with many fixes for issues regarding the same construct and performance improvements.
6
+
7
+
### General
8
+
- Refactor of the implementation of the taskiter feature, focused on fixing issues with the past implementation and improving its performance.
9
+
- Use the updated attach/detach from nOS-V 2.0.
10
+
- Drop support for nOS-V versions older than 2.0.
11
+
- Improve and simplify the configuration step.
12
+
13
+
### Bug Fixes
14
+
- Fix the implementation of the taskiter through a major refactor.
15
+
- Fix issues regarding the order of linkage with several libraries by reordering nOS-V to be a first level dependency.
16
+
- Avoid neglecting custom user compilation flags when configuring.
17
+
- Fix several issues with the discovery of the ovni library.
18
+
19
+
4
20
## Version 1.0.1, Wed Jul 25, 2023
5
21
The 1.0.1 version of NODES introduces minor patches regarding documentation and incorrect parameters when using external libraries.
0 commit comments