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
+21-18Lines changed: 21 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,24 @@ You can use Ctrl+F to search for specific service version
6
6
7
7
## [Unreleased]
8
8
9
-
## [1.0.1.44] - 2022-10-21 [HOTFIX]
10
-
- Fix some read_to_end related bugs for error empty content
11
-
- Fix operation can stuck due to some timeout problem
12
-
- Fix status error caused by concurrent sync states and sync packages in ood-daemon service
13
-
- Fix Sqlite concurrent write error in some cases
14
-
15
-
## [1.0.1.42] - 2022-10-21
16
-
### Add
17
-
- Add encryption and decryption to the crypto module of the cyfs stack
18
-
### Changes
19
-
- Increase the minimum rust version to 1.63
20
-
- Refactor the logic of dsg-services
21
-
- Optimize the uninstall logic of DecApp
22
-
- Optimize download logic of Service and DecApp to reduce CPU usage
23
-
- bdt performance improve
24
-
- Improve the stability of master-slave OOD synchronization
25
-
### Fix
26
-
- Fix the mount path of data directory in DecApp Service sandbox.
9
+
## [1.1.1.82] - 2023-04-15
10
+
### Improvements:
11
+
Optimize bdt uptime logic when no udp endpoint is available
12
+
Protocol stack optimization guessing mime logic
13
+
Protocol stack optimization and DecApp related caching logic
14
+
Issue #156: AppManager optimizes the uninstall logic of DecApp
15
+
Issue #165, #168: Optimization of AppManager's local repo logic
16
+
Issue #170: Optimization of AppManager's state repair logic at startup
17
+
Issue #196: The -overwrite parameter of ood-installer can control whether to overwrite the original system-config.toml file
18
+
Issue #201: Optimize the hash detection logic of the protocol stack chunk reader
19
+
20
+
### Fixes:
21
+
Issue #157: AppManager may not stop the timeout DecApp installation command correctly under Windows
22
+
Fix the service execution problem of AppManager in docker mode.
23
+
Fixed a status problem when AppManager reports decapp to ood-daemon.
24
+
Fixed some problems related to NDN chunk.
25
+
Bdt fixed multiple panic
26
+
Issue #183, #186, #187: Fixed multiple panics in the protocol stack
27
+
Issue #185: Use cyfs-async-h1 to replace the original async-h1 to avoid panic caused by invalid http header
28
+
Issue #198: AppManager does not handle the timeout of install command correctly in docker mode.
29
+
Fix: AppManager incorrectly set the App status when it received the Install command, resulting in the inability to retry the installation logic after reboot
Optimize bdt uptime logic when no udp endpoint is available
4
+
Protocol stack optimization guessing mime logic
5
+
Protocol stack optimization and DecApp related caching logic
6
+
Issue #156: AppManager optimizes the uninstall logic of DecApp
7
+
Issue #165, #168: Optimization of AppManager's local repo logic
8
+
Issue #170: Optimization of AppManager's state repair logic at startup
9
+
Issue #196: The -overwrite parameter of ood-installer can control whether to overwrite the original system-config.toml file
10
+
Issue #201: Optimize the hash detection logic of the protocol stack chunk reader
11
+
12
+
### Fixes:
13
+
Issue #157: AppManager may not stop the timeout DecApp installation command correctly under Windows
14
+
Fix the service execution problem of AppManager in docker mode.
15
+
Fixed a status problem when AppManager reports decapp to ood-daemon.
16
+
Fixed some problems related to NDN chunk.
17
+
Bdt fixed multiple panic
18
+
Issue #183, #186, #187: Fixed multiple panics in the protocol stack
19
+
Issue #185: Use cyfs-async-h1 to replace the original async-h1 to avoid panic caused by invalid http header
20
+
Issue #198: AppManager does not handle the timeout of install command correctly in docker mode.
21
+
Fix: AppManager incorrectly set the App status when it received the Install command, resulting in the inability to retry the installation logic after reboot
0 commit comments