Skip to content

Pulse 0.19.0

Compare
Choose a tag to compare
@kean kean released this 17 Oct 16:18

PulseCore

  • Rename the folder that Pulse creates in Logs/ directory to com.github.kean.logger. Previously, it was using .pulse as a suffix which was conflicting with the extension used for Pulse documents - #48, thanks to Agapov Alexey
  • Add filename to LoggerMessageEntity
  • Add URLSession configuration information to logged network requests, including httpAdditionalHeaders
  • Coalesce disk writes to reduce disk usage
  • Perform less work on the logger's caller's thread
  • Catch all Objective-C exceptions (just in case)
  • Fix a warning that the logger would write into the console during initialization

PulseUI