Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 2.93 KB

CHANGELOG.md

File metadata and controls

57 lines (47 loc) · 2.93 KB

What's Changed in v0.0.4

  • Fix/user provided kafka properties by @Mcdostone in #23
  • ci: add cargo-deny by @Mcdostone
  • feat: add a function logs_file that specifies a file to write logs to by @Mcdostone
  • chore: Release version v0.0.4 by @Mcdostone
  • build: update dependencies by @Mcdostone
  • fix: user-provided kafka properties were not taken into account when creating the kafka client config by @Mcdostone
  • ci: fix github action that creates changelog PR by @Mcdostone
  • chore: Update changelog by @github-actions[bot] in #20

Full Changelog: https://github.com/MAIF/yozefu/compare/v0.0.3...v0.0.4

What's Changed in v0.0.3

  • fix KeyEvent on windows by @Mcdostone in #19
  • test: snapshots tests for KafkaRecord::parse by @Mcdostone
  • feat: Try its best to deserialize the record payload when the schema registry is not configured by @Mcdostone
  • build: update dependencies by @Mcdostone
  • fix: get rid of unwrap() when fetching the schema registry config given a cluster name by @Mcdostone
  • fix: trying to make yozefu work on windows by @Mcdostone
  • update dependencies by @Mcdostone in #16
  • build(deps): bump houseabsolute/actions-rust-cross from 0.0.17 to 1 by @dependabot[bot]
  • build(deps): bump actions/attest-build-provenance from 1 to 2 by @dependabot[bot]
  • docs: add option '--every' to MyProducer.java by @Mcdostone
  • docs: remove empty line by @Mcdostone
  • docs: fix URLs in README.md by @Mcdostone
  • Changelog for 0.0.2 by @github-actions[bot] in #9

New Contributors

  • @dependabot[bot] made their first contribution

Full Changelog: https://github.com/MAIF/yozefu/compare/v0.0.2...v0.0.3

What's Changed in v0.0.2

  • Release/v0.0.2 by @Mcdostone in #7
  • chore: Release version 0.0.2 by @Mcdostone
  • fix: fix rust imports with native feature by @Mcdostone
  • feat: allow tilde paths in kafka properties (ssl.ca.location for instance), update dependencies by @Mcdostone
  • feat: enable sasl authentication by @Mcdostone
  • refactor: ScrollState structure by @Mcdostone
  • fix: get rid of an unwrap call when crafting the schema URL in the schema registry client by @Mcdostone
  • feat: by pressing s on a given record, you can read its schemas by @Mcdostone
  • docs: fix CI and update crate metadata by @Mcdostone
  • Changelog for 0.0.1 by @github-actions[bot] in #1
  • ci: fix package name by @Mcdostone

New Contributors

  • @github-actions[bot] made their first contribution in #1

Full Changelog: https://github.com/MAIF/yozefu/compare/v0.0.1...v0.0.2

What's Changed in v0.0.1

  • feat: first commit by @Mcdostone

New Contributors

  • @Mcdostone made their first contribution