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

Releases/v0.7.0 #104

Merged
merged 4 commits into from
Mar 15, 2024
Merged

Releases/v0.7.0 #104

merged 4 commits into from
Mar 15, 2024

Commits on Mar 6, 2024

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

Commits on Mar 13, 2024

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

Commits on Mar 15, 2024

  1. fix: clean up chunk memory (#101)

    * avoid keeping a reference to the file chunk in ChunkWorker
    
    When the Worker actor loops over a file, it does not always deallocate
    file chunks until the loop completes.
    
    Because each ChunkWorker is intended to be only used once, it is not
    necessary to keep a reference to its file chunk beyond the upload task
    call.
    
    ---------
    
    Co-authored-by: AJ Lauer Barinov <[email protected]>
    tomkordic and andrewjl-mux authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    1cf9783 View commit details
    Browse the repository at this point in the history
  2. docs: update README

    andrewjl-mux committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    36e566f View commit details
    Browse the repository at this point in the history