1.0.4 (2024-12-16)
- add tests, fix headers.double type, ehance typing (431063f)
1.0.3 (2024-11-24)
1.0.2 (2024-11-24)
1.0.1 (2024-11-24)
- add e2e tests, fix create-group return (ad52b43)
- add package's keywords, cleans up logs (5287b74)
- correctly destroy socket when destroy function is called on TCPClient (76f7d07)
- enforce check on message id to be either uuid string or 0 (d05b898)
- fix client auth quirks, add handleResponse & deserializePollMessage as transform stream (0458d57)
- fix consumer group commands (a33094f)
- fix createtopic, add new compressionAlgorithm param (f93a444)
- fix getStats command (add new totalCpuUsage field) (#3) (de4cfda)
- fix github ci (78870e3)
- fix message header typing (1276374)
- fix message headers serialization bug (22ffe16)
- fix module type export (b0bcdc7)
- fix npm test command for ci (842fe69)
- fix Partitioning.MessageKey type, fix indent (05d05b6)
- fix tcp client options (f9bd442)
- fix topic deserialisation bug (3e787be)
- fix updateUser and changePassword command (d01e086)
- fix var naming, add some test (40d91dd)
- get rid of enums, add type helpers (6e2613b)
- more e2e tests (d537aa7)
- no ssh pull (#12) (f13f0ed)
- remove bad symbol in the CI definition (1878a0c)
- remove console.error on normal close signal (0f8c993)
- remove initial .gitignore and README.md to avoid rebase conflict (931b9b8)
- update createUser, createStream & createTopic command return value (8712b0f)
- update readme (263f271)
- use debug lib, make poolsize configurable (2f66e89)
- use pat as token for semantic release (#10) (5eccfd2)
- add base ci workflow (#2) (4cbde14)
- add command client with socket pool management (e747b29)
- add CommandResponseStream to wrap tcp socket, add parallel call safetiness (0e6f38f)
- add consumer stream facility (8c19d3f)
- add create, delete, join & leave consumer-group command (e7ca376)
- add createPartition & deletePartition command (2286c10)
- add createUser and deleteUser command (d25d837)
- add getGroup and getGroups command (cdfa766)
- add getOffset and storeOffset command, fix typos (6f9a425)
- add pollMessage command (fe59f82)
- add purgeTopic & purgeStream command (86482d1)
- add SendMessages command (e1d39d8)
- add updateStream command (89970c0)
- add updateTopic command (f1e278e)
- add updateUser and changePassword command, fix permissions deserialization bug (f3bcda3)
- better error, add some test (f386854)
- publish to npm (82268f5)
- reorganize client declaration (7cb1bd8)
- start low level command api and base tcp client (7bb8b32)
- start unit test on serialization (2082b71)
- update modified commands for v0.3.0 server release (createTopic, updateTopic, login, createToken) (cb4f0d1)
- wraps command to higher level api, starts client (60f9466)