github Byron/gitoxide gix-tempfile-v4.0.0
gix-tempfile v4.0.0

19 months ago

New Features (BREAKING)

  • gate all signal handling behind the signals feature toggle.
    This change also consolidates all signal handling into its own module called
    signal to provide reusable handlers and as well as well as signal initialization.

    Note that the functions to cleanup tempfiles don't interact with the signal registry,
    hence they still can be called without the signals feature enabled.

    Note that this change sneakily fixes a bug that could have caused a write_all()
    on a tempfile that was removed by a signal to enter an infinite loop.

Commit Statistics

  • 4 commits contributed to the release.
  • 9 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #339

Commit Details

view details
  • #339
    • Gate all signal handling behind the signals feature toggle. (441f5ac)
  • Uncategorized
    • Prepare for git-tempfile release (56c005b)
    • Merge branch 'tempfile-upgrades' (3522cba)
    • Upgrade tempfile to 3.4 (2670938)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.