File tree Expand file tree Collapse file tree 5 files changed +530
-675
lines changed Expand file tree Collapse file tree 5 files changed +530
-675
lines changed Original file line number Diff line number Diff line change 2
2
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
3
3
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
4
4
5
+ ## 2.4.24 - 2023-06-20
6
+ ### Fixed
7
+ * Fix for extra encoded quotation marks surrounding Docker environment variables
8
+ * Fix webhook subscription creation for SharePoint Libraries
9
+ * Fix that a HTTP 504 - Gateway Timeout causes local files to be deleted when using --download-only & --cleanup-local-files mode
10
+ * Fix that folders are renamed despite using --dry-run
11
+ * Fix deprecation warnings with dmd 2.103.0
12
+ * Fix error that the application is unable to perform a database vacuum: out of memory when exiting
13
+
14
+ ### Removed
15
+ * Remove sha1 from being used by the client as this is being depreciated by Microsoft in July 2023
16
+ * Complete the removal of crc32 elements
17
+
18
+ ### Added
19
+ * Added ONEDRIVE_SINGLE_DIRECTORY configuration capability to Docker
20
+ * Added --get-file-link shell completion
21
+ * Added configuration to allow HTTP session timeout(s) tuning via config (taken from v2.5.x)
22
+
23
+ ### Updated
24
+ * Update to Debian Docker file to resolve Docker image Operating System reported vulnerabilities
25
+ * Update to Alpine Docker file to resolve Docker image Operating System reported vulnerabilities
26
+ * Update to Fedora Docker file to resolve Docker image Operating System reported vulnerabilities
27
+ * Updated cgi.d to commit 680003a - last upstream change before requiring ` core.d ` dependency requirement
28
+ * Updated documentation (various)
29
+
5
30
## 2.4.23 - 2023-01-06
6
31
### Fixed
7
32
* Fixed RHEL7, RHEL8 and RHEL9 Makefile and SPEC file compatibility
You can’t perform that action at this time.
0 commit comments