Skip to content

Merge release/1.9.8 - #39

Merged
gildas merged 7 commits into
masterfrom
release/1.9.8
Jul 7, 2026
Merged

gildas merged 7 commits into
masterfrom
release/1.9.8

Conversation

@gildas

@gildas gildas commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Release 1.9.8. Do not delete the release branch after the merge.

gildas added 5 commits June 25, 2026 23:55
Release 1.9.7

# -----BEGIN PGP SIGNATURE-----
#
# iHUEABYKAB0WIQQP29GNkRRfX7IUJjAAqdyOXpp+AAUCaj1BRQAKCRAAqdyOXpp+
# AIAkAQD+/BJh/mQqFNNRXSA2rCUu47tV2r0FhcVKJvYY90APVQEAyUoYgmy6sq3e
# ZJBPmgc4FIIgqE22JcEsyoLun9eMDQE=
# =gvua
# -----END PGP SIGNATURE-----
# gpg: Signature made Thu 25 Jun 2026 11:55:01 PM JST
# gpg:                using EDDSA key 0FDBD18D91145F5FB214263000A9DC8E5E9A7E00
# gpg: Good signature from "Gildas CHERRUEL <gildas@breizh.org>" [ultimate]
Copilot AI review requested due to automatic review settings July 7, 2026 15:42
@codecov

codecov Bot commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.14%. Comparing base (38a7ae6) to head (c6d07a6).
⚠️ Report is 8 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   95.12%   95.14%   +0.01%     
==========================================
  Files          32       32              
  Lines        1354     1359       +5     
==========================================
+ Hits         1288     1293       +5     
  Misses         65       65              
  Partials        1        1              
Flag Coverage Δ
unittests 95.14% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR merges the release/1.9.8 branch by bumping the library version to 1.9.8, updating Go module dependencies, and expanding the HTTP responseWriter wrapper to expose additional interfaces/behaviors.

Changes:

  • Bump VERSION from 1.9.7 to 1.9.8.
  • Update Go dependencies in go.mod/go.sum (notably Google API / gRPC related modules).
  • Add explicit Header() and Flush() methods (and a RoundTrip() method) to the HTTP responseWriter, with updated doc comments.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.

File Description
version.go Updates the library/application version string to 1.9.8.
logger-http.go Extends responseWriter with additional methods and associated documentation.
go.mod Bumps several module versions for the release.
go.sum Updates checksums to match the dependency version changes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread logger-http.go Outdated
Comment thread logger-http.go Outdated
@@ -58,34 +82,50 @@ func (w *responseWriter) Hijack() (net.Conn, *bufio.ReadWriter, error) {
return nil, nil, errors.Join(errors.New("ResponseWrite does not implement http.Hijaker"), errors.InvalidType.With("responseWriter", "Hijacker"))
Comment thread logger-http.go Outdated
Comment on lines +94 to +99
// RoundTrip executes a single HTTP transaction, returning
// a Response for the provided Request.
//
// RoundTrip should not attempt to interpret the response. In
// particular, RoundTrip must return err == nil if it obtained
// a response, regardless of the response's HTTP status code.
@gildas
gildas merged commit dfe1bb7 into master Jul 7, 2026
4 checks passed
@gildas
gildas deleted the release/1.9.8 branch July 7, 2026 16:05
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