You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support for vendoring dependencies of rust packages ([#674])
16
16
17
+
### Changed
18
+
* pubsys/update-metadata: migrate from `chrono` to `jiff` for date/time handling ([#676])
19
+
***Behavioral change:** RFC 3339 date strings now require zero-padded month and day (e.g. `2019-08-06T15:00:00Z`, not `2019-8-06T15:00:00Z`). Affects manifest deserialization in `update-metadata` and `--expiration-limit` / `--release-start-time` arguments to `pubsys`.
20
+
***Behavioral change:** absolute timestamps and computed expirations are now bounded to the year ±9999 range supported by `jiff::Timestamp`. Offsets that would push past this bound (e.g. `"in 5000000 weeks"`) now return an error instead of being accepted. Production expiration policies (weeks/days) are unaffected.
21
+
17
22
### Build
18
23
* Update coldsnap to 0.11 (#[675])
19
24
* Update reqwest to 0.13 (#[675])
20
25
* Update cargo dependencies (#[675])
26
+
* Update `tough` to 0.23, `tough-kms` to 0.15, `tough-ssm` to 0.18, `tuftool` to 0.16 ([#676])
0 commit comments