Skip to content

Commit

Permalink
chore(release): 1.27.0-beta.7
Browse files Browse the repository at this point in the history
## [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
lerian-studio committed Nov 7, 2024
1 parent c8dfc96 commit fad7e91
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## [1.27.0-beta.7](https://github.com/LerianStudio/midaz/compare/v1.27.0-beta.6...v1.27.0-beta.7) (2024-11-07)


### Features

* add definitions and config :sparkles: ([a49b010](https://github.com/LerianStudio/midaz/commit/a49b010269122600bdf6ed0fa02a5b6aa9f703d4))
* add repository on command and query :sparkles: ([94d254a](https://github.com/LerianStudio/midaz/commit/94d254ae9e74ce7ac9509e625228eba019b4e7a1))
* adjust wire inject :sparkles: ([ca0ddb4](https://github.com/LerianStudio/midaz/commit/ca0ddb40cd490353126108fe36334241f7cb714c))
* **transaction:** create connection files and add amqp on go.mod :sparkles: ([63f816f](https://github.com/LerianStudio/midaz/commit/63f816fcc7d64b570b8495a1ee338e6891ee520a))
* create mocks based on repositories :sparkles: ([f737239](https://github.com/LerianStudio/midaz/commit/f737239876cf9ad944289e4d3ea1491bf37003dd))
* create producer and consumer repositories :sparkles: ([474d2d0](https://github.com/LerianStudio/midaz/commit/474d2d052a32930b75e4abb3cd1be6dc04da1092))
* create rabbitmq handler on ports/http :sparkles: ([96b6b23](https://github.com/LerianStudio/midaz/commit/96b6b23c9a0e6e8b31ea3329f3b7082a0ecdcb93))
* create test to producer and consumer; :sparkles: ([929d825](https://github.com/LerianStudio/midaz/commit/929d825ba8749aab4520e4dac7a8109125f27952))
* implement handler; :sparkles: ([dc9df25](https://github.com/LerianStudio/midaz/commit/dc9df25a6c770a7f361094bd835ae042ad5a1aec))
* implement on cqrs; :sparkles: ([d122ba6](https://github.com/LerianStudio/midaz/commit/d122ba63d7652188622a7a6795616b19fdc86153))
* implement on routes; :sparkles: ([db9b12f](https://github.com/LerianStudio/midaz/commit/db9b12fc69f37e63e7b2006638acd439d3f51035))
* implement producer and consumer on adapters :sparkles: ([4ff04d4](https://github.com/LerianStudio/midaz/commit/4ff04d4295d7adf12f96815070c2f987bb6cc231))
* implement rabbitmq config, inject and wire; :sparkles: ([5baae29](https://github.com/LerianStudio/midaz/commit/5baae29c08e680c65419c7457ec1adc1ce6d4f9a))
* implement rabbitmq on ledger :sparkles: ([17a9c3d](https://github.com/LerianStudio/midaz/commit/17a9c3da33d2c6a8c9720b7d5d7c550a98b35a04))
* implementation mock :sparkles: ([481e856](https://github.com/LerianStudio/midaz/commit/481e856bf004dc4539c0105cba7bd3d05859c1e5))
* implements producer and consumer with interface and implementation :sparkles: ([5dccc86](https://github.com/LerianStudio/midaz/commit/5dccc86eeb1847dc8dc99d835b6a0fed5888b043))
* init of implementing rabbitmq :sparkles: ([ba9dc6f](https://github.com/LerianStudio/midaz/commit/ba9dc6f567d592ba6628ea61273d970e867b53e6))


### Bug Fixes

* complete conn and health on rabbitmq :bug: ([61d1431](https://github.com/LerianStudio/midaz/commit/61d143170704a8cb35b33395e61812fc31f206f5))
* create new users to separate ledger and transaction :bug: ([24f66c8](https://github.com/LerianStudio/midaz/commit/24f66c8bb43938a5e44206853153542b51a9471c))
* make lint :bug: ([5a7847a](https://github.com/LerianStudio/midaz/commit/5a7847aea01f89d606604c4311e4539347ba26f3))
* make lint; :bug: ([3e55c43](https://github.com/LerianStudio/midaz/commit/3e55c436db91bb34c2f61a3671313eaf449988a9))
* mock :bug: ([5b2d152](https://github.com/LerianStudio/midaz/commit/5b2d152ff987638a36bc643796aa9d755b0e53fc))
* remove producer and consumer from commons :bug: ([fec19a9](https://github.com/LerianStudio/midaz/commit/fec19a901d4af1ec05eaf488ab721c501d2b9714))
* **transaction:** remove test handler :bug: ([8081dcf](https://github.com/LerianStudio/midaz/commit/8081dcf69a654132062a8915cff02b0213765d03))
* **ledger:** remove test handler; :bug: ([2dc3803](https://github.com/LerianStudio/midaz/commit/2dc38035c3db16ea905fd5955eb99788af8edb70))
* remove unusued alias common :bug: ([cdd77f1](https://github.com/LerianStudio/midaz/commit/cdd77f1681cc8a5ef90a8aaf62592ab7aec91b76))
* update amqp :bug: ([b2d6d22](https://github.com/LerianStudio/midaz/commit/b2d6d22d48251c6b377b503dbf848b07e7c09fc9))
* update injection; :bug: ([2da2b58](https://github.com/LerianStudio/midaz/commit/2da2b5808844b9f248c9d557647e5851d815393d))

## [1.27.0-beta.6](https://github.com/LerianStudio/midaz/compare/v1.27.0-beta.5...v1.27.0-beta.6) (2024-11-07)


Expand Down

0 comments on commit fad7e91

Please sign in to comment.