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

Bump gofr.dev from 1.26.0 to 1.28.2 #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps gofr.dev from 1.26.0 to 1.28.2.

Release notes

Sourced from gofr.dev's releases.

v1.28.2

Release v1.28.2

Fixes 🛠️️ :

  • Set Content-Type: application/json for HTTP service that doesn't explicitly provide a content type, when calling GET, POST, or similar methods during interservice communication.

v1.28.1

Release v1.28.1

🛠️ Fixes:

  1. Improved Static File Metrics

    • Metrics middleware now accurately identifies and tracks static file requests, including handling file paths with query parameters.

    Example: Metrics will now correctly log /static/example.js or /static/example.js?v=42.

  2. Subscription Handler Validation

    • Improved error handling in App.Subscribe().
    • Ensures that topic and handler parameters are validated to prevent runtime errors.
    • Logs detailed error messages for invalid subscriptions.

v1.28.0

✨ Features:

Custom Response Headers Support: Users can add custom HTTP response headers using the Response struct. This feature helps add extra information, such as security policies or other metadata, to improve communication between clients and servers.

  • Example usage:
        return response.Response{
            Data:    "Hello World from new Server",
            Headers: map[string]string{"X-Custom-Header": "CustomValue", "X-Another-Header": "AnotherValue"},
        }` 

OpenTSDB Support:
Users can integrate OpenTSDB to store and retrieve time-series data.

  • Methods include:

    • PutDataPoints: Send data to OpenTSDB.
    • QueryDataPoints: Retrieve data based on specified parameters.
    • GetAggregators: Get available aggregation functions.
    • QueryAnnotation, PostAnnotation, PutAnnotation, DeleteAnnotation: Manage annotations in OpenTSDB.
  • To import GoFr's external OpenTSDB driver: go get gofr.dev/pkg/gofr/datasource/opentsdb@latest

</tr></table> 

... (truncated)

Commits
  • 16de8ae Merge pull request #1292 from gofr-dev/release/v1.28.2
  • 990d405 Merge branch 'development' of github.com:gofr-dev/gofr into release/v1.28.2
  • c16e3e2 update package name (#1293)
  • 8ccc102 release GoFr v1.28.2
  • 1ccaa50 Merge branch 'main' of github.com:gofr-dev/gofr into release/v1.28.2
  • ca75445 Upgrade linter to v1.62
  • 382deef Merge pull request #1288 from ccoveille-forks/typos-suggestion
  • bc808b3 Merge branch 'development' into typos-suggestion
  • 313163f Updated createAndSendRequest to add headers (#1277)
  • 6f6f17a Merge pull request #1285 from gofr-dev/dependabot/go_modules/cloud.google.com...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gofr.dev](https://github.com/gofr-dev/gofr) from 1.26.0 to 1.28.2.
- [Release notes](https://github.com/gofr-dev/gofr/releases)
- [Commits](gofr-dev/gofr@v1.26.0...v1.28.2)

---
updated-dependencies:
- dependency-name: gofr.dev
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants