Kean Pulse Versions Save

Network Logger for Apple platforms

4.0.5

5 months ago
  • Update documentation on custom views
  • Minor fixes and improvements in the UI

4.0.4

6 months ago
  • Fix #217: arithmetic overflow when the the number of deduplicated data links exceed the size limit

Note: the new precompiled frameworks were built using Xcode 15.0.1

4.0.3

8 months ago
  • Improve performance of recording network tasks significantly
  • Improve NetworkLogger performance
  • Fix an issue with requests from the previous app run being displayed as pending
  • Add a "Mock" badge for mocked requests when exporting the store using one of the text formats

4.0.2

8 months ago
  • Fix an issue with list not displaying older messages (iOS)
  • Update JSON color theme (watchOS)
  • The console now fully adopts your app's accent color (iOS, watchOS, macOS, tvOS)
  • Move "Store Info" button to Settings (iOS)
  • Network inspector will now show a "current" request by default and remember your selection (see UserSettings.shared.isShowingCurrentRequest)

4.0.1

9 months ago
  • Fix #211: crash when opening network details on iOS
  • Fix #208: searching removes the backgroundColor of decoding error highlighted text – #210 by @Ahattalla

New Contributors

4.0.0

9 months ago

Requirements

  • Set the minimum platform requirements to iOS 14.0, tvOS 15.0, watchOS 8.0, macOS 12.0. ConsoleView is available on iOS 15, but you can still integrate the framework in apps that support earlier iOS versions.
  • Increase the minimum supported Xcode version to Xcode 14.1
  • Add Xcode 15 support
  • Add iOS 17, tvOS 17, watchOS 10, macOS 14 support
  • Remove APIs deprecated in Pulse 3.x

Remote Logging

  • Add support for the new Pulse for Mac app coming to App Store this month. You can try it now by joining the public beta. More information on the app will be available soon.
  • Redesign the remote settings screen making it easier to connect to Pulse for Mac. The new screen has improved error handling and shows instructions on configuring the app to use it. It now also remembers all recently connected devices, so if you use more than one Mac for development, it will remember both.
  • Add support for password-protected and encrypted connections to Pulse for Mac
  • Add a way to "Forget the Device" without disabling the remote logger
  • Fix synchronization issues in the remote logger
  • Add "Show on Mac" feature that allows you to quickly open a log details page selected in the iOS app on a Mac without even starting the remote logging (iOS only)
  • Add missing NSBonjourServices plist setting to the demo project that was preventing the demo app from connecting on a local network

Features

  • [iOS] The "network" tab is now the first item in the menu and is selected by default. The selection is now also sticky.
  • [iOS] Add a way to display custom HTTP headers directly in the Console - #196 by @tahirmt
  • [iOS] Add quick filters by host, and url to the network task context menus
  • [iOS] When you import store from watchOS, it now shows an "Open Store" button directly in the Console
  • Add a public UserSettings class that allows you to programmatically change some of the console settings or pass them using launch arguments
  • [watchOS] Update the design for watchOS 10
  • [watchOS] Fix #201 by removing the code that sets WCSession delegate from the framework. It's now up to the user to forward the required delegate calls to the framework: only two are needed. Please see the included demo projects for an example.
  • [watchOS] Fix #200 by disabling the Remote Logging toggle when running on a physical watchOS device.
  • [watchOS] Add a "Share Store" button to the Settings screen that uses the new native ShareLink API to add more ways to share logs from your logs: email, messages, and more.
  • [watchOS] Add demo with paired iOS and watchOS apps
  • [macOS] Move some network filters to Pulse for Mac
  • [macOS] Move inspectors to the navigation bar on macOS
  • [macOS] Add "Now" mode

4.0.0-beta.4

9 months ago
  • Add support for new mocking features in Pulse for Mac

4.0.0-beta.3

11 months ago

The standalone Pulse app is now available on iOS: https://testflight.apple.com/join/1jcanE3q. It's a document-based app that allows you to browse logs shared from other devices and open .pulse files anywhere in the system.

watchOS

  • Update the design for watchOS 10
  • Fix #201 by removing the code that sets WCSession delegate from the framework. It's now up to the user to forward the required delegate calls to the framework: only two are needed. Please see the included demo projects for an example.
  • Fix #200 by disabling the Remote Logging toggle when running on a physical watchOS device.
  • Add "Share Store" button to the Settings screen that uses the new native ShareLink API to add more ways to share logs from your logs: email, messages, and more.
  • Add demo with paired iOS and watchOS apps

4.0.0-beta.2

11 months ago
  • Add initial support for iOS 17, tvOS 17, watchOS 10, macOS 14
  • Add “Show on Mac” feature that allows you to quickly open a log details page selected in the iOS app on a Mac without even starting the remote logging
  • Add a way to display custom HTTP headers directly in the console - #196, thanks to @tahirmt
  • Add public UserSettings class that allows you to programmatically change some of the console settings or pass them using launch arguments
  • Redesign remote logging settings
  • Add support for password-protected and encrypted connections to Pulse for Mac
  • Improve error handling when connecting to remote logger. Show “No Auth” error message when .plist is missing the configuration. Show instructions for enabling Local Networking if it’s disabled. Show the error code for all other scenarios.
  • Remote logger will now remember all recently connected devices. If you have more than one Mac with Pulse for Mac, it will automatically connect depending on which one is available. It will prioritize the most recently connected device.
  • Fix synchronization issues in remote logger
  • Add a way to “Forget the Device” without disabling the remote logger
  • Add missing NSBonjourServices plist setting to the demo project that was preventing the demo app from connecting on a local network

3.7.3

11 months ago
  • Pulse can now be installed using CocoaPods. The name of the pods are PulseCore and PulseUI.