8000 Comparing v6.0.7...v6.2.1 · veeso/suppaftp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: veeso/suppaftp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.7
Choose a base ref
...
head repository: veeso/suppaftp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.1
Choose a head ref
  • 16 commits
  • 15 files changed
  • 5 contributors

Commits on Feb 12, 2025

  1. fix(ci): coverage

    veeso committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    d64670c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. fix: doc: fix minor typos referencing 'termscp' in CONTRIBUTING.md (#98

    …) (#99)
    
    Signed-off-by: Alan D. Salewski <ads@salewski.email>
    salewski authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    aed101e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. feat(deps): migrated from async-tls to futures-rustls (#101)

    async-tls is unmaintained and rustls has actually released an official version for async tls, so we should use that instead
    
    fix #100
    veeso authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    72c68b4 View commit details
    Browse the repository at this point in the history
  2. fix(chore): readme styles

    veeso committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    48eea09 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Configuration menu
    Copy the full SHA
    f3a5596 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. fix: set get_ref to sync, to acquire reference to internal tls stre…

    …am. (#103)
    
    Co-authored-by: Петр Хрущев <hrushchev.p@spectrumdata.ru>
    SaelKimberly and Петр Хрущев authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    11030ab View commit details
    Browse the repository at this point in the history
  2. fix: unnecessary to_string

    veeso committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    b0b0151 View commit details
    Browse the repository at this point in the history
  3. fix: lint

    veeso committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    b580e4b View commit details
    Browse the repository at this point in the history
  4. feat!: get_ref for async tls stream was unnecessarily async

    it was an async function, but it didn't make sense to be async and created issues when dealing with pooling
    
    BREAKING CHANGE: get_ref calls must remove await
    veeso committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    b5b18f7 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2025

  1. Configuration menu
    Copy the full SHA
    b40fcbb View commit details
    Browse the repository at this point in the history
  2. chore: Add executable rustls example (#105)

    * chore: Add executable rustls example
    
    * fix: fmt and required-features
    
    ---------
    
    Co-authored-by: veeso <christian.visintin@veeso.dev>
    simonrepp and veeso authored May 11, 2025
    Configuration menu
    Copy the full SHA
    e70b58c View commit details
    Browse the repository at this point in the history
  3. chore: Code of conduct

    veeso committed May 11, 2025
    Configuration menu
    Copy the full SHA
    75975a0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. fix: Fixed list related commands which failed if the file name cont…

    …ained non UTF8 characters (#107)
    
    Changed the logic of get stream lines: use read_until and then convert to UTF8 lossy
    
    closes #106
    veeso authored May 13, 2025
    Configuration menu
    Copy the full SHA
    15ede95 View commit details
    Browse the repository at this point in the history
  2. build: Updated dev-dependencies

    veeso committed May 13, 2025
    Configuration menu
    Copy the full SHA
    abb1613 View commit details
    Browse the repository at this point in the history
  3. chore: bump version in README

    veeso committed May 13, 2025
    Configuration menu
    Copy the full SHA
    d9b0a1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1746cc1 View commit details
    Browse the repository at this point in the history
Loading
0