Skip to content

Releases: kean/Pulse

Pulse 4.2.3

03 Jun 23:59
Compare
Choose a tag to compare

What's Changed

  • Fix: wrong background context for filtering entities during export by @jasesuperhero in #259

New Contributors

Pulse 4.2.2

02 Jun 15:40
Compare
Choose a tag to compare
  • Fix #257, an issue with search only showing top 10 results. If there are more results, it will now indicate that in the UI and will load them automatically when you scroll to the bottom of the list.

Pulse 4.2.1

23 May 12:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Pulse 4.2.0

19 May 21:33
Compare
Choose a tag to compare
  • Add URLSession.taskDescription support (closes #251). The console will now use .taskDescription instead of the original request URL. This behavior can be customized using the new ConsoleViewDelegate.
  • Fix #244, an issue with timeout interval not being recorded.
  • Fix #230, occasional crash in remote logger

Pulse 4.1.1

06 May 23:24
Compare
Choose a tag to compare
  • Fix #246 – an issue with concurrent initialization of LoggerStore from multiple threads (workaround: initialize it in app delegate before other code runs)
  • Add @MainActor attribute to RemoteLogger
  • Address Swift 6 warnings

Pulse 4.1.0

05 May 15:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Pulse 4.0.5

27 Nov 13:15
Compare
Choose a tag to compare
  • Update documentation on custom views
  • Minor fixes and improvements in the UI

Pulse 4.0.4

05 Nov 22:04
Compare
Choose a tag to compare
  • 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

Pulse 4.0.3

28 Aug 01:19
Compare
Choose a tag to compare
  • 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

Pulse 4.0.2

20 Aug 00:42
Compare
Choose a tag to compare
  • 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)