Skip to content

wincode@v0.5.0

Choose a tag to compare

@wincode-releaser wincode-releaser released this 28 Mar 01:19
· 44 commits to master since this release
70e39f4

What's Changed

  • Bump toolchain and rust_version to 1.89.0 by @kskalski in #181
  • Switch to Rust 2024 edition by @kskalski in #182
  • 0.4.7 forwardport by @cpubot in #234
  • wincode: Add "target_has_atomic" condition for alloc::sync::Arc use by @febo in #235
  • build(deps): bump actions/create-github-app-token from 2 to 3 by @dependabot[bot] in #236
  • build(deps): bump solana-entry from 4.0.0-beta.1 to 4.0.0-beta.2 in /fuzz by @dependabot[bot] in #237
  • Bump wincode to 0.4.8 by @febo in #240
  • Refactor and simplify Reader and Writer traits by @cpubot in #213
  • Ensure &mut Reader forwards by @cpubot in #242
  • Add borrow capability constant to Reader by @cpubot in #243
  • feat(io): add Writer impl for std::io::Write and BufWriter by @kskalski in #246
  • fix(String): Delegate to Vec impl by @cpubot in #248
  • fix(io): Implement default trusted Writer by @cpubot in #247
  • feat(schema): impl Cow by @cpubot in #249
  • fix: import ToOwned with alloc + not(std) features by @kskalski in #250
  • Add ecow::EcoString support by @tanmay4l in #241
  • fix(ci): run alloc-only checks without forced std feature by @kskalski in #258
  • feat: Add Ctx to SchemaRead by @cpubot in #220
  • fix: ctx imports for with no-default-features by @cpubot in #262
  • feat: support SocketAddr by @kskalski in #259
  • feat(ctx): Add [u8; N] context for ShortU16 by @cpubot in #260
  • chore(containers): remove pod type by @cpubot in #252
  • build(deps): bump proptest from 1.10.0 to 1.11.0 by @dependabot[bot] in #266
  • fix: use GitHub App bot identity for release tags by @nbelenkov in #268
  • unused licenses + reason for rustsec ignore by @nbelenkov in #269
  • feat(external): support BitVec from bv crate by @kskalski in #265
  • Bump version to 0.4.9 by @cpubot in #267
  • chore(io): remove consume* peek_* methods by @cpubot in #263
  • feat: add support for indexmap by @tanmay4l in #253
  • feat(io): impl Reader for BufReader + add ReadAdapter by @cpubot in #54
  • feat(schema): add context::Len impl for Cow by @cpubot in #272
  • build(deps): bump uuid from 1.20.0 to 1.23.0 by @dependabot[bot] in #274
  • fix: ensure &mut Reader forwards supports_borrow by @cpubot in #277
  • Bump to 0.5.0 by @cpubot in #276

Full Changelog: https://github.com/anza-xyz/wincode/compare/wincode@v0.4.6...wincode@v0.5.0