Releases: inaiat/kafka-crab-js
Releases · inaiat/kafka-crab-js
v1.6.0: Merge pull request #31 from inaiat/chore/update-dependencies
chore: Update dependencies and improve thread safety
v1.5.1: chore: bump version to 1.5.1 and restore repository metadata
- 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
Feat/batch message retrieval
v1.5.0-beta.5: chore: bump version to 1.5.0-beta.5
🤖 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
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
Pre-release
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
🤖 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
Pre-release
- 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
1.4.1
v1.4.0-beta.6
Merge pull request #24 from inaiat/feat/improve-consumer-events-and-l…