feat: upgrade ent to v0.14.5 & casbin to v2.135.0#31
Merged
hsluoyz merged 1 commit intoapache:masterfrom Dec 11, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR upgrades two major dependencies: ent ORM framework from v0.14.2 to v0.14.5 and casbin authorization library from v2.103.0 to v2.135.0. The changes primarily consist of version updates in dependency files and auto-generated code from the ent code generator, which has been regenerated to match the new ent version.
Key Changes:
- Updated
entdependency to v0.14.5 - Updated
casbinto v2.135.0 - Regenerated ent-generated code with updated naming conventions (shortened receiver names like
_m,_q,_u,_d,_c,_g,_sand parameter names likevinstead ofs,tinstead oftable)
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updates Go version and direct/indirect dependencies including ent and casbin |
| go.sum | Updates checksums for all upgraded dependencies and their transitive dependencies |
| ent/runtime/runtime.go | Updates ent version constant and checksum to v0.14.5 |
| ent/ent.go | Renames function parameters from descriptive names to shorter single-letter names |
| ent/client.go | Renames method parameters to use underscore-prefixed short names (_m) |
| ent/casbinrule_update.go | Renames receiver variables from cru/cruo to _u and parameters from s to v |
| ent/casbinrule_query.go | Renames receiver variable from crq to _q throughout query methods |
| ent/casbinrule_delete.go | Renames receiver variable from crd/crdo to _d throughout delete methods |
| ent/casbinrule_create.go | Renames receiver variable from crc/crcb to _c and parameters throughout |
| ent/casbinrule.go | Renames receiver variable from cr to _m in model methods |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
entversion to0.14.5Casbinversion to2.135.0entfiles