Skip to content

Commit

Permalink
release notes for 33.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrodricks committed Oct 12, 2020
1 parent f5e4768 commit a4f3b82
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Release Notes

#### 33.0.0
- New: Reworked timezone conversion API (simply set `TimeConversion` and `TimeOffset` on the client)
- New: 4 new options to convert server timestamps (`Original`, `UTCToLocal`, `UTC` and `TimeOffset`)
- New: Reworked timezone conversion API (simply set `TimeConversion` and `TimeZone`)
- New: Options to convert server timestamps into the format of your choice (`ServerTime`, `LocalTime` and `UTC`)
- New: Support for conversion to local timezone in .NET core (set `LocalTimeZone`)
- New: `GetListing` honors the time conversion settings of the active client
- New: `GetModifiedDate` honors the time conversion settings of the active client
- New: `SetModifiedDate` honors the time conversion settings of the active client
- New: Reworked API for Custom file listing parsers (simply set `ListingCustomParser` on the client)
- Fix: Drop support for legacy file listing parsing routines (`FtpParser.Legacy` will no longer work)
- Fix: Unexpected time conversion occuring in `GetModifiedTimeAsync`
- Change: Breaking changes to the `TimeConversion` property.
- Change: Breaking changes to the `TimeOffset` property, which has been replaced by `TimeZone`

#### 32.4.7
- Fix: "The connection was terminated before a greeting could be read"
Expand Down

0 comments on commit a4f3b82

Please sign in to comment.