Changelog
All notable changes to Chimera will be documented here.
๐ v0.6.9 โ Streaming Evolution
Section titled โ๐ v0.6.9 โ Streaming EvolutionโCommit: 9985ce8
Author: @AMS003010
Date: Latest
โจ Highlights
Section titled โโจ Highlightsโ- ๐งต WebSocket mocking โ Simulate real-time bi-directional communication
- ๐ CSV data ingestion โ Feed structured CSV data directly into your mock APIs
- ๐คซ Quiet execution โ Run with
--quiet
to suppress logs
Mock smarter. Stream faster. Build better. โ๏ธ
๐ v0.6.2 โ The Docs Awaken
Section titled โ๐ v0.6.2 โ The Docs AwakenโCommit: fa511e5
Author: @AMS003010
Date: Last month
๐ Highlights
Section titled โ๐ Highlightsโ- ๐ Launched the official documentation site: chimera-docs.vercel.app
โฌ๏ธ v0.6.1 โ Onwards and Upwards
Section titled โโฌ๏ธ v0.6.1 โ Onwards and UpwardsโCommit: 5a9d01f
Author: @AMS003010
Date: Jun 27
Whatโs New
Section titled โWhatโs Newโ- ๐ฆ Published on crates.io
- ๐ Docs site added (content WIP ๐ )
๐ ๏ธ v0.6.0 โ API Unleashed
Section titled โ๐ ๏ธ v0.6.0 โ API UnleashedโCommit: 0b9de71
Author: @AMS003010
Date: Jun 24
Major Features
Section titled โMajor Featuresโ- ๐งญ Long path support like
/api/v2/data
- ๐งพ Full REST support: GET, POST, PUT, PATCH, DELETE
- ๐ CORS enabled out of the box
- ๐ง Improved logging
- ๐ Form submission support
Your local API just got an upgrade. ๐
๐ฌ v0.5.0 โ Born with Data
Section titled โ๐ฌ v0.5.0 โ Born with DataโCommit: 4db1a2a
Author: @AMS003010
Date: Apr 15
Game Changers
Section titled โGame Changersโ- ๐น Auto data generation from schema definitions
- ๐น Null injection support for realistic incomplete data
Let Chimera dream your data into reality. ๐
Diff: v0.2.0...v0.5.0
๐ v0.2.0
Section titled โ๐ v0.2.0โCommit: a4e4985
Author: @AMS003010
Date: Mar 30
- ๐ฅ Added POST support
- ๐ฅ Better logging
๐ v0.1.0 โ JSON, Supercharged!
Section titled โ๐ v0.1.0 โ JSON, Supercharged!โCommit: 62376aa
Author: @AMS003010
Date: Mar 25
First Release
Section titled โFirst Releaseโ- ๐ฅ Custom Data Path:
--path data.json
- ๐ฅ Sorting & Pagination:
--sort users asc
,--page 10
- ๐ฅ Simulated Latency:
--latency 100ms
โ ๏ธ Binary currently only for Windows-amd64