Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add base ci workflow #2

Merged
merged 5 commits into from
Feb 26, 2024
Merged

feat: add base ci workflow #2

merged 5 commits into from
Feb 26, 2024

Conversation

T1B0
Copy link
Owner

@T1B0 T1B0 commented Feb 24, 2024

No description provided.

@T1B0 T1B0 self-assigned this Feb 24, 2024
@T1B0 T1B0 merged commit 41e0a0b into main Feb 26, 2024
1 check failed
@T1B0 T1B0 deleted the base-github-ci branch February 26, 2024 16:56
github-actions bot pushed a commit that referenced this pull request Jun 20, 2024
# 1.0.0 (2024-06-20)

### Bug Fixes

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

### Features

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

### Bug Fixes

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

### Features

* add base ci workflow ([#2](T1B0/iggy-bin#2)) ([41e0a0b](T1B0/iggy-bin@41e0a0b))
* add command client with socket pool management ([e3d8c28](T1B0/iggy-bin@e3d8c28))
* add CommandResponseStream to wrap tcp socket, add parallel call safetiness ([32dbd7e](T1B0/iggy-bin@32dbd7e))
* add create, delete, join & leave consumer-group command ([237f0e7](T1B0/iggy-bin@237f0e7))
* add createPartition & deletePartition command ([951ddcf](T1B0/iggy-bin@951ddcf))
* add createUser and deleteUser command ([271e8cf](T1B0/iggy-bin@271e8cf))
* add getGroup and getGroups command ([0f3ba3c](T1B0/iggy-bin@0f3ba3c))
* add getOffset and storeOffset command, fix typos ([a642468](T1B0/iggy-bin@a642468))
* add pollMessage command ([24354c5](T1B0/iggy-bin@24354c5))
* add purgeTopic & purgeStream command ([9ed0794](T1B0/iggy-bin@9ed0794))
* add SendMessages command ([8f4e71a](T1B0/iggy-bin@8f4e71a))
* add updateStream command ([5d5d851](T1B0/iggy-bin@5d5d851))
* add updateTopic command ([761a9d0](T1B0/iggy-bin@761a9d0))
* add updateUser and changePassword command, fix permissions deserialization bug ([69672ba](T1B0/iggy-bin@69672ba))
* better error, add some test ([35af9b5](T1B0/iggy-bin@35af9b5))
* reorganize client declaration ([5fa2965](T1B0/iggy-bin@5fa2965))
* start low level command api and base tcp client ([cf6d48f](T1B0/iggy-bin@cf6d48f))
* start unit test on serialization ([30521f8](T1B0/iggy-bin@30521f8))
* wraps command to higher level api, starts client ([2ae16e2](T1B0/iggy-bin@2ae16e2))
T1B0 added a commit that referenced this pull request Jul 21, 2024
* feat: add base ci workflow
* feat: add clients exports and top level exports
* fix: simplify top level command exports
* fix: fix e2e imports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant