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

Bump deps #82

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- rustls: use `rustls-platform-verifier` to load certificates ([#82])

### Deprecated

### Removed

- rustls: dependency on `rustls-native-certs` ([#82])

### Fixed

### Security

[#82]: https://github.com/jonhoo/faktory-rs/pull/82

## [0.13.0] - 2024-10-27

### Added

- `Error::Stream` for underlying 'native_tls' and 'rustls' errors ([#49])
- rustls, native_tls: `Error::Stream` for underlying `native_tls` and `rustls` errors ([#49])
- Shutdown signal via `WorkerBuilder::with_graceful_shutdown` ([#57])
- Shutdown timeout via `WorkerBuilder::shutdown_timeout` ([#57])
- `Client` method for pausing, resuming, and removing queues ([#59])
- `Client::current_info` and `FaktoryState` struct ([#63])
- TLS configurations options to `WorkerBuilder` ([#74])
- rustls, native_tls: TLS configurations options to `WorkerBuilder` ([#74])

### Changed

Expand Down Expand Up @@ -57,8 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `JobRunner` trait and `ConsumerBuilder::register_runner` ([#51])
- Support for enqueuing numerous jobs with `Producer::enqueue_many` ([#54])
- Faktory Enterprise Edition: Batch jobs (`Batch`, `BatchId`, `BatchStatus`) ([#48])
- Faktory Enterprise Edition: Setting and getting a job's progress ([#48])
- ent: Batch jobs (`Batch`, `BatchId`, `BatchStatus`) ([#48])
- ent: Setting and getting a job's progress ([#48])

[#48]: https://github.com/jonhoo/faktory-rs/pull/48
[#51]: https://github.com/jonhoo/faktory-rs/pull/51
Expand Down
Loading
Loading