Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Jun 27, 2022
1 parent 529b61f commit 91c8f03
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

Released on 27/06/2022

- Added implicit FTPS support
- Added `connect_secure_implicit()` method
- Added `deprecated` feature to enable deprecated methods (required for implicit FTPS)

## 4.2.0

Released on 07/12/2021
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</p>

<p align="center">Developed by <a href="https://veeso.github.io/">veeso</a> and <a href="https://github.com/mattnenterprise">Matt McCoy</a></p>
<p align="center">Current version: 4.3.0 (07/12/2021)</p>
<p align="center">Current version: 4.3.0 (27/06/2022)</p>

<p align="center">
<a href="https://opensource.org/licenses/MIT"
Expand Down Expand Up @@ -67,6 +67,7 @@
- [Features](#features)
- [SSL/TLS Support](#ssltls-support)
- [Async support](#async-support)
- [Deprecated methods](#deprecated-methods)
- [Logging](#logging)
- [Example 📚](#example-)
- [Going Async](#going-async)
Expand Down Expand Up @@ -128,6 +129,14 @@ suppaftp = { version = "^4.3.0", features = ["async"] }

⚠️ If you want to enable both **secure** and **async** you must use the **async-secure** feature ⚠️

#### Deprecated methods

If you want to enable deprecated methods of FTPS, please enable the `deprecated` feature in your cargo dependencies.

This feature enables these methods:

- `connect_secure_implicit()`: used to connect via implicit FTPS

#### Logging

By default, the library will log if there is any `log` crate consumer on the user implementation.
Expand Down

0 comments on commit 91c8f03

Please sign in to comment.