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: Stebalien/tempfile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.0
Choose a base ref
...
head repository: Stebalien/tempfile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.0
Choose a head ref
  • 9 commits
  • 8 files changed
  • 4 contributors

Commits on Apr 3, 2023

  1. build(deps): update windows-sys requirement from 0.45 to 0.48 (#227)

    Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version.
    - [Release notes](https://github.com/microsoft/windows-rs/releases)
    - [Commits](microsoft/windows-rs@0.45.0...0.48.0)
    
    ---
    updated-dependencies:
    - dependency-name: windows-sys
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    c41ee48 View commit details
    Browse the repository at this point in the history
  2. Forward default NamedTempFile methods (#226)

    Instead of using the default method implementations, forward them to the
    underlying file. This allows the user to, e.g., take advantage of
    vectorized IO.
    Stebalien authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    9488362 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. chore: bump rustix min version to 0.37.11 (#229)

    Reduces compile times. Technically, downstream users can do this
    themselves, but they likely won't know what's going on. This saves them
    the trouble.
    
    fixes #228
    Stebalien authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    ae4f4c8 View commit details
    Browse the repository at this point in the history
  2. feat: implement AsFd/AsHandle to mirror the AsRaw* variants (#230)

    We don't implement the "into" variants as that'll drop and delete the
    temporary file.
    Stebalien authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    c76b783 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3590dbf View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. feat: implement default methods for SpooledTempFile Read/Write (#232)

    That way we can take advantage of, e.g., vectorized operations.
    Stebalien authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    141c773 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Remove comment on SetFileInformationByHandle (#236)

    The function cannot actually be used to move a file and set its
    attributes in one operation.
    LegionMammal978 authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    f474e6a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. fix(docs): Change dir and file variable names to match existing c…

    …omments and rest of module (#237)
    LeoniePhiline authored May 12, 2023
    Configuration menu
    Copy the full SHA
    a2b45b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. chore: release 3.6.0

    Stebalien committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    86b3136 View commit details
    Browse the repository at this point in the history
Loading