Skip to content

v3.1.0

Compare
Choose a tag to compare
@d-rk d-rk released this 06 Mar 07:05
· 161 commits to main since this release

Changelog

  • 94b426e releases 3.1.0
  • 0aa9dc2 Merge pull request #147 from faillefer/feature/from-timestamp_to-timestamp
  • 33c36a4 update readme
  • ab6c8e0 Fix linting issues
  • de1a0d1 Allow formatted date in --from-timestamp and --to-timestamp
  • 8d682e1 Update README.md / Fix typo
  • ccd27d3 Update README.md / Fix typo
  • dc6a694 Use ErrOffset constant
  • 8768512 Use ErrOffset constant
  • 2328ebd Use sarama.OffsetNewest instead of -1
  • cbfb30c Update README.md / Fix typo
  • 971140f Update CHANGELOG.md
  • 3a23b99 Fix README
  • eeda909 Fix indent-error-flow error
  • 14ec8fb Fix linting issues. Clean '.gitignore'. Update CHANGELOG.md
  • 6f46f16 Add unit tests for --from-timestamp and --end-timestamp parameters
  • 48e2c33 Rename EndTimestamp to ToTimestamp
  • 7ea4c68 Rename EndTimestamp to ToTimestamp
  • d8062f0 Improve variables naming. Do not use -1 as offset when there is an error because it is a meaningful value for sarama (sarama.OffsetNewest)
  • 5681153 Clarify offsets bounds computation
  • 009d23c rename --end-timestamp to --to-timestamp (for consistency with --from-timestamp)
  • 225d5c0 Add integration for --from-timestamp and --to-timestamp parameters
  • 4f6ecc5 Add usage examples for --from-timestamp and --to-timestamp parameters
  • 8370eef Amend README with usage details for the change
  • 893fe01 Changes for consume op based on ts
  • f834a37 Changes for consume op based on ts