Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare to release tower v0.4.12 #642

Merged
merged 4 commits into from Feb 16, 2022
Merged

chore: prepare to release tower v0.4.12 #642

merged 4 commits into from Feb 16, 2022

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Feb 16, 2022

0.4.12 (February 16, 2022)

Fixed

  • hedge, load, retry: Fix use of Instant operations that
    can panic on platforms where Instant is not monotonic (#633)
  • Disable attributes feature on tracing dependency (#623)
  • Remove unused dependencies and dependency features with some feature
    combinations (#603, #602)
  • docs: Fix a typo in the RustDoc for Buffer (#622)

Changed

  • Updated minimum supported Rust version (MSRV) to 1.49.0.
  • hedge: Updated hdrhistogram dependency to v7.0 (#602)
  • Updated tokio-util dependency to v0.7 (#638)

# 0.4.12 (February 16, 2022)

### Fixed

- **hedge**, **load**, **retry**: Fix use of `Instant` operations that
  can panic on platforms where `Instant` is not monotonic ([#633])
- Disable `attributes` feature on `tracing` dependency ([#623])
- Remove unused dependencies and dependency features with some feature
  combinations ([#603], [#602])
- **docs**: Fix a typo in the RustDoc for `Buffer` ([#622])

### Changed

- **hedge**: Updated `hdrhistogram` dependency to v7.0 ([#602])
- Updated `tokio-util` dependency to v0.7 ([#638])

[#633]: #633
[#623]: #623
[#603]: #603
[#602]: #602
[#622]: #622
[#638]: #638
@hawkw
Copy link
Member Author

hawkw commented Feb 16, 2022

Once this ships, I think we should probably start merging stuff for v0.5.

@hawkw hawkw changed the title chore: prepare to release v0.4.12 chore: prepare to release tower v0.4.12 Feb 16, 2022
@hawkw hawkw enabled auto-merge (squash) February 16, 2022 19:22
@hawkw hawkw disabled auto-merge February 16, 2022 19:28
@hawkw
Copy link
Member Author

hawkw commented Feb 16, 2022

Ugh, the MSRV check step is now failing because Tokio 1.17.0 was published, which bumped MSRV to 1.49.

@hawkw hawkw enabled auto-merge (squash) February 16, 2022 22:37
@hawkw hawkw merged commit 12a0603 into master Feb 16, 2022
@hawkw hawkw deleted the eliza/tower-0.4.12 branch February 16, 2022 22:42
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.

None yet

2 participants