hoc/CHANGELOG.md

244 lines
12 KiB
Markdown
Raw Normal View History

2022-10-11 09:04:00 +02:00
# Changelog
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
2023-05-06 01:12:00 +02:00
### Dependencies
2023-08-07 10:46:39 +02:00
- Bump `serde` from 1.0.160 to 1.0.183 (#613, #617, #627, #636, #639, #640, #645, [#648](https://github.com/vbrandl/hoc/pull/648), [#650](https://github.com/vbrandl/hoc/pull/650), [#652](https://github.com/vbrandl/hoc/pull/652), [#653](https://github.com/vbrandl/hoc/pull/653), [#654](https://github.com/vbrandl/hoc/pull/654), [#655](https://github.com/vbrandl/hoc/pull/655), [#657](https://github.com/vbrandl/hoc/pull/657))
2023-05-06 01:36:33 +02:00
- Bump `actions/cache` from 2 to 3 (#616)
2023-06-30 06:44:53 +02:00
- Bump `tokio` from 1.28.0 to 1.29.1 (#618, #625, #633, #634)
2023-05-17 15:28:43 +02:00
- Bump `reqwest` from 0.11.17 to 0.11.18 (#619)
2023-07-06 06:09:58 +02:00
- Bump `vergen` from 8.1.3 to 8.2.4 (#621, #622, #635, #638)
2023-08-07 06:18:16 +02:00
- Bump `tracing-actix-web` from 0.7.4 to 0.7.6 (#623, [#656](https://github.com/vbrandl/hoc/pull/656))
2023-05-29 07:00:27 +02:00
- Bump `git2` from 0.17.1 to 0.17.2 (#624)
2023-07-21 13:02:09 +02:00
- Bump `tempfile` from 3.5.0 to 3.7.0 (#626, [#646](https://github.com/vbrandl/hoc/pull/646))
2023-07-27 06:04:57 +02:00
- Bump `serde_json` from 1.0.96 to 1.0.104 (#630, #632, #637, #641, #644, [#649](https://github.com/vbrandl/hoc/pull/649))
2023-06-22 00:56:45 +02:00
- Bump `openssl` from 0.10.50 to 0.10.55 (#631)
2023-07-17 06:07:27 +02:00
- Bump `tracing-bunyan-formatter` from 0.3.7 to 0.3.8 (#642)
2023-07-18 09:18:24 +02:00
- Bump `anyhow` from 1.0.71 to 1.0.72 (#643)
2023-07-24 06:06:57 +02:00
- Bump `ructe` from 0.16.1 to 0.17.0 ([#647](https://github.com/vbrandl/hoc/pull/647))
2022-10-11 09:04:00 +02:00
2023-05-04 12:38:13 +02:00
## [0.35.0] 2023-05-04
2023-04-14 00:30:11 +02:00
* Updated [`h2`](https://github.com/hyperium/h2) from 0.3.16 to 0.3.17, fixes [SEC#11] ([#599])
2023-04-14 12:48:39 +02:00
* Updated [`git2`](https://github.com/rust-lang/git2-rs) from 0.16.1 to 0.17.0 ([#602])
2023-04-17 09:12:13 +02:00
* Updated [`git2`](https://github.com/rust-lang/git2-rs) from 0.17.0 to 0.17.1 ([#603])
2023-04-27 11:23:54 +02:00
* Updated [`tracing-subscriber`](https://github.com/tokio-rs/tracing) from 0.3.16 to 0.3.17 ([#604])
2023-04-28 17:54:34 +02:00
* Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.27.0 to 1.28.0 ([#605])
2023-04-28 18:02:29 +02:00
* Updated [`tracing`](https://github.com/tokio-rs/tracing) from 0.1.37 to 0.1.38 ([#607])
2023-04-28 18:10:29 +02:00
* Updated [`vergen`](https://github.com/rustyhorde/vergen) from 8.1.1 to 8.1.3 ([#608])
2023-05-03 09:07:14 +02:00
* Downgrade yanked [`tracing`](https://github.com/tokio-rs/tracing) 0.1.38 to 0.1.37 ([#611])
2023-05-03 09:19:18 +02:00
* Updated [`reqwest`](https://github.com/seanmonstar/reqwest) from 0.11.16 to 0.11.17 ([#609])
2023-05-03 09:37:57 +02:00
* Updated [`anyhow`](https://github.com/dtolnay/anyhow) from 1.0.70 to 1.0.71 ([#610])
2023-04-14 00:26:53 +02:00
[#599]: https://github.com/vbrandl/hoc/pull/599
2023-04-14 12:48:39 +02:00
[#602]: https://github.com/vbrandl/hoc/pull/602
2023-04-17 09:12:13 +02:00
[#603]: https://github.com/vbrandl/hoc/pull/603
2023-04-27 11:23:54 +02:00
[#604]: https://github.com/vbrandl/hoc/pull/604
2023-04-28 17:54:34 +02:00
[#605]: https://github.com/vbrandl/hoc/pull/605
2023-04-28 18:02:29 +02:00
[#607]: https://github.com/vbrandl/hoc/pull/607
2023-04-28 18:10:29 +02:00
[#608]: https://github.com/vbrandl/hoc/pull/608
2023-05-03 09:07:14 +02:00
[#611]: https://github.com/vbrandl/hoc/pull/611
2023-05-03 09:19:18 +02:00
[#609]: https://github.com/vbrandl/hoc/pull/609
2023-05-03 09:37:57 +02:00
[#610]: https://github.com/vbrandl/hoc/pull/610
2023-04-14 00:26:53 +02:00
2023-04-14 00:30:11 +02:00
[SEC#11]: https://github.com/vbrandl/hoc/security/dependabot/11
2023-04-13 12:19:38 +02:00
## [0.34.0] 2023-04-13
2023-03-20 13:10:46 +01:00
* Updated [`tracing-actix-web`](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.2 to 0.7.3 ([#578])
2023-03-20 13:21:11 +01:00
* Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.156 to 1.0.158 ([#580])
2023-04-13 10:50:05 +02:00
* Updated [`mime`](https://github.com/hyperium/mime) from 0.3.16 to 0.3.17 ([#582])
2023-04-13 11:07:24 +02:00
* Updated [`dotenvy`](https://github.com/allan2/dotenvy) from 0.15.6 to 0.15.7 ([#583])
2023-04-13 11:17:17 +02:00
* Updated [`reqwest`](https://github.com/seanmonstar/reqwest) from 0.11.14 to 0.11.16 ([#586])
2023-04-13 11:23:19 +02:00
* Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.26.0 to 1.27.0 ([#588])
2023-04-13 11:39:25 +02:00
* Updated [`tempfile`](https://github.com/Stebalien/tempfile) from 3.4.0 to 3.5.0 ([#590])
2023-04-13 12:19:38 +02:00
* Updated [`tracing-bunyan-formatter`](https://github.com/LukeMathWalker/tracing-bunyan-formatter) from 0.3.6 to 0.3.7 ([#593])
* Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.158 to 1.0.160 ([#594])
* Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.94 to 1.0.96 ([#595])
* Updated [`openssl`](https://github.com/sfackler/rust-openssl) from 0.10.40 to 0.10.50, fixes [SEC#6], [SEC#7], and [SEC#8] ([#596])
2023-03-20 13:10:46 +01:00
[#578]: https://github.com/vbrandl/hoc/pull/578
2023-03-20 13:21:11 +01:00
[#580]: https://github.com/vbrandl/hoc/pull/580
2023-04-13 10:50:05 +02:00
[#582]: https://github.com/vbrandl/hoc/pull/582
2023-04-13 11:07:24 +02:00
[#583]: https://github.com/vbrandl/hoc/pull/583
2023-04-13 11:17:17 +02:00
[#586]: https://github.com/vbrandl/hoc/pull/586
2023-04-13 11:23:19 +02:00
[#588]: https://github.com/vbrandl/hoc/pull/588
2023-04-13 11:39:25 +02:00
[#590]: https://github.com/vbrandl/hoc/pull/590
2023-04-13 12:19:38 +02:00
[#593]: https://github.com/vbrandl/hoc/pull/593
[#594]: https://github.com/vbrandl/hoc/pull/594
[#595]: https://github.com/vbrandl/hoc/pull/595
[#596]: https://github.com/vbrandl/hoc/pull/596
[SEC#6]: https://github.com/vbrandl/hoc/security/dependabot/6
[SEC#7]: https://github.com/vbrandl/hoc/security/dependabot/7
[SEC#8]: https://github.com/vbrandl/hoc/security/dependabot/8
2023-03-20 13:10:46 +01:00
2023-03-16 14:32:10 +01:00
## [0.33.0] 2023-03-16
2023-03-16 13:25:22 +01:00
* Updated [`futures`](https://github.com/rust-lang/futures-rs) from 0.3.26 to 0.3.27 ([#575])
2023-03-16 13:43:33 +01:00
* Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.152 to 1.0.156 ([#576])
2023-03-16 14:34:39 +01:00
* Use edition 2021 ([#577])
2023-03-16 13:43:33 +01:00
2023-03-16 13:25:22 +01:00
[#575]: https://github.com/vbrandl/hoc/pull/575
2023-03-16 13:43:33 +01:00
[#576]: https://github.com/vbrandl/hoc/pull/576
2023-03-16 14:34:39 +01:00
[#577]: https://github.com/vbrandl/hoc/pull/577
2023-03-16 13:25:22 +01:00
2023-03-06 13:45:02 +01:00
## [0.32.0] 2023-03-06
2023-03-06 12:21:04 +01:00
* Updated [`actix-web`](https://github.com/actix/actix-web) from 4.3.0 to 4.3.1 ([#566])
2023-03-06 12:28:34 +01:00
* Updated [`tempfile`](https://github.com/Stebalien/tempfile) from 3.3.0 to 3.4.0 ([#567])
2023-03-06 12:41:05 +01:00
* Updated [`awc`](https://github.com/actix/actix-web) from 3.1.0 to 3.1.1 ([#568])
2023-03-06 12:50:14 +01:00
* Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.25.0 to 1.26.0 ([#569])
2023-03-06 13:19:35 +01:00
* Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.93 to 1.0.94 ([#570])
2023-03-06 12:21:04 +01:00
[#566]: https://github.com/vbrandl/hoc/pull/566
2023-03-06 12:28:34 +01:00
[#567]: https://github.com/vbrandl/hoc/pull/567
2023-03-06 12:41:05 +01:00
[#568]: https://github.com/vbrandl/hoc/pull/568
2023-03-06 12:50:14 +01:00
[#569]: https://github.com/vbrandl/hoc/pull/569
2023-03-06 13:19:35 +01:00
[#570]: https://github.com/vbrandl/hoc/pull/570
2023-03-06 12:21:04 +01:00
2023-02-13 23:42:00 +01:00
## [0.31.0] 2023-02-13
2023-01-18 12:19:02 +01:00
### Dependency Updates
* Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2 ([#547])
2023-01-30 09:55:42 +01:00
* Updated [`badgers`](https://github.com/vbrandl/badgers) from 1.1.0 to 1.2.0 ([#548])
2023-01-20 12:16:57 +01:00
* Updated [`reqwest`](https://github.com/seanmonstar/reqwest) from 0.11.13 to 0.11.14 ([#549])
2023-01-30 10:05:40 +01:00
* Updated [`bumpalo`](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.12.0 ([#550])
2023-01-30 10:13:20 +01:00
* Updated [`libgit2-sys`](https://github.com/rust-lang/git2-rs) from 0.14.1+1.5.0 to 0.14.2+1.5.1 ([#551])
2023-01-30 10:23:52 +01:00
* Updated [`git2`](https://github.com/rust-lang/git2-rs) from 0.16.0 to 0.16.1 ([#552])
2023-01-30 10:30:22 +01:00
* Updated [`actix-rt`](https://github.com/actix/actix-net) from 2.7.0 to 2.8.0 ([#553])
2023-01-30 11:15:17 +01:00
* Updated [`actix-web`](https://github.com/actix/actix-web) from 4.2.1 to 4.3.0 ([#554])
2023-01-30 11:20:49 +01:00
* Updated [`awc`](https://github.com/actix/actix-web) from 3.0.1 to 3.1.0 ([#555])
2023-01-30 11:30:00 +01:00
* Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.24.2 to 1.25.0 ([#558])
2023-01-30 09:35:27 +01:00
* Updated [`ructe`](https://github.com/kaj/ructe) from 0.15.0 to 0.16.1 ([#559])
2023-01-31 10:37:23 +01:00
* Updated [`futures`](https://github.com/rust-lang/futures-rs) from 0.3.25 to 0.3.26 ([#560])
2023-02-03 00:41:53 +01:00
* Updated [`bytes`](https://github.com/tokio-rs/bytes) from 1.3.0 to 1.4.0 ([#561])
2023-02-06 11:26:53 +01:00
* Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.91 to 1.0.92 ([#562])
2023-02-13 10:55:41 +01:00
* Updated [`vergen`](https://github.com/rustyhorde/vergen) from 7.5.0 to 7.5.1 ([#563])
2023-02-13 11:05:53 +01:00
* Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.92 to 1.0.93 ([#564])
2023-01-18 12:19:02 +01:00
[#547]: https://github.com/vbrandl/hoc/pull/547
2023-01-30 09:55:42 +01:00
[#548]: https://github.com/vbrandl/hoc/pull/548
2023-01-30 10:05:40 +01:00
[#550]: https://github.com/vbrandl/hoc/pull/550
2023-01-30 10:13:20 +01:00
[#551]: https://github.com/vbrandl/hoc/pull/551
2023-01-30 10:23:52 +01:00
[#552]: https://github.com/vbrandl/hoc/pull/552
2023-01-30 10:30:22 +01:00
[#553]: https://github.com/vbrandl/hoc/pull/553
2023-01-30 11:15:17 +01:00
[#554]: https://github.com/vbrandl/hoc/pull/554
2023-01-30 11:20:49 +01:00
[#555]: https://github.com/vbrandl/hoc/pull/555
2023-01-30 11:30:00 +01:00
[#558]: https://github.com/vbrandl/hoc/pull/558
2023-01-30 09:35:27 +01:00
[#559]: https://github.com/vbrandl/hoc/pull/559
2023-01-31 10:37:23 +01:00
[#560]: https://github.com/vbrandl/hoc/pull/560
2023-02-03 00:41:53 +01:00
[#561]: https://github.com/vbrandl/hoc/pull/561
2023-02-06 11:26:53 +01:00
[#562]: https://github.com/vbrandl/hoc/pull/562
2023-02-13 10:55:41 +01:00
[#563]: https://github.com/vbrandl/hoc/pull/563
2023-02-13 11:05:53 +01:00
[#564]: https://github.com/vbrandl/hoc/pull/564
2023-01-18 12:19:02 +01:00
2023-01-16 10:02:36 +01:00
## [0.30.0] 2023-01-16
2023-01-16 09:59:52 +01:00
### New Features
* Allow customization of the badge label ([#546])
2023-01-13 12:03:21 +01:00
### Dependency Updates
* Updated [`tracing-actix-web`](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.1 to 0.7.2 ([#542])
2023-01-13 12:29:23 +01:00
* Updated [`git2`](https://github.com/rust-lang/git2-rs) from 0.15.0 to 0.16.0 ([#544])
2023-01-13 12:03:21 +01:00
[#542]: https://github.com/vbrandl/hoc/pull/542
2023-01-13 12:29:23 +01:00
[#544]: https://github.com/vbrandl/hoc/pull/544
2023-01-16 09:59:52 +01:00
[#546]: https://github.com/vbrandl/hoc/pull/546
2023-01-07 16:08:31 +01:00
## [0.29.0] 2023-01-07
2022-12-19 10:56:14 +01:00
### Dependency Updates
* Updated [`badgers`](https://github.com/vbrandl/badgers) from 1.0.0 to 1.1.0 ([#530])
2022-12-19 11:03:33 +01:00
* Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.90 to 1.0.91 ([#531])
2022-12-26 19:34:49 +01:00
* Updated [`vergen`](https://github.com/rustyhorde/vergen) from 7.3.1 to 7.4.4 ([#533])
2022-12-26 19:49:25 +01:00
* Updated [`tracing-actix-web`](https://github.com/LukeMathWalker/tracing-actix-web) from 0.6.2 to 0.7.1 ([#534])
2022-12-27 22:10:20 +01:00
* Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.151 to 1.0.152 ([#535])
2023-01-05 14:52:28 +01:00
* Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.23.1 ([#536])
2023-01-07 15:33:56 +01:00
* Updated [`vergen`](https://github.com/rustyhorde/vergen) from 7.4.4 to 7.5.0 ([#537])
2023-01-07 15:44:47 +01:00
* Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.23.1 to 1.24.1 ([#539])
2022-12-19 10:56:14 +01:00
[#530]: https://github.com/vbrandl/hoc/pull/530
2022-12-19 11:03:33 +01:00
[#531]: https://github.com/vbrandl/hoc/pull/531
2022-12-26 19:34:49 +01:00
[#533]: https://github.com/vbrandl/hoc/pull/533
2022-12-26 19:49:25 +01:00
[#534]: https://github.com/vbrandl/hoc/pull/534
2022-12-27 22:10:20 +01:00
[#535]: https://github.com/vbrandl/hoc/pull/535
2023-01-05 14:52:28 +01:00
[#536]: https://github.com/vbrandl/hoc/pull/536
2023-01-07 15:33:56 +01:00
[#537]: https://github.com/vbrandl/hoc/pull/537
2023-01-07 15:44:47 +01:00
[#539]: https://github.com/vbrandl/hoc/pull/539
2022-12-18 09:57:52 +01:00
## [0.28.0] 2022-12-18
2022-12-18 08:52:05 +01:00
### Fixes
2022-12-18 09:02:08 +01:00
* Fixed clippy lint `needless_borrow` ([#526])
2022-12-18 08:52:05 +01:00
2022-11-22 10:02:48 +01:00
### Dependency Updates
* Updated [`bytes`](https://github.com/tokio-rs/bytes) from 1.2.1 to 1.3.0 ([#519])
2022-12-18 09:02:08 +01:00
* Updated [`config`](https://github.com/mehcode/config-rs) from 0.13.2 to 0.13.3 ([#522])
2022-12-18 09:23:30 +01:00
* Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.88 to 1.0.90 ([#527])
* Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.147 to 1.0.151 ([#528])
2022-11-22 10:02:48 +01:00
[#519]: https://github.com/vbrandl/hoc/pull/519
2022-12-18 09:02:08 +01:00
[#522]: https://github.com/vbrandl/hoc/pull/522
2022-12-18 08:52:05 +01:00
[#526]: https://github.com/vbrandl/hoc/pull/526
2022-12-18 09:13:17 +01:00
[#527]: https://github.com/vbrandl/hoc/pull/527
2022-12-18 09:23:30 +01:00
[#528]: https://github.com/vbrandl/hoc/pull/528
2022-11-21 10:52:30 +01:00
## [0.27.0] 2022-10-21
2022-11-17 11:15:22 +01:00
### Dependency Updates
2022-10-20 11:08:59 +02:00
* Updated [`futures`](https://github.com/rust-lang/futures-rs) from 0.3.24 to 0.3.25 ([#511])
* Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.86 to 1.0.87 ([#510])
2022-10-24 09:44:17 +02:00
* Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.147 ([#512])
2022-11-21 09:59:59 +01:00
* Updated [`tracing-actix-web`](https://github.com/LukeMathWalker/tracing-actix-web) from 0.6.1 to 0.6.2 ([#513])
2022-11-17 11:15:22 +01:00
* Updated [`reqwest`](https://github.com/seanmonstar/reqwest) from 0.11.12 to 0.11.13 ([#515])
2022-11-22 10:02:48 +01:00
* Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.22.0 ([#516])
2022-11-21 09:59:59 +01:00
* Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.87 to 1.0.88 ([#517])
2022-11-17 11:15:22 +01:00
### Fixes
2022-11-05 12:20:28 +01:00
* Fix clippy lint `needless-borrow` ([#514])
2022-10-20 10:28:49 +02:00
[#511]: https://github.com/vbrandl/hoc/pull/511
2022-10-20 11:08:59 +02:00
[#510]: https://github.com/vbrandl/hoc/pull/510
2022-10-24 09:44:17 +02:00
[#512]: https://github.com/vbrandl/hoc/pull/512
2022-10-31 10:39:48 +01:00
[#513]: https://github.com/vbrandl/hoc/pull/513
2022-11-05 12:20:28 +01:00
[#514]: https://github.com/vbrandl/hoc/pull/514
2022-11-17 11:15:22 +01:00
[#515]: https://github.com/vbrandl/hoc/pull/515
2022-11-21 10:40:08 +01:00
[#516]: https://github.com/vbrandl/hoc/pull/516
2022-11-21 09:59:59 +01:00
[#517]: https://github.com/vbrandl/hoc/pull/517
2022-10-20 11:08:59 +02:00
2022-10-20 10:28:49 +02:00
2022-10-18 12:19:17 +02:00
## [0.26.0] 2022-10-03
2022-10-11 09:04:00 +02:00
### Changed
2022-10-11 10:35:14 +02:00
* Updated [`tracing-subscriber`](https://github.com/tokio-rs/tracing) from 0.3.15 to 0.3.16 ([#501])
* Updated [`tracing`](https://github.com/tokio-rs/tracing) from 0.1.36 to 0.1.37 ([#502])
* Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.85 to 1.0.86 ([#503])
2022-10-11 09:04:00 +02:00
* Updated [`tracing-bunyan-formatter`](https://github.com/LukeMathWalker/tracing-bunyan-formatter) from 0.3.3 to 0.3.4 ([#504])
2022-10-18 11:37:20 +02:00
* Updated [`dotenvy`](https://github.com/allan2/dotenvy) from 0.15.5 to 0.15.6 ([#508])
2022-10-11 09:04:00 +02:00
2022-10-11 10:35:14 +02:00
[#501]: https://github.com/vbrandl/hoc/pull/501
[#502]: https://github.com/vbrandl/hoc/pull/502
[#503]: https://github.com/vbrandl/hoc/pull/503
2022-10-11 09:04:00 +02:00
[#504]: https://github.com/vbrandl/hoc/pull/504
2023-05-06 01:12:00 +02:00
[#508]: https://github.com/vbrandl/hoc/pull/508