fix(deps): update module github.com/akamai/akamaiopen-edgegrid-golang/v9 to v10 #728
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.
This PR contains the following updates:
v9.1.0
->v10.0.0
Release Notes
akamai/AkamaiOPEN-edgegrid-golang (github.com/akamai/AkamaiOPEN-edgegrid-golang/v9)
v10.0.0
: Edgegrid v10.0.0 releaseCompare Source
EDGEGRID GOLANG RELEASE NOTES
10.0.0 (Feb 3, 2025)
BREAKING CHANGES:
APPSEC
FirewallPolicyIds
toFirewallPolicyIDs
in the following structures:Siemexp
RatePolicyAPISelectors
GetSiemSettingsResponse
UpdateSiemSettingsRequest
RemoveSiemSettingsRequest
NetworkLayerProtection
interface containing these methods:GetNetworkLayerProtections
GetNetworkLayerProtection
UpdateNetworkLayerProtection
RemoveNetworkLayerProtection
GetExportConfigurations
GetPenaltyBoxes
GetRatePolicyAction
RemovePolicyProtections
GetSlowPostProtectionSetting
GetWAFModes
BOTMAN
ChallengeInterceptionRules
interface containing these methods:GetChallengeInterceptionRules
UpdateChallengeInterceptionRules
CPS
UpdateChange
method.IAM
UpdateTFA
method.Logging
With
has been added that condenses the apex methods (WithError
,WithField
,WithFields
,WithDuration
) into one.WithError
,WithField
,WithFields
,WithDuration
methods are not included in the new logger.Entry
(documentation) type no longer exists in the new logger,With
instead ofEntry
returns a new logger instance with new fields.Fatal
,Error
,Warn
,Info
,Debug
) can accept key-value pairs in addition to a message,Fatalf
,Errorf
,Warnf
,Infof
,Debugf
) remain unchanged.slog
with custom handler is used.log.Interface
allows users to define default logger withSetLogger
method and provides option to use different logger backend.pkg/log/README.md
fileNetworklists
UniqueIds
toUniqueIDs
in the following structures:GetNetworkListSubscriptionRequest
UpdateNetworkListSubscriptionRequest
RemoveNetworkListSubscriptionRequest
FEATURES/ENHANCEMENTS:
General
1.22
.session.Option
.APPSEC
PAPI
OriginalInput
parameter in theGetRuleTreeRequest
to allow returning upgraded content of rules. When omitted it is equal to true, meaning that returned rules are exactly as sent.BUG FIXES:
ListGroups
method.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.