Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2026

This PR contains the following updates:

Package Type Update Change
jiff dependencies patch 0.2.170.2.18

Release Notes

BurntSushi/jiff (jiff)

v0.2.18

Compare Source

===================
This release ships a sizeable refactor to the RFC 2822, RFC 9110, RC
3339, RFC 9557, ISO 8601 and friendly format printers. Specifically,
they are now all monomorphic internally (instead of being generic over
jiff::fmt::Write) and write to uninitialized buffers. This improves
runtime performance (sometimes dramatically so), and to a more modest
degree, decreases binary size and improves compile times.

This release also includes a bug fix where DateTime::MIN.to_zoned(..)
could panic.

Enhancements:

  • #​460:
    Improve runtime performance and binary size of RFC 2822 printer.
  • #​461:
    Tweak behavior of printing min/max offsets in RFC 2822 and Temporal printers.
  • #​462:
    Export fallible constructors for jiff::SignedDuration.
  • #​465:
    Improve runtime performance and binary size of the "friendly" duration printer.
  • #​468:
    Improve runtime performance and binary size of the Temporal ISO 8601 duration
    printer.
  • #​470:
    Improve runtime performance and binary size of the Temporal ISO 8601 datetime
    printer.
  • #​474:
    Improve runtime performance and binary size of Jiff's strftime
    implementation.
  • #​477:
    Fix a bug where time zone lookups for civil::DateTime::MIN could panic.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cakebaker cakebaker merged commit 3a1edfb into main Jan 6, 2026
34 checks passed
@codecov
Copy link

codecov bot commented Jan 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (13e038a) to head (866b6b4).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff     @@
##   main   #251   +/-   ##
===========================
===========================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot deleted the renovate/jiff-0.x-lockfile branch January 6, 2026 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants