-
-
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 #67
Merged
Merged
Develop to Main #67
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
…at, updated to double 🔨 🔨
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.6.0 to 5.7.1. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.6.0...v5.7.1) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…p/github.com/jackc/pgx/v5-5.7.1 chore(deps): bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1
## [1.9.1-beta.1](v1.9.0...v1.9.1-beta.1) (2024-09-17)
…ca service in docker-compose - Added a clean-up step to ensure the existing backup folder is properly handled before creating new backups. - This change helps to prevent potential conflicts or issues with stale backup data in the PostgreSQL replica service.
fix: add clean-up step for existing backup folder in postgresql replica service in docker-compose
## [1.10.0-beta.1](v1.9.1-beta.1...v1.10.0-beta.1) (2024-09-17) ### Bug Fixes * add clean-up step for existing backup folder in PostgreSQL replica service in docker-compose ([28be466](28be466)) * ensure pg_basebackup runs if directory or postgresql.conf file is missing ([9f9742e](9f9742e))
Feature/MZ-506
## [1.10.0-beta.2](v1.10.0-beta.1...v1.10.0-beta.2) (2024-09-19) ### Features * add grpc port to midaz on 50051 to run togheter with fiber ✨ ([a9c4551](a9c4551)) * add midaz version ✨ ([27c56aa](27c56aa)) * add proto url, address ✨ ([c92ee9b](c92ee9b)) * add version onn .env file ✨ ([fdfdac3](fdfdac3)) * create new method listbyalias to find accounts based on transaction dsl info ✨ ([113c00c](113c00c)) * create new route and server grpc and remove old account class ✨ ([c5d9101](c5d9101)) * generate new query to search account by ids ✨ ([aa5d147](aa5d147)) * grpc server starting with http sever togheter ✨ ([6d12e14](6d12e14)) * update account by id and get account by alias by grpc ✨ ([bf98e11](bf98e11)) ### Bug Fixes * add -d on docker compose up 🐛 ([0322e13](0322e13)) * adjust grpc account service 🐛 ([2679e9b](2679e9b)) * change print error to return error 🐛 ([2e28f92](2e28f92)) * go sec and go lint 🐛 ([8a91b07](8a91b07)) * remove fiber print startup 🐛 ([d47dd20](d47dd20)) * reorganize some class and update wire. 🐛 ([af0836b](af0836b)) * update version place in log 🐛 ([83980a8](83980a8))
qnen
approved these changes
Sep 19, 2024
approved! |
lfbarrile01
approved these changes
Sep 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
🎉 This PR is included in version 1.10.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