Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.27.0-beta.7](v1.27.0-beta.6...v1.27.0-beta.7) (2024-11-07) ### Features * add definitions and config ✨ ([a49b010](a49b010)) * add repository on command and query ✨ ([94d254a](94d254a)) * adjust wire inject ✨ ([ca0ddb4](ca0ddb4)) * **transaction:** create connection files and add amqp on go.mod ✨ ([63f816f](63f816f)) * create mocks based on repositories ✨ ([f737239](f737239)) * create producer and consumer repositories ✨ ([474d2d0](474d2d0)) * create rabbitmq handler on ports/http ✨ ([96b6b23](96b6b23)) * create test to producer and consumer; ✨ ([929d825](929d825)) * implement handler; ✨ ([dc9df25](dc9df25)) * implement on cqrs; ✨ ([d122ba6](d122ba6)) * implement on routes; ✨ ([db9b12f](db9b12f)) * implement producer and consumer on adapters ✨ ([4ff04d4](4ff04d4)) * implement rabbitmq config, inject and wire; ✨ ([5baae29](5baae29)) * implement rabbitmq on ledger ✨ ([17a9c3d](17a9c3d)) * implementation mock ✨ ([481e856](481e856)) * implements producer and consumer with interface and implementation ✨ ([5dccc86](5dccc86)) * init of implementing rabbitmq ✨ ([ba9dc6f](ba9dc6f)) ### Bug Fixes * complete conn and health on rabbitmq 🐛 ([61d1431](61d1431)) * create new users to separate ledger and transaction 🐛 ([24f66c8](24f66c8)) * make lint 🐛 ([5a7847a](5a7847a)) * make lint; 🐛 ([3e55c43](3e55c43)) * mock 🐛 ([5b2d152](5b2d152)) * remove producer and consumer from commons 🐛 ([fec19a9](fec19a9)) * **transaction:** remove test handler 🐛 ([8081dcf](8081dcf)) * **ledger:** remove test handler; 🐛 ([2dc3803](2dc3803)) * remove unusued alias common 🐛 ([cdd77f1](cdd77f1)) * update amqp 🐛 ([b2d6d22](b2d6d22)) * update injection; 🐛 ([2da2b58](2da2b58))
- Loading branch information