Releases: varlink/rust
Releases · varlink/rust
varlink-v13.0.0
What's Changed
- Fix some smaller compilation issues with rust-1.22 by @fabiand in #1
- travis: Add .travis.yml by @fabiand in #3
- client:varlink_exec(): set DYLD_LIBRARY_PATH/LD_LIBRARY_PATH by @haraldh in #15
- chore: Update colored_json to 2 by @igor-raits in #21
- Add the ability to exit the
varlink::listenloop. by @haraldh in #27 - "proc_macro" -> "proc-macro" by @curiousleo in #32
- Format code using 'cargo fmt' by @Atul9 in #35
- Add cargo fmt to travis build config by @Atul9 in #36
- Fix .travis.yml by @embe in #38
- varlink/src/client.rs: don't leak FDs in varlink_exec by @embe in #37
- CI: remove travis by @haraldh in #43
- feat: use chainerror 0.7 by @haraldh in #42
- ci: use tarpaulin 0.16.0 by @haraldh in #44
- test(parser): add optional array test by @haraldh in #45
- add dependabot by @haraldh in #41
- build(deps): update uds_windows requirement from 0.1.3 to 1.0.1 by @dependabot[bot] in #47
- feat: impl TryFrom<&'a str> for IDL<'a> by @haraldh in #46
- CI: lint with fmt and clippy by @haraldh in #48
- refactor: listen to cargo clippy and normalize test by @haraldh in #51
- New versions by @haraldh in #52
- Uppercase interface names by @haraldh in #55
- fix: Increase version by @haraldh in #56
- ci: use cargo-llvm-cov instead of tarpaulin by @haraldh in #63
- ci: restrict coverage permissions by @haraldh in #64
- Update Cargo.toml by @Dylan-DPC in #65
- fix: CI and various other updates by @haraldh in #83
- build(deps): update chainerror by @haraldh in #84
- chore: bump versions by @haraldh in #85
- Bump MSRV by @zeenix in #101
- parser: Switch from
ansi_termtocoloredcrate by @zeenix in #100 - Migrate varlink_generator to syn 2.0.x by @duMagnus in #104
- Fix the CI by dropping use of inexistent features and target-os by @zeenix in #108
- examples: Use anyhow by @cgwalters in #107
- Update to chainerror 1.0 by @cgwalters in #109
- all: Port from
chainerrortothiserrorby @zeenix in #114 - all: Port to satisfy latest clippy by @zeenix in #115
- Remove unix_socket dependency by @epilys in #117
- build(deps): update bitflags requirement from 1.2.1 to 2.6.0 by @dependabot[bot] in #112
- Convert
ignorerustdoc tests tono_runby @epilys in #118 - varlink_generator: Fix generating code which compiles with Rust 2024 by @cryptomilk in #122
- chore: update rust-version to 1.71 across all packages by @haraldh in #127
New Contributors
- @fabiand made their first contribution in #1
- @igor-raits made their first contribution in #21
- @curiousleo made their first contribution in #32
- @Atul9 made their first contribution in #35
- @embe made their first contribution in #38
- @dependabot[bot] made their first contribution in #47
- @Dylan-DPC made their first contribution in #65
- @zeenix made their first contribution in #101
- @duMagnus made their first contribution in #104
- @cgwalters made their first contribution in #107
- @epilys made their first contribution in #117
- @cryptomilk made their first contribution in #122
Full Changelog: https://github.com/varlink/rust/commits/varlink-v13.0.0
varlink-v12.0.1
What's Changed
- Fix some smaller compilation issues with rust-1.22 by @fabiand in #1
- travis: Add .travis.yml by @fabiand in #3
- client:varlink_exec(): set DYLD_LIBRARY_PATH/LD_LIBRARY_PATH by @haraldh in #15
- chore: Update colored_json to 2 by @igor-raits in #21
- Add the ability to exit the
varlink::listenloop. by @haraldh in #27 - "proc_macro" -> "proc-macro" by @curiousleo in #32
- Format code using 'cargo fmt' by @Atul9 in #35
- Add cargo fmt to travis build config by @Atul9 in #36
- Fix .travis.yml by @embe in #38
- varlink/src/client.rs: don't leak FDs in varlink_exec by @embe in #37
- CI: remove travis by @haraldh in #43
- feat: use chainerror 0.7 by @haraldh in #42
- ci: use tarpaulin 0.16.0 by @haraldh in #44
- test(parser): add optional array test by @haraldh in #45
- add dependabot by @haraldh in #41
- build(deps): update uds_windows requirement from 0.1.3 to 1.0.1 by @dependabot[bot] in #47
- feat: impl TryFrom<&'a str> for IDL<'a> by @haraldh in #46
- CI: lint with fmt and clippy by @haraldh in #48
- refactor: listen to cargo clippy and normalize test by @haraldh in #51
- New versions by @haraldh in #52
- Uppercase interface names by @haraldh in #55
- fix: Increase version by @haraldh in #56
- ci: use cargo-llvm-cov instead of tarpaulin by @haraldh in #63
- ci: restrict coverage permissions by @haraldh in #64
- Update Cargo.toml by @Dylan-DPC in #65
- fix: CI and various other updates by @haraldh in #83
- build(deps): update chainerror by @haraldh in #84
- chore: bump versions by @haraldh in #85
- Bump MSRV by @zeenix in #101
- parser: Switch from
ansi_termtocoloredcrate by @zeenix in #100 - Migrate varlink_generator to syn 2.0.x by @duMagnus in #104
- Fix the CI by dropping use of inexistent features and target-os by @zeenix in #108
- examples: Use anyhow by @cgwalters in #107
- Update to chainerror 1.0 by @cgwalters in #109
- all: Port from
chainerrortothiserrorby @zeenix in #114 - all: Port to satisfy latest clippy by @zeenix in #115
- Remove unix_socket dependency by @epilys in #117
- build(deps): update bitflags requirement from 1.2.1 to 2.6.0 by @dependabot[bot] in #112
- Convert
ignorerustdoc tests tono_runby @epilys in #118 - varlink_generator: Fix generating code which compiles with Rust 2024 by @cryptomilk in #122
New Contributors
- @fabiand made their first contribution in #1
- @haraldh made their first contribution in #15
- @igor-raits made their first contribution in #21
- @curiousleo made their first contribution in #32
- @Atul9 made their first contribution in #35
- @embe made their first contribution in #38
- @dependabot[bot] made their first contribution in #47
- @Dylan-DPC made their first contribution in #65
- @zeenix made their first contribution in #101
- @duMagnus made their first contribution in #104
- @cgwalters made their first contribution in #107
- @epilys made their first contribution in #117
- @cryptomilk made their first contribution in #122
Full Changelog: https://github.com/varlink/rust/commits/varlink-v12.0.1