Skip to content

release: v0.7.4#273

Merged
SoulPancake merged 5 commits intomainfrom
release/v0.7.4
Jan 21, 2026
Merged

release: v0.7.4#273
SoulPancake merged 5 commits intomainfrom
release/v0.7.4

Conversation

@SoulPancake
Copy link
Copy Markdown
Member

@SoulPancake SoulPancake commented Jan 20, 2026

Description

What problem is being solved?

How is it being solved?

What changes are made to solve it?

References

Review Checklist

  • I have clicked on "allow edits by maintainers".
  • I have added documentation for new/changed functionality in this PR or in a PR to openfga.dev [Provide a link to any relevant PRs in the references section above]
  • The correct base branch is being used, if not main
  • I have added tests to validate that the change in functionality is working as expected

Summary by CodeRabbit

  • New Features

    • Added HTTP request duration metric for monitoring performance.
  • Chores

    • Bumped SDK version to v0.7.4.
    • Updated OpenTelemetry dependencies to v1.39.0.
    • Updated golang.org/x/sync to v0.19.0.
    • Added google.golang.org/grpc v1.77.0 dependency.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 20, 2026

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

Walkthrough

This PR bumps the SDK version from v0.7.3 to v0.7.4 across the codebase. It updates version constants, changelog documentation, and dependency versions in all example module files, along with associated OpenTelemetry and utility package versions.

Changes

Cohort / File(s) Summary
Release metadata
CHANGELOG.md, internal/constants/constants.go
Added v0.7.4 changelog entry for the new HTTP request duration metric feature; updated SdkVersion and UserAgent constants from 0.7.3 to 0.7.4.
Example module dependencies
example/example1/go.mod, example/opentelemetry/go.mod, example/streamed_list_objects/go.mod
Bumped go-sdk replace directive and require statement from v0.7.3 to v0.7.4; updated OpenTelemetry packages (otel, otel/metric, otel/trace) from v1.38.0 to v1.39.0; updated golang.org/x/sync from v0.18.0 to v0.19.0. Streamed list objects example adds new local replace directive for go-sdk.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • jimmyjames
  • ewanharris
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'release: v0.7.4' directly and clearly summarizes the main change — a release version bump to v0.7.4, which aligns with the changeset that updates version constants, changelog, and dependency versions across the project.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 33.59%. Comparing base (0ccad6c) to head (8b527b2).

❌ Your project status has failed because the head coverage (33.59%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #273   +/-   ##
=======================================
  Coverage   33.59%   33.59%           
=======================================
  Files         115      115           
  Lines        9810     9810           
=======================================
  Hits         3296     3296           
  Misses       6252     6252           
  Partials      262      262           

☔ View full report in Codecov by Sentry.
📢 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.

@SoulPancake SoulPancake marked this pull request as ready for review January 20, 2026 15:05
@SoulPancake SoulPancake requested a review from a team as a code owner January 20, 2026 15:05
Copilot AI review requested due to automatic review settings January 20, 2026 15:05
@dosubot
Copy link
Copy Markdown

dosubot bot commented Jan 20, 2026

Related Documentation

Checked 5 published document(s) in 0 knowledge base(s). No updates required.

How did I do? Any feedback?  Join Discord

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 bumps the OpenFGA Go SDK version from v0.7.3 to v0.7.4, updating version constants, example module dependencies, and the changelog to reflect the new release.

Changes:

  • Updated SDK version constants from 0.7.3 to 0.7.4
  • Updated all example module dependencies to reference v0.7.4
  • Updated indirect dependencies (OpenTelemetry packages from 1.38.0 to 1.39.0, golang.org/x/sync from 0.18.0 to 0.19.0)
  • Added v0.7.4 release entry to CHANGELOG.md

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
internal/constants/constants.go Updated SdkVersion and UserAgent strings from 0.7.3 to 0.7.4
example/streamed_list_objects/go.mod Updated SDK version and indirect dependencies (OpenTelemetry, golang.org/x/sync)
example/opentelemetry/go.mod Updated SDK version and OpenTelemetry dependencies
example/example1/go.mod Updated SDK version and indirect dependencies (OpenTelemetry, golang.org/x/sync)
CHANGELOG.md Added v0.7.4 release section with changelog entries

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

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@example/streamed_list_objects/go.mod`:
- Around line 8-11: The go.mod contains a duplicate replace directive for the
module github.com/openfga/go-sdk (one versioned: "replace
github.com/openfga/go-sdk v0.7.4 => ../../" and one version-less: "replace
github.com/openfga/go-sdk => ../.."); remove the redundant version-less replace
(the second occurrence) so only the versioned replace remains to avoid ambiguity
and confusion in module resolution.

@socket-security
Copy link
Copy Markdown

socket-security bot commented Jan 20, 2026

Updated release date for version 0.7.4 and added new features and fixes.
@SoulPancake SoulPancake added this pull request to the merge queue Jan 21, 2026
Merged via the queue into main with commit e4a5781 Jan 21, 2026
16 checks passed
@SoulPancake SoulPancake deleted the release/v0.7.4 branch January 21, 2026 10:04
@coderabbitai coderabbitai bot mentioned this pull request Feb 23, 2026
4 tasks
@coderabbitai coderabbitai bot mentioned this pull request Apr 2, 2026
4 tasks
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.

4 participants