Skip to content

Latest commit

 

History

History
116 lines (67 loc) · 7 KB

CHANGELOG.md

File metadata and controls

116 lines (67 loc) · 7 KB

1.3.3 (2024-08-30)

Bug Fixes

  • update createUser, createStream & createTopic command return value (bdf8fc5)

1.3.2 (2024-07-26)

Bug Fixes

1.3.1 (2024-07-25)

Bug Fixes

  • add e2e tests, fix create-group return (eddff6c)
  • fix npm test command for ci (c77fabf)
  • fix topic deserialisation bug (1b66321)
  • more e2e tests (1f123a4)

1.3.0 (2024-07-02)

Features

  • update modified commands for v0.3.0 server release (createTopic, updateTopic, login, createToken) (e328e4c)

1.2.3 (2024-07-02)

Bug Fixes

1.2.2 (2024-07-02)

Bug Fixes

  • use debug lib, make poolsize configurable (86d1e61)

1.2.1 (2024-07-02)

Bug Fixes

  • add package's keywords, cleans up logs (be5af89)

1.2.0 (2024-07-02)

Features

  • add consumer stream facility (455ab49)

1.1.0 (2024-06-25)

Bug Fixes

Features

1.0.1 (2024-06-25)

Bug Fixes

  • fix createtopic, add new compressionAlgorithm param (51ad29c)

1.0.0 (2024-06-20)

Bug Fixes

  • fix client auth quirks, add handleResponse & deserializePollMessage as transform stream (af46059)
  • fix consumer group commands (bb9ff9e)
  • fix getStats command (add new totalCpuUsage field) (#3) (79280c7)
  • fix message header typing (656653d)
  • fix message headers serialization bug (fab07bd)
  • fix Partitioning.MessageKey type, fix indent (f2e6ef7)
  • fix tcp client options (6ada317)
  • fix updateUser and changePassword command (158b284)
  • fix var naming, add some test (516e2e8)
  • get rid of enums, add type helpers (2e691d6)

Features

  • add base ci workflow (#2) (41e0a0b)
  • add command client with socket pool management (e3d8c28)
  • add CommandResponseStream to wrap tcp socket, add parallel call safetiness (32dbd7e)
  • add create, delete, join & leave consumer-group command (237f0e7)
  • add createPartition & deletePartition command (951ddcf)
  • add createUser and deleteUser command (271e8cf)
  • add getGroup and getGroups command (0f3ba3c)
  • add getOffset and storeOffset command, fix typos (a642468)
  • add pollMessage command (24354c5)
  • add purgeTopic & purgeStream command (9ed0794)
  • add SendMessages command (8f4e71a)
  • add updateStream command (5d5d851)
  • add updateTopic command (761a9d0)
  • add updateUser and changePassword command, fix permissions deserialization bug (69672ba)
  • better error, add some test (35af9b5)
  • reorganize client declaration (5fa2965)
  • start low level command api and base tcp client (cf6d48f)
  • start unit test on serialization (30521f8)
  • wraps command to higher level api, starts client (2ae16e2)