Skip to content
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 28 commits into from
Feb 3, 2025
Merged

Release/v10.0.0 #218

merged 28 commits into from
Feb 3, 2025

Conversation

dawiddzhafarov
Copy link
Contributor

10.0.0 (Feb 3, 2025)

BREAKING CHANGES:

  • APPSEC

    • Renamed field FirewallPolicyIds to FirewallPolicyIDs in the following structures:
      • Siemexp
      • RatePolicyAPISelectors
      • GetSiemSettingsResponse
      • UpdateSiemSettingsRequest
      • RemoveSiemSettingsRequest
    • Removed the deprecated NetworkLayerProtection interface containing these methods:
      • GetNetworkLayerProtections
      • GetNetworkLayerProtection
      • UpdateNetworkLayerProtection
      • RemoveNetworkLayerProtection
    • Removed these deprecated methods:
      • GetExportConfigurations
      • GetPenaltyBoxes
      • GetRatePolicyAction
      • RemovePolicyProtections
      • GetSlowPostProtectionSetting
      • GetWAFModes
  • BOTMAN

    • Removed the deprecated ChallengeInterceptionRules interface containing these methods:
      • GetChallengeInterceptionRules
      • UpdateChallengeInterceptionRules
  • CPS

    • Removed the deprecated UpdateChange method.
  • IAM

    • Removed the deprecated UpdateTFA method.
  • Logging

    • Changed logger from apex to the custom interface
      • Logger method differences:
        • A new method 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.
          • The Entry (documentation) type no longer exists in the new logger, With instead of Entry returns a new logger instance with new fields.
        • Logging methods (Fatal, Error, Warn, Info, Debug) can accept key-value pairs in addition to a message,
          • The attribute arguments are processed as follows: If an argument is a string and this is not the last argument, the following argument is treated as the value and the two are combined into an key - value pair. Otherwise, the argument is treated as a value with key "!BADKEY".
          • formatted logging methods (Fatalf, Errorf, Warnf, Infof, Debugf) remain unchanged.
    • By default slog with custom handler is used.
    • log.Interface allows users to define default logger with SetLogger method and provides option to use different logger backend.
      • Instructions on using different logger backends can be found in pkg/log/README.md file
    • Log output structure have changed slightly,
      • Time format was adjusted, logger will use 24-hour clock with milliseconds instead of 12-hour clock used previously.
  • Networklists

    • Renamed field UniqueIds to UniqueIDs in the following structures:
      • GetNetworkListSubscriptionRequest
      • UpdateNetworkListSubscriptionRequest
      • RemoveNetworkListSubscriptionRequest

FEATURES/ENHANCEMENTS:

BUG FIXES:

  • DNS
    • Fixed an incorrect URL for the ListGroups method.

wzagrajcz and others added 28 commits November 14, 2024 16:12
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
@dawiddzhafarov dawiddzhafarov merged commit a4ebb84 into master Feb 3, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

10 participants