Releases: Azure/service-fabric-rs
Releases · Azure/service-fabric-rs
v0.0.20
What's Changed
- Support convert mssf_core::Error to common Error types in std by @youyuanwu in #133
- Update mssf version to 0.0.20 by @youyuanwu in #134
Full Changelog: v0.0.19...v0.0.20
v0.0.19
What's Changed
- Check crate packaging in ci by @youyuanwu in #120
- Allow using FabricClient in non-tokio projects and refactor interface. by @cgettys-microsoft in #122
- Add a AutoConfigurationPackageChangeCallbackHandle RAII Type by @cgettys-microsoft in #121
- Update rust compiler to 1.84 version by @youyuanwu in #124
- Make the code compile on macOS by @OscarTHZhang in #125
- Replace from_com and into_com with From implementations by @cgettys-microsoft in #126
- Use reason = "reason_here" for allow lints by @cgettys-microsoft in #127
- Prepare 0.0.19 Release with CI Packaging fix by @cgettys-microsoft in #129
- Clean up echomain sample by @youyuanwu in #130
- Slightly simplify Client Example by @cgettys-microsoft in #132
- Change safe APIs to return mssf Error by @youyuanwu in #131
Full Changelog: v0.0.18...v0.0.19
v0.0.18
What's Changed
- Reduce how much code requires tokio_async to compile by @cgettys-microsoft in #113
- Remove lld linker option and dependencies by @youyuanwu in #112
- [FabricRuntime] Support Package change notification callbacks by @cgettys-microsoft in #96
- Implemented health api by @rohanhcumca in #116
- Reorganize com crate to prepare bindgen upgrade by @youyuanwu in #117
- Upgrade windows deps to 0.59 by @youyuanwu in #118
- Prepare 0.0.18 release by @cgettys-microsoft in #115
- Add initial skeleton for HealthClient API in mssf_core by @OscarTHZhang in #114
- Fix mssf-com default features by @youyuanwu in #119
New Contributors
- @rohanhcumca made their first contribution in #116
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
- Upgrade windows-rs to 0.58 version by @youyuanwu in #107
- Rename hstring to wstring by @youyuanwu in #108
- impl compare for FabricErrorCode by @youyuanwu in #110
- Dynamically load SF apis without linking by @youyuanwu in #109
- Prepare 0.0.17 release by @youyuanwu in #111
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
- Refactor fabric runtime types by @youyuanwu in #93
- Improve ReplicaSetQuorumMode debugging by @youyuanwu in #94
- Impl and expose IFabricStatefulServicePartition3 apis by @youyuanwu in #95
- Add memory barrier for bridge context by @youyuanwu in #99
- Support reporting app health by @youyuanwu in #101
- Add small benchmark for SF bridge perf by @youyuanwu in #104
- Example: inspect read write status by @youyuanwu in #103
- Propagate user app panics to SF for async apis by @youyuanwu in #100
- Replicator documentation by @youyuanwu in #91
- Prepare 0.0.16 release by @youyuanwu in #105
Full Changelog: v0.0.15...v0.0.16
v0.0.15
What's Changed
- Export LoadMetricReport type to external by @OscarTHZhang in #87
- Support catchup_specific_quorum for PrimaryReplicator by @youyuanwu in #89
- Update mssf version to 0.0.15 by @youyuanwu in #90
Full Changelog: v0.0.14...v0.0.15
v0.0.14
What's Changed
- [FabricRuntime] impl get code package info from activation context by @youyuanwu in #80
- Implement GetPartitionLoadInformation API for FabricQueryClient by @OscarTHZhang in #81
- Impl FabricErrorCode by @youyuanwu in #82
- Update mssf version to 0.0.14 by @youyuanwu in #84
- impl compare for ResolvedServicePartition by @youyuanwu in #83
Full Changelog: v0.0.13...v0.0.14
v0.0.13
What's Changed
- [FabricClient] Fix service notification nullptr panic by @youyuanwu in #78
- Support connection string for fabricclient by @youyuanwu in #77
- Update mssf version to 0.0.13 by @youyuanwu in #79
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
- [FabricClient] Set default client role to unknown by @youyuanwu in #75
- Update mssf version 0.0.12 by @youyuanwu in #76
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
- Documentation Improvement by @OscarTHZhang in #73
- Add public available documentations to traits by @youyuanwu in #72
- [FabricClient] Support FabricClient user notification callback by @youyuanwu in #70
- Use workspace dependencies when appropriate. Clean up windows crate usage. by @youyuanwu in #71
- Prepare 0.0.11 release by @youyuanwu in #74
New Contributors
- @OscarTHZhang made their first contribution in #73
Full Changelog: v0.0.10...v0.0.11