Skip to content

Commit

Permalink
Add changelog for disconnect timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Jan 8, 2024
1 parent 7d6abeb commit b4ce482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* This avoid having to call `stat()` to retrieve data like the file attributes or datetime fields that is already available
* Ensure `DateTimeField` values are set to `UTC` timezones as FILETIME values are in UTC
* Stop using `datetime.datetime.utcfromtimestamp()` as it has been deprecated
* Added default timeout for disconnect operations for 60 seconds to ensure the process doesn't hang forever when closing a broken connection

## 1.12.0 - 2023-11-09

Expand Down

0 comments on commit b4ce482

Please sign in to comment.