## 0.7.0 (2022-05-10)
#### Bug Fixes
* have with_metrics take an Arc (#48) ([81b3b0f2](https://github.com/mozilla-services/common-rs/commit/81b3b0f292c8036e44396507f03c723c561e6891), closes [#47](https://github.com/mozilla-services/common-rs/issues/47))
## 0.5.1 (2022-01-11)
- reduce transitive actix-web dependencies
## 0.5 (2021-12-21)
- When using actix-web v4, restrict the version of actix-web to 4.0.0-beta.15.
## 0.4 (2021-10-14)
- Allow features to select only one actix-web version.
- When using actix-web v4, restrict the version of actix-http to 4.0.0-beta.9.
## v0.3 (2021-08-18)
- maxmind: Support X-Forwarded-For headers with multiple address and port
numbers
## v0.2 (2021-08-03)
- Add support for actix-web v4
## v0.1.1 (2021-07-30)
- Update cadence to 0.26
## v0.1 (2021-07-15)
- Initial release