Skip to content

Commit

Permalink
chore(release): 1.34.0-beta.2
Browse files Browse the repository at this point in the history
## [1.34.0-beta.2](v1.34.0-beta.1...v1.34.0-beta.2) (2024-12-19)

### Features

* add http utils func that help to get idempotency key and ttl ([cce1bcf](cce1bcf))
* create a func that convert uuid.string to uuid ✨ ([f535250](f535250))
* create a string to sha-256 convert func ✨ ([c675219](c675219))
* create header key to Idempotency and ttl ✨ ([b9124ed](b9124ed))
* create Idempotency business error ([4c18470](4c18470))

### Bug Fixes

* adjust redis consumer 🐛 ([f7edc63](f7edc63))
* go test 🐛 ([ab60f3b](ab60f3b))
* golint 🐛 ([32083c3](32083c3))
* update go mod 🐛 ([5ead58a](5ead58a))
  • Loading branch information
lerian-studio committed Dec 19, 2024
1 parent 8b1189d commit 78a17d9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [1.34.0-beta.2](https://github.com/LerianStudio/midaz/compare/v1.34.0-beta.1...v1.34.0-beta.2) (2024-12-19)


### Features

* add http utils func that help to get idempotency key and ttl ([cce1bcf](https://github.com/LerianStudio/midaz/commit/cce1bcfc8add465849cb1d36caad7a29ba883648))
* create a func that convert uuid.string to uuid :sparkles: ([f535250](https://github.com/LerianStudio/midaz/commit/f53525007586cb61bcee7a21406fca2036d062f2))
* create a string to sha-256 convert func :sparkles: ([c675219](https://github.com/LerianStudio/midaz/commit/c675219aeba97b08151e10c2f4e3a228cbed4094))
* create header key to Idempotency and ttl :sparkles: ([b9124ed](https://github.com/LerianStudio/midaz/commit/b9124ed2991f2caae8c04880bbcdfc7151f30e63))
* create Idempotency business error ([4c18470](https://github.com/LerianStudio/midaz/commit/4c18470c9ce56ae1e5d59f8ea1af55627539d1d8))


### Bug Fixes

* adjust redis consumer :bug: ([f7edc63](https://github.com/LerianStudio/midaz/commit/f7edc63b4a775bcc5fdb32ac57f5557dc973bad9))
* go test :bug: ([ab60f3b](https://github.com/LerianStudio/midaz/commit/ab60f3bf4dc6ff58ad9ce4f2ceb417aa0e049512))
* golint :bug: ([32083c3](https://github.com/LerianStudio/midaz/commit/32083c3deb72794b43cb3928e03a5fe1a1ad8c19))
* update go mod :bug: ([5ead58a](https://github.com/LerianStudio/midaz/commit/5ead58af6b04569123c6d9ef52128e1b962b3c05))

## [1.34.0-beta.1](https://github.com/LerianStudio/midaz/compare/v1.33.0...v1.34.0-beta.1) (2024-12-19)


Expand Down

0 comments on commit 78a17d9

Please sign in to comment.