-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/v10.0.0 #218
Merged
Merged
Release/v10.0.0 #218
Conversation
This file contains 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
Merge in DEVEXP/akamaiopen-edgegrid-golang from feature/DXE-4197 to develop
Merge in DEVEXP/akamaiopen-edgegrid-golang from feature/DXE-4567-upgrade-golang.org-x-net-html-to-0.33.0-and-github.com-go-git-go-git-v5-to-5.13.0 to develop
Merge in DEVEXP/akamaiopen-edgegrid-golang from feature/copyright-2025-update to develop
…to accept multiple client identifiers
mgwoj
approved these changes
Feb 3, 2025
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.
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.