-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Release/v1.38.0 #1677
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
Merged
Merged
Release/v1.38.0 #1677
Conversation
This file contains hidden or 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.228.0 to 0.229.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.228.0...v0.229.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-version: 0.229.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the go_modules group with 1 update: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.37.0 to 0.38.0 - [Commits](golang/net@v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
…t/go_modules/google.golang.org/api-0.229.0
…olang.org/api-0.229.0 Bump google.golang.org/api from 0.228.0 to 0.229.0
doc: fix gofr.dev link
Update migration docs
* Update go version in Dockerfile * update go version to 1.24 across all docker files --------- Co-authored-by: umang01-hash <mundhraumang.02@gmail.com> Co-authored-by: Aryan Mehrotra <aryanmehrotra2000@gmail.com>
* minor * enabled the usetesting and used fixed usetesting command to fix some issue * removed unused context from import * updated go.work.sum after rebase * removed usetesting unused settings * reverted the go.work.sum file * resolve linter in gofr/config dir --------- Co-authored-by: umang01-hash <mundhraumang.02@gmail.com> Co-authored-by: Aryan Mehrotra <aryanmehrotra2000@gmail.com>
enhance circuit breaker doc
aryanmehrotra
approved these changes
Apr 24, 2025
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.38.0
🚀 Features
Elasticsearch Integration Support
GoFr now supports Elasticsearch as a pluggable data source with a standard interface for document indexing, searching, and cluster management.
Developers can inject any compatible Elasticsearch client that implements the following interface:
Official GoFr-compatible driver is available via:
Example usage in your
main.go
:Checkout our official documentation for more details.