Releases: johnmanjiro13/tokio-fluent
Releases · johnmanjiro13/tokio-fluent
v0.5.1
What's Changed
- feat: support max_connection_lifetime and reconnection by @danielsig727 in #55
- fix(deps): update rust crate base64 to 0.22.0 by @renovate in #51
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- !feat(client): uds support by @danielsig727 in #47
Breaking Changes
- Removed
new
method fromClient
and addednew_tcp
andnew_unix
methods.- Removed
addr
option fromConfig
.
- Removed
// Before
let client = Client::new(&Config {
addr: "127.0.0.1:24224".parse().unwrap(),
..Default::default()
})
// After
let client = Client::new_tcp(
"127.0.0.1:24224".parse().unwrap(),
&Config {..Default::default()}
)
New Contributors
- @danielsig727 made their first contribution in #47
Full Changelog: v0.4.4...v0.5.0
v0.4.4
v0.4.3
v0.4.2
v0.4.1
What's Changed
- fix(deps): update rust crate uuid to 1.4.1 by @renovate in #20
- chore(deps): update rust crate tokio to 1.29.1 by @renovate in #18
- fix(deps): update rust crate serde to 1.0.171 by @renovate in #21
- fix(deps): update rust crate log to 0.4.19 by @renovate in #24
- fix(deps): update rust crate bytes to 1.4.0 by @renovate in #19
- fix(deps): update rust crate chrono to 0.4.26 by @renovate in #22
- fix(deps): update rust crate base64 to 0.21.2 by @renovate in #23
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- ci: Run test with multiple fluentd versions by @johnmanjiro13 in #27
- Allow for regular strings instead of only static strings by @DaanDD in #25
- Use tokio streams instead of crossbeam to fix deadlock issues by @DaanDD in #26
New Contributors
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
What's Changed
- Add timeout option by @johnmanjiro13 in #10
- Add retry option by @johnmanjiro13 in #11
- Use only necessary feature and add tests by @johnmanjiro13 in #13
- chore(deps): update rust crate tokio to 1.24.2 by @renovate in #3
- chore: Update README by @johnmanjiro13 in #14
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- fix: Continue when some error occurred by @johnmanjiro13 in #1
- Configure Renovate by @renovate in #2
- chore: Configure renovate by @johnmanjiro13 in #5
- ci: Configure tagpr by @johnmanjiro13 in #6
- ci: Cargo publish after tagpr is merged by @johnmanjiro13 in #8
- Fix ci by @johnmanjiro13 in #9
New Contributors
- @johnmanjiro13 made their first contribution in #1
- @renovate made their first contribution in #2
Full Changelog: v0.2.0...v0.2.1