fiddler 1.2.1

Data Stream processor written in rust
Documentation
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.1]https://github.com/rc1405/fiddler/compare/fiddler-v1.2.0...fiddler-v1.2.1 - 2025-05-03

### Fixed

- fixed high cpu usage when idle ([#43]https://github.com/rc1405/fiddler/pull/43)

## [1.2.0]https://github.com/rc1405/fiddler/compare/fiddler-v1.1.1...fiddler-v1.2.0 - 2025-05-03

### Added

- migrate raw cmd to lib and misc updates ([#38]https://github.com/rc1405/fiddler/pull/38)

## [1.1.1]https://github.com/rc1405/fiddler/compare/fiddler-v1.1.0...fiddler-v1.1.1 - 2025-04-30

### Other

- *(deps)* update pyo3 requirement ([#16]https://github.com/rc1405/fiddler/pull/16)
- *(deps)* update thiserror requirement from 1.0.58 to 2.0.12 ([#31]https://github.com/rc1405/fiddler/pull/31)
- *(deps)* update handlebars requirement from 5.1.2 to 6.3.2 ([#17]https://github.com/rc1405/fiddler/pull/17)

## [1.1.0]https://github.com/rc1405/fiddler/compare/fiddler-v1.0.0...fiddler-v1.1.0 - 2025-04-28

### Added

- *(aws)* added initial aws module with sqs ([#18]https://github.com/rc1405/fiddler/pull/18)