-
Notifications
You must be signed in to change notification settings - Fork 268
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
Release v1.7.0 #651
Merged
Merged
Release v1.7.0 #651
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
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.170.0 to 0.171.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.170.0...v0.171.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add Access Control Allow Headers to CORS middleware * fix failing tests * fix cors test --------- Co-authored-by: vipul-rawat-zs <vipul.rawat@zopsmart.com>
* standardising log content * clean the sql and redis queries before logging queries * add clean function using regex to remove unnecessary spaces in sql query * standardize log messages
Improve Logs
Create pull_request_template.md
Remove error for .local.env
* updated the docs * log errors as well when migrations are rolled back * add version in Migration rolled back log * update health check URL in docs and add documentation for supporting diff envirnoment for configs * fix ports and remove unused commands in contributing.md * refactor configurations doc * add docs for connecting to different sql db dialects * Update go.yml kafka port * fix build fail for configuration quick start * revert port change for kafka --------- Co-authored-by: Raramuri <raramuri@172-0-65-194.lightspeed.miamfl.sbcglobal.net> Co-authored-by: mehrotra234 <aryanmehrotra2000@gmail.com> Co-authored-by: Aryan Mehrotra <44036979+aryanmehrotra@users.noreply.github.com> Co-authored-by: Vipul Rawat <vipul.rawat@zopsmart.com>
* add Mongo interface * add Logger to app * modify Mongo interface * add godoc and web doc * add nav for injecting-database-drivers --------- Co-authored-by: Srijan Rastogi <44723623+srijan-27@users.noreply.github.com>
--------- Co-authored-by: Raramuri <raramuri@172-0-65-194.lightspeed.miamfl.sbcglobal.net>
* initial commit * add DELETE handler functionality * restructure code and refactor code parts * separate out code in file crud_from_struct * refactor code * resolve some of the linters * add GetAll and Put implementations * resolve linters * create struct entityConfig for getting entity info * fix duplicate entity resp in getall * add method verifyHandlerSignature to verify overriding of handlers * add comments and rename file to crud_hanlers.go * refactor implementation with interface * update example for crud * update readme | add integration tests * update branch * add migration for user table * change migration name to timestamp * fix migrations versioning * fix test | add log | fix linters * add test for delete handler * fix test | add log | fix linters * add test for Get, Delete and Patch Handler * resolve linters and add test for create and getall handlers * add docs for crud from struct * refactoring vars & docs * refactor NewEmptyContainer with NewContainer * change method name from CRUDFromStruct to AddRESTHandlers * update docs with AddRESTHandlers * fix tests | review comments --------- Co-authored-by: umang01-hash <mundhraumang.02@gmail.com>
* upgrade go version and fix main path * upgrade go version and add missing Dockerfiles
…lang.org/grpc-1.64.0 Bump google.golang.org/grpc from 1.63.2 to 1.64.0
…nfigs_documentation
add configs documentation
* Add new properties to configure kafka producer batch behavior. * Test fixes, docs update. --------- Co-authored-by: Aryan Mehrotra <44036979+aryanmehrotra@users.noreply.github.com>
change table format in config documentation
--------- Co-authored-by: Aryan Mehrotra <44036979+aryanmehrotra@users.noreply.github.com>
srijan-27
approved these changes
May 27, 2024
Umang01-hash
approved these changes
May 27, 2024
vipul-rawat
approved these changes
May 27, 2024
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.
Release v1.7.0
✨ Features
REQUEST_TIMEOUT
for HTTP, with default value of 5 sec. (En/request timeout #628)🐞 Fixes
NOTE: UseMongo() is deprecated in this version, and will be removed in the upcoming versions. Please use AddMongo() instead.
Change log : v1.6.1...v1.7.0