Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle exceptions during writes to Azure #783

Merged
merged 7 commits into from
Feb 22, 2024
Merged

Commits on Sep 29, 2023

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

Commits on Oct 5, 2023

  1. Unify log statements

    ddelange committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    df668b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Merge branch 'develop' of https://github.com/RaRe-Technologies/smart_…

    …open into patch-2
    
    * 'develop' of https://github.com/RaRe-Technologies/smart_open:
      Propagate __exit__ call to underlying filestream (piskvorky#786)
      Retry finalizing multipart s3 upload (piskvorky#785)
      Fix `KeyError: 'ContentRange'` when received full content from S3 (piskvorky#789)
      Add support for SSH connection via aliases from `~/.ssh/config` (piskvorky#790)
      Make calls to smart_open.open() for GCS 1000x faster by avoiding unnecessary GCS API call (piskvorky#788)
      Add zstandard compression feature (piskvorky#801)
      Support moto 4 & 5 (piskvorky#802)
      Secure the connection using SSL when connecting to the FTPS server (piskvorky#793)
      upgrade dev status classifier to stable (piskvorky#798)
      Fix formatting of python code (piskvorky#795)
    ddelange committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9c43da7 View commit details
    Browse the repository at this point in the history
  2. Extend tests

    ddelange committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ab6e9fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    471b4b3 View commit details
    Browse the repository at this point in the history
  4. Fix test

    ddelange committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0c5da08 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge branch 'develop' of https://github.com/RaRe-Technologies/smart_…

    …open into patch-2
    
    * 'develop' of https://github.com/RaRe-Technologies/smart_open:
      fix test, for real this time
      update integration test
      Add advanced usage sections to README.rst (piskvorky#741)
      Add logic for handling large files in MultipartWriter uploads to s3 (piskvorky#796)
      Fix __str__ method in SinglepartWriter (piskvorky#791)
    ddelange committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    fb8dc6d View commit details
    Browse the repository at this point in the history