Skip to content
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 205 commits into from
May 27, 2024
Merged

Release v1.7.0 #651

merged 205 commits into from
May 27, 2024

Conversation

aryanmehrotra
Copy link
Member

@aryanmehrotra aryanmehrotra commented May 27, 2024

Release v1.7.0

✨ Features

🐞 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

dependabot bot and others added 30 commits March 26, 2024 10:33
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
Create pull_request_template.md
* 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
srijan-27 and others added 23 commits May 20, 2024 14:44
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…lang.org/grpc-1.64.0

Bump google.golang.org/grpc from 1.63.2 to 1.64.0
* 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>
@aryanmehrotra aryanmehrotra requested a review from srijan-27 May 27, 2024 05:38
@srijan-27 srijan-27 merged commit 0315981 into main May 27, 2024
11 of 12 checks passed
@srijan-27 srijan-27 deleted the release/v1.7.0 branch May 27, 2024 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.