Releases: kean/Pulse
Releases · kean/Pulse
Pulse 1.0.0
- [iOS] Replace
List
withUITableView
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
- Fix multi-threading crash - #69, thanks to Scott Gruby
- Make
SettingsView
public - #68, thanks to Martin Daum
Pulse 0.20.1
- Add a default
delegate
value toURLSessionProxyDelegate
init
Pulse 0.20.0
- 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
(seewillLogTask
) - Add an option to disable sharing
Pulse 0.19.5
- 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
- Fix compilation on Xcode 13.2 beta - #54
Pulse 0.19.3
- Remove unused
PulseInternal
target - #51, thanks to Agapov Alexey
Pulse 0.19.2
- Fix an issue with a URL hardcoded for testing on the summary page
Pulse 0.19.1
- Temporarily remove
PulseInternal
Pulse 0.19.0
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
toLoggerMessageEntity
- 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
- [All Platforms] Display additional HTTP headers - #41