Skip to content

Releases: kean/Pulse

Pulse 1.0.0

23 Apr 21:59
cf55d5d
Compare
Choose a tag to compare
  • [iOS] Replace List with UITableView to address some performance and usability issues
  • [iOS] Add console and network filters from Pulse Pro are now available on iOS
  • [iOS] Fix an issue with “Remove Messages” button not working on the Console screen
  • [iOS] Replace quick filters with "show only errors" button, which is now also available on Network screen. The remaining quick filters are now available on the Filters screen.
  • [iOS, watchOS] Add swipe action “Pin” for table cells
  • [All] Optimize some search filters
  • [iOS] Improve table cells design, allowing for more text to be displayed and making pins more visible

Pulse 0.20.2

13 Mar 21:57
Compare
Choose a tag to compare

Pulse 0.20.1

24 Dec 00:25
Compare
Choose a tag to compare
  • Add a default delegate value to URLSessionProxyDelegate init

Pulse 0.20.0

13 Nov 16:50
Compare
Choose a tag to compare
  • Fix #58: status code not shown when using Alamofire.EventMonitor
  • Request headers now display cookies
  • Add a way to filter out sensitive information using NetworkLogger (see willLogTask)
  • Add an option to disable sharing

Pulse 0.19.5

08 Nov 22:16
Compare
Choose a tag to compare
  • Fix raw HTTP headers not visible in dark mode
  • Move apps and demo projects to a separate repo, so the download is now a bit lighter

Pulse 0.19.4

05 Nov 22:34
Compare
Choose a tag to compare
  • Fix compilation on Xcode 13.2 beta - #54

Pulse 0.19.3

19 Oct 12:57
0c0184f
Compare
Choose a tag to compare

Pulse 0.19.2

18 Oct 16:54
Compare
Choose a tag to compare
  • Fix an issue with a URL hardcoded for testing on the summary page

Pulse 0.19.1

18 Oct 11:19
Compare
Choose a tag to compare
  • Temporarily remove PulseInternal

Pulse 0.19.0

17 Oct 16:18
Compare
Choose a tag to compare

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