Skip to content

3.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jul 18:32
d447711

New

  • LogCategory public enum (.request, .response) to categorize log output.

Change

  • AdyenNetworking now logs via Apple's unified logging system (os.Logger / osLog) instead of print, giving cleaner, categorized, privacy-aware output that integrates with Console.app. (#63)

  • The @_spi(AdyenInternal) global adyenPrintAsJSON signature changed from adyenPrintAsJSON(_ data: Data, fileId:) to adyenPrintAsJSON(_ data: Data, _ category: LogCategory = .request, label: String = ""). The fileId parameter was removed in favor of category/label.