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

feat: custom headers can be specified for queries/writes #90

Merged
merged 5 commits into from
Apr 3, 2024

Conversation

bednar
Copy link
Member

@bednar bednar commented Mar 27, 2024

Proposed Changes

Custom HTTP/gRPC headers can be specified globally by config or per request.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • Tests pass
  • Commit messages are conventional
  • Sign CLA (if not already signed)

Copy link

codecov bot commented Mar 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.70%. Comparing base (d148532) to head (27f4e5b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #90      +/-   ##
==========================================
+ Coverage   95.59%   95.70%   +0.11%     
==========================================
  Files          12       12              
  Lines        1044     1072      +28     
  Branches      130      136       +6     
==========================================
+ Hits          998     1026      +28     
  Misses         11       11              
  Partials       35       35              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bednar bednar marked this pull request as ready for review March 28, 2024 05:54
@bednar bednar requested a review from karel-rehor March 28, 2024 05:54
Copy link
Contributor

@karel-rehor karel-rehor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests past locally for me with dotnet 8.0.202. Everything makes sense.

@bednar bednar added this to the 0.6.0 milestone Apr 3, 2024
@bednar bednar merged commit acf255f into main Apr 3, 2024
11 checks passed
@bednar bednar deleted the request-headers branch April 3, 2024 05:44
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.

2 participants