File tree 4 files changed +10
-6
lines changed
4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Pulse 4.x
2
2
3
- - Improve performance of recording network tasks (significant improvement)
3
+ ## Pulse 4.0.3
4
+
5
+ * Aug 27, 2023*
6
+
7
+ - Improve performance of recording network tasks
4
8
- Improve ` NetworkLogger ` performance
5
9
- Fix an issue with requests from the previous app run being displayed as pending
6
- - Add "Mock" badge when exporting store using one of the text formats
10
+ - Add a "Mock" badge when exporting the store using one of the text formats
7
11
8
12
## Pulse 4.0.2
9
13
Original file line number Diff line number Diff line change 2606
2606
GCC_WARN_UNUSED_VARIABLE = YES;
2607
2607
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
2608
2608
MACOSX_DEPLOYMENT_TARGET = 12.0;
2609
- MARKETING_VERSION = 4.0.2 ;
2609
+ MARKETING_VERSION = 4.0.3 ;
2610
2610
ONLY_ACTIVE_ARCH = YES;
2611
2611
SDKROOT = iphoneos;
2612
2612
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
2657
2657
GCC_WARN_UNUSED_VARIABLE = YES;
2658
2658
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
2659
2659
MACOSX_DEPLOYMENT_TARGET = 12.0;
2660
- MARKETING_VERSION = 4.0.2 ;
2660
+ MARKETING_VERSION = 4.0.3 ;
2661
2661
SDKROOT = iphoneos;
2662
2662
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
2663
2663
SUPPORTS_MACCATALYST = YES;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
2
2
3
3
s . name = "PulseCore"
4
4
s . module_name = "Pulse"
5
- s . version = "4.0.2 "
5
+ s . version = "4.0.3 "
6
6
s . summary = "Logging system for Apple platforms"
7
7
s . swift_version = "5.7"
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
2
2
3
3
s . name = "PulseUI"
4
4
s . module_name = "PulseUI"
5
- s . version = "4.0.2 "
5
+ s . version = "4.0.3 "
6
6
s . summary = "Logging system for Apple platforms"
7
7
s . swift_version = "5.7"
8
8
You can’t perform that action at this time.
0 commit comments