Merging to release-1.14.1: Update gorm and storage deps (#977)#981
Conversation
* update gorm to master * update storage (cherry picked from commit 5781f05)
🚨 Jira Linter FailedCommit: The Jira linter failed to validate your PR. Please check the error details below: 🔍 Click to view error detailsNext Steps
This comment will be automatically deleted once the linter passes. |
|
This pull request updates two core dependencies: Files Changed Analysis
Architecture & Impact AssessmentThis PR updates foundational libraries for data persistence within Tyk Pump.
graph TD
subgraph Tyk Pump
A[SQL Pumps] --> B[gorm.io/gorm];
C[Mongo Pumps] --> D[TykTechnologies/storage];
end
subgraph Dependencies
B -- Updated to new commit --> E[SQL Databases];
D -- Updated v1.3.0 to v1.3.1 --> F[MongoDB];
end
Scope Discovery & Context ExpansionThe impact of this PR is determined by the changes within the updated dependencies. Given the minor version bump in
While the changes in this repository are minimal, a thorough review would involve examining the changelogs for Metadata
Powered by Visor from Probelabs Last updated: 2026-04-17T18:29:51.387Z | Triggered by: pr_opened | Commit: c5c9bd0 💡 TIP: You can chat with Visor using |
✅ Security Check PassedNo security issues found – changes LGTM. ✅ Security Check PassedNo security issues found – changes LGTM. \n\n✅ Architecture Check PassedNo architecture issues found – changes LGTM. Performance Issues (2)
Powered by Visor from Probelabs Last updated: 2026-04-17T18:29:41.694Z | Triggered by: pr_opened | Commit: c5c9bd0 💡 TIP: You can chat with Visor using |
Update gorm and storage deps (#977)
update gorm to master
update storage