-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop to Main #117
Merged
Merged
Develop to Main #117
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## [1.16.0-beta.3](v1.16.0-beta.2...v1.16.0-beta.3) (2024-10-15) ### Features * implement get operation by portfolio ✨ ([35702ae](35702ae))
Feature/starting cli mdz
refactor: change message error to full payload 🔨
## [1.19.0-beta.2](v1.19.0-beta.1...v1.19.0-beta.2) (2024-10-17)
## [1.19.0-beta.4](v1.19.0-beta.3...v1.19.0-beta.4) (2024-10-18) ### Bug Fixes * add log; 🐛 ([3a71282](3a71282)) * add parentheses on find name or asset query; 🐛 ([9b71d2e](9b71d2e)) * add required in asset_code; 🐛 ([d2481eb](d2481eb)) * adjust to validate if exists code on assets; 🐛 ([583890a](583890a)) * create validation on code to certify that asset_code exist on assets before insert in accounts; 🐛 ([2375963](2375963)) * go sec and lint; 🐛 ([4d22c8c](4d22c8c)) * remove copyloopvar and perfsprint; 🐛 ([a181709](a181709)) * remove goconst 🐛 ([707be65](707be65)) * remove unique constraint on database in code and reference on accounts; 🐛 ([926ca9b](926ca9b))
Feature/MZ-546
## [1.19.0-beta.5](v1.19.0-beta.4...v1.19.0-beta.5) (2024-10-18) ### Features * require code ✨ ([40d1bbd](40d1bbd))
## [1.19.0-beta.6](v1.19.0-beta.5...v1.19.0-beta.6) (2024-10-18) ### Bug Fixes * asset validate create before to ledger_id 🐛 ([da0a22a](da0a22a))
## [1.19.0-beta.7](v1.19.0-beta.6...v1.19.0-beta.7) (2024-10-18) ### Features * adds UUID handler for routes with path parameters ✨ ([6153896](6153896)) * adds validation error for invalid path parameters ✨ ([270ecfd](270ecfd)) * implements handler for parsing UUID path parameters ✨ ([6baa571](6baa571)) ### Bug Fixes * better formatting for error message 🐛 ([d7135ff](d7135ff)) * remove asset_code validation on account 🐛 ([05b89c5](05b89c5)) * uses parsed uuid while creating asset 🐛 ([333bf49](333bf49)) * uses parsed uuid while deleting ledger by id 🐛 ([8dc3a97](8dc3a97)) * uses parsed uuid while deleting organization 🐛 ([866170a](866170a)) * uses parsed uuid while getting all organization ledgers 🐛 ([2260a33](2260a33)) * uses parsed uuid while getting and updating a ledger 🐛 ([ad1bcae](ad1bcae)) * uses parsed uuid while retrieving all assets from a ledger 🐛 ([aadf885](aadf885)) * uses parsed uuid while retrieving and updating asset 🐛 ([9c8b3a2](9c8b3a2)) * uses parsed uuid while retrieving organization 🐛 ([e2d2848](e2d2848)) * uses UUID to find asset 🐛 ([381ba21](381ba21))
ClaraTersi
approved these changes
Oct 18, 2024
maxwelbm
approved these changes
Oct 18, 2024
🎉 This PR is included in version 1.19.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Midaz Pull Request Checklist
Pull Request Type
Checklist
Please check each item after it's completed.
Additional Notes
Obs: Please always remember to target your PR to develop branch instead of main.