Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: version 2.9.2#4405

Merged
hailaz merged 3 commits intomasterfrom
fix/v2.9.2
Sep 1, 2025
Merged

fix: version 2.9.2#4405
hailaz merged 3 commits intomasterfrom
fix/v2.9.2

Conversation

@hailaz
Copy link
Contributor

@hailaz hailaz commented Sep 1, 2025

No description provided.

@hailaz hailaz requested review from Copilot and houseme September 1, 2025 07:01

This comment was marked as outdated.

@houseme houseme requested a review from Copilot September 1, 2025 07:11
Copy link
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 updates the GoFrame version from v2.9.1 to v2.9.2 and includes some code improvements related to context handling and error handling.

  • Version bump from v2.9.1 to v2.9.2 across the main library and all contrib modules
  • Implementation of typed context keys to prevent context key collisions
  • Simplification of timer loop logic using range-based iteration

Reviewed Changes

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

Show a summary per file
File Description
version.go Updates main version constant to v2.9.2
os/gtimer/gtimer_timer_loop.go Simplifies timer loop using range over channel
net/ghttp/ghttp_server.go Adds blank identifier to ignore table operation return values
net/ghttp/ghttp_request_param_page.go Adds nolint directive for deprecated package import
database/gdb/gdb_core_transaction.go Introduces typed context keys and updates transaction key handling
database/gdb/gdb_core.go Uses typed context key instead of string literal
database/gdb/gdb.go Defines typed context key constants
Multiple contrib/*/go.mod files Updates dependency versions from v2.9.1 to v2.9.2

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@hailaz hailaz merged commit 502d158 into master Sep 1, 2025
27 checks passed
@hailaz hailaz deleted the fix/v2.9.2 branch September 1, 2025 07:33
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