Skip to content

Latest commit

 

History

History
222 lines (132 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

222 lines (132 loc) · 12.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.9.1 - 2024-09-20

Compare with v0.9.0

Fixed

  • Fix following perspective update (f06f375 by aandres).

v0.9.0 - 2024-07-30

Compare with v0.8.0

Added

  • Add perspective tools (07878be by aandres).

v0.8.0 - 2024-07-01

Compare with v0.7.0

Added

  • Add constructor to mock consumer (370d5d6 by aandres).
  • Add log message for resolved offsets (0816ea3 by aandres).

Fixed

  • Fix offset resolution on end of topic (ff76c35 by aandres).

v0.7.0 - 2024-06-25

Compare with v0.6.0

Added

  • Add poll time metrics (efa487a by aandres).

v0.6.0 - 2024-06-24

Compare with v0.5.0

Added

  • Add some missing replay code (#56) (9973baa by 0x26res).
  • Add contributing and code of conduct guide, update deps (#55) (3bd1147 by 0x26res).

Fixed

  • fix: make group optional (#54) (03d27af by 0x26res).

Changed

  • Change engine to dag, add talk to the doc (cd57456 by aandres).

v0.5.0 - 2024-01-23

Compare with v0.4.0

Added

  • Add python 12 support (#53) (344ff69 by 0x26res).
  • Add prune (4e5b06f by aandres).
  • Add kafka json to arrow support (#50) (120c116 by 0x26res).

v0.4.0 - 2023-11-26

Compare with v0.3.1

Added

  • Add some arrow replay code (d8026ec by 0x26res).

v0.3.1 - 2023-10-26

Compare with v0.3.0

Added

  • Add pandas module (#47) (ac81344 by 0x26res).

v0.3.0 - 2023-09-29

Compare with v0.2.0

Added

  • Add faq, make kafka extra dep, update readme, use poetry in tox. (#44) (de0ddf5 by 0x26res).
  • Add pyarrow module (#42) (1117f37 by 0x26res).
  • Add developer page (#41) (b717b62 by 0x26res).
  • Add logos (7f6b1cf by aandres).

Fixed

  • Fix logo (#45) (f24f0dc by 0x26res).
  • Fix tests (cc52ae6 by aandres).

Changed

  • change update docs deps (#40) (04bf706 by 0x26res).

v0.2.0 - 2023-09-19

Compare with v0.1.0

Added

  • Add changelog (7ee7685 by aandres).
  • Add empty factory (ee07562 by aandres).
  • Add offset policies, fix committed (99c1ad7 by aandres).
  • Add logging (c8449ab by aandres).
  • Add test script (077bfc2 by aandres).
  • Add kafka doc (806a471 by aandres).

Fixed

  • Fix test, fix coverage (6f0e371 by aandres).
  • Fix covertage (9db6eec by aandres).
  • Fix example (39f4b44 by aandres).

v0.1.0 - 2023-08-24

Compare with v0.0.4

v0.0.4 - 2023-08-22

Compare with v0.0.3

Added

  • Add dag metrics (c46a4ee by aandres).
  • Add missing assert (86b924f by aandres).
  • Add replay doc (d5b9b43 by aandres).
  • Add repaly metrics (ba274ef by aandres).
  • Add test (8e87c6e by aandres).
  • Add install section (520ced1 by aandres).

Fixed

  • Fix equality check on nodes (fa1a09f by aandres).
  • fix test (85005d5 by aandres).
  • Fix tox (7bef814 by aandres).

Removed

  • Remove dead code (af932d4 by aandres).

v0.0.3 - 2023-07-05

Compare with v0.0.2

Added

Fixed

  • Fix kafka test coverage (ecbc890 by aandres).
  • Fix icon (8887278 by aandres).

v0.0.2 - 2023-06-30

Compare with v0.0.1

Added

  • Add advanced concept (3450d72 by aandres).
  • Add concept page, rename stabilize (9c0b9eb by aandres).
  • Add doc to main api (4048ae7 by aandres).
  • Add const test (e1af0bd by aandres).
  • Add hook for pydoc (ad10948 by aandres).
  • Add replay (c807bef by aandres).
  • Add ETF example (e3c4c2e by aandres).

Fixed

Removed

  • Remove trailing blank space (22195ca by aandres).

v0.0.1 - 2023-05-10

Compare with v0.0.1.rc

Added

  • Add ci badge (fdad06c by aandres).
  • Add material (31a46e4 by aandres).
  • Add python doc requirements (e1bcd00 by aandres).
  • Add docs (3c1e87a by aandres).
  • Add coverage to deps (ced0670 by aandres).

Fixed

  • Fix branch (9847cb9 by aandres).
  • Fix read the docs (ecf5d25 by aandres).

Removed

  • Remove duplicate and snyk (b7e8539 by aandres).

v0.0.1.rc - 2023-05-09

Compare with first commit

Added

  • add pre commit (12d7ffa by aandres).
  • Add engine code (e2f0949 by aandres).