Skip to content

Releases: inaiat/kafka-crab-js

v1.6.0: Merge pull request #31 from inaiat/chore/update-dependencies

18 Jul 15:57
a9fa293
Compare
Choose a tag to compare
chore: Update dependencies and improve thread safety

v1.5.1: chore: bump version to 1.5.1 and restore repository metadata

30 Jun 16:45
Compare
Choose a tag to compare
- Bump version from 1.5.0 to 1.5.1
- Restore author, homepage, and repository fields required for npm provenance verification

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

v1.5.0: Merge pull request #30 from inaiat/feat/batch-message-retrieval

30 Jun 14:28
078c7ee
Compare
Choose a tag to compare

v1.5.0-beta.5: chore: bump version to 1.5.0-beta.5

29 Jun 12:52
Compare
Choose a tag to compare
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

v1.5.0-beta.3: chore: bump version to 1.5.0-beta.3 and update dependencies

28 Jun 16:46
Compare
Choose a tag to compare
Version Updates:
- Bump version from 1.5.0-beta.2 to 1.5.0-beta.3
- Update @types/node from 24.0.6 to 24.0.7
- Update @octokit/plugin-paginate-rest to 13.1.1
- Refresh pnpm-lock.yaml with updated dependency versions

This release includes all recent security and stability fixes:
- Critical security vulnerabilities eliminated
- Proper log level configuration
- Enhanced error handling and resource management
- Working batch processing with performance optimizations

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

v1.5.0-beta.2: fix: eliminate critical security vulnerabilities and stability issues

28 Jun 12:12
Compare
Choose a tag to compare
Security Fixes:
- Remove dangerous credential truncation that could bypass authentication
- Eliminate all unwrap() calls that could cause process crashes
- Fix potential memory leaks in event channel handling

Stability Improvements:
- Replace panic-prone error handling with proper error propagation
- Fix blocking disconnect operation that could hang applications
- Improve producer creation error handling
- Add graceful degradation for event system failures

Code Quality:
- Apply clippy suggestions for better Rust idioms
- Remove unused imports and clean up code
- Improve error messages and logging

Breaking Changes: None - all fixes maintain API compatibility

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

v1.5.0-beta.1: fix: apply lint fixes

27 Jun 02:27
Compare
Choose a tag to compare
Pre-release
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

v1.5.0-alpha.1: refactor: use git tags instead of commit messages for releases

25 Jun 17:49
Compare
Choose a tag to compare
- Changed from unreliable commit message parsing to git tag detection
- Only runs publish on tag pushes (refs/tags/*)
- Detects alpha/beta/rc from tag names (v1.5.0-alpha.1)
- More reliable and follows standard release practices

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

v1.4.1

06 May 13:54
Compare
Choose a tag to compare
1.4.1

v1.4.0-beta.6

05 May 23:28
4f344fc
Compare
Choose a tag to compare
v1.4.0-beta.6 Pre-release
Pre-release
Merge pull request #24 from inaiat/feat/improve-consumer-events-and-l…