# Changelog

## [1.2.6] - 2024-12-07
### Fixed
- Handle event check transaction

All notable changes to this project will be documented in this file.

## [1.2.6] - 2024-12-07

### Fixed
- Handle event check transaction

## [1.2.4] - 2024-12-04

### Fixed
- Fix conflict between web3 and docker

## [1.2.2] - 2024-12-03

### Fixed
- Handle event refetch transaction ver 2

## [1.2.0] - 2024-12-02

### Fixed
- Handle event refetch transaction

## [1.1.9] - 2024-12-01

### Fixed
- Handle production dependencies
- Update plugin flow
- Handle event listeners

## [1.1.4] - 2024-11-29

### Fixed
- Transfer plugin dependencies to devDependencies -v3

## [1.1.3] - 2024-11-27

### Fixed
- Transfer plugin dependencies to devDependencies -v2

## [1.1.2] - 2024-11-26

### Fixed
- Transfer plugin dependencies to devDependencies

## [1.1.1] - 2024-11-24

### Fixed
- Bundle error during plugin initialization

## [1.1.0] - 2024-11-23

### Fixed
- Plugin registration error from npm registry - next version

## [1.0.2] - 2024-11-21

### Fixed
- Plugin registration error from npm registry

## [1.0.1] - 2024-11-21

### Fixed
- Installation hook for plugin initialization
- Plugin registration sequence during install phase
- ACL permissions setup during installation

## [1.0.0] - 2024-11-21

### Added
- Initial Kafka core implementation
- Producer functionality for message publishing
- Consumer implementation for message handling
- Basic topic management
- Database collections for Kafka topics and configs
- Default configuration templates
- ACL permissions framework
- Plugin lifecycle hooks (enable/disable/cleanup)
