Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0 0 6 #23

Merged
merged 4 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# 0.0.7

- Updated native iOS Agent: We've upgraded the native iOS agent to version 7.4.10, which includes performance improvements and bug fixes.


# 0.0.6

New in this release
Expand Down
4 changes: 2 additions & 2 deletions NewRelic.MAUI.Plugin/NewRelic.MAUI.Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>
<PackageId>NewRelic.MAUI.Plugin</PackageId>
<Version>0.0.6</Version>
<Version>0.0.7</Version>
<Summary>New Relic Plugin for .NET MAUI mobile apps</Summary>
<Description>With the New Relic .NET MAUI mobile plugin, your team can monitor the performance of .NET MAUI apps and identify code errors. The plugin collects crash data, network traffic, and other information for your apps using native components.</Description>
<Authors>New Relic</Authors>
Expand All @@ -35,6 +35,6 @@
<PackageReference Include="NewRelic.MAUI.Android.Binding" Version="7.3.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0-ios'">
<PackageReference Include="NewRelic.MAUI.iOS.Binding" Version="7.4.9.3" />
<PackageReference Include="NewRelic.MAUI.iOS.Binding" Version="7.4.10" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion NewRelic.MAUI.iOS.Binding/NewRelic.MAUI.iOS.Binding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>true</ImplicitUsings>
<PackageId>NewRelic.MAUI.iOS.Binding</PackageId>
<Authors>New Relic</Authors>
<Version>7.4.9.3</Version>
<Version>7.4.10</Version>
<IsBindingProject>true</IsBindingProject>
<summary>NewRelic iOS SDK binding for .NET MAUI</summary>
<description>A .NET iOS library that binds the native New Relic iOS SDK. With NewRelic, you can collect crashes, network traffic, and other information for .NET MAUI iOS apps using native components.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -696,12 +696,12 @@ extern "C" {
/*!
Change the maximum size in megabytes that the agent will store for offline storage.

@param megaBytes the maximum size in mega bytes of offline storage that can be stored in the local file system
@param megabytes the maximum size in mega bytes of offline storage that can be stored in the local file system

By default the SDK will store up to 100 MB worth of offline payloads in the local file system.
*/

+ (void) setMaxOfflineStorageSize:(unsigned int)megaBytes;
+ (void) setMaxOfflineStorageSize:(unsigned int)megabytes;

#pragma mark - Tracking global attributes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ typedef NS_OPTIONS(unsigned long long, NRMAFeatureFlags){

// NOTE: Temporarily removed NRFeatureFlag_LogReporting
NRFeatureFlag_NewEventSystem = 1 << 20, // Disabled by default
NRFeatureFlag_OfflineStorage = 1 << 21,
NRFeatureFlag_OfflineStorage = 1 << 21, // Disabled by default
};
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
</data>
<key>Headers/NewRelic.h</key>
<data>
WMBfxqH7HlW12UDGdRtzxgEkAYE=
mKEI8gbLRtQ22AqALyo5tRAiIXY=
</data>
<key>Headers/NewRelicCustomInteractionInterface.h</key>
<data>
oOHG7a4MFCGZFBqwkeqjSq3PV9k=
</data>
<key>Headers/NewRelicFeatureFlags.h</key>
<data>
NfbhZKvEQP1J0cMhYWRAUkPRDOY=
P44f8fmszlXXaK6nw1+nm/8pxfI=
</data>
<key>Info.plist</key>
<data>
mFrKL4bk/vC1mJzyWewf7DW+VFQ=
k4Z/7gpuI+Y9sdZ5VvX9Q+k5m1g=
</data>
<key>Modules/NewRelic.swiftmodule/arm64-apple-ios.abi.json</key>
<data>
Expand Down Expand Up @@ -190,11 +190,11 @@
<dict>
<key>hash</key>
<data>
WMBfxqH7HlW12UDGdRtzxgEkAYE=
mKEI8gbLRtQ22AqALyo5tRAiIXY=
</data>
<key>hash2</key>
<data>
HQR53S25phFrrBVyr+9vuTEciy6f3mzZ2ESA/1gIwDo=
6MCmbDdifqhfSjIQpg9jX/NJcqEpnQMadL63Hxm7Ack=
</data>
</dict>
<key>Headers/NewRelicCustomInteractionInterface.h</key>
Expand All @@ -212,11 +212,11 @@
<dict>
<key>hash</key>
<data>
NfbhZKvEQP1J0cMhYWRAUkPRDOY=
P44f8fmszlXXaK6nw1+nm/8pxfI=
</data>
<key>hash2</key>
<data>
hf9JD8dpa+1mhrO6qxiGJ5S1A8j0HmldTt8tyF+kb2A=
TpHfMrrQEYt8psOEvUIa1vhoEgeLrMKJ55+i81bRTVk=
</data>
</dict>
<key>Modules/NewRelic.swiftmodule/arm64-apple-ios.abi.json</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>7.4.9</string>
<string>7.4.10</string>
<key>CFBundleVersion</key>
<string>7.4.9</string>
<string>7.4.10</string>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -696,12 +696,12 @@ extern "C" {
/*!
Change the maximum size in megabytes that the agent will store for offline storage.

@param megaBytes the maximum size in mega bytes of offline storage that can be stored in the local file system
@param megabytes the maximum size in mega bytes of offline storage that can be stored in the local file system

By default the SDK will store up to 100 MB worth of offline payloads in the local file system.
*/

+ (void) setMaxOfflineStorageSize:(unsigned int)megaBytes;
+ (void) setMaxOfflineStorageSize:(unsigned int)megabytes;

#pragma mark - Tracking global attributes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ typedef NS_OPTIONS(unsigned long long, NRMAFeatureFlags){

// NOTE: Temporarily removed NRFeatureFlag_LogReporting
NRFeatureFlag_NewEventSystem = 1 << 20, // Disabled by default
NRFeatureFlag_OfflineStorage = 1 << 21,
NRFeatureFlag_OfflineStorage = 1 << 21, // Disabled by default
};
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,27 @@
</data>
<key>Headers/NewRelic.h</key>
<data>
WMBfxqH7HlW12UDGdRtzxgEkAYE=
mKEI8gbLRtQ22AqALyo5tRAiIXY=
</data>
<key>Headers/NewRelicCustomInteractionInterface.h</key>
<data>
oOHG7a4MFCGZFBqwkeqjSq3PV9k=
</data>
<key>Headers/NewRelicFeatureFlags.h</key>
<data>
NfbhZKvEQP1J0cMhYWRAUkPRDOY=
P44f8fmszlXXaK6nw1+nm/8pxfI=
</data>
<key>Info.plist</key>
<data>
NkqCK7414G/PTZm9OLY/GQLjrdc=
fk1auyEbE22xZJgDgsutDhHKNdw=
</data>
<key>Modules/NewRelic.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
<data>
ILrC436wyO30quGJ9+D2GFA2oLA=
AJQLYlw7A5ejPfgYnGI1Ietl2L8=
</data>
<key>Modules/NewRelic.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
<data>
n9lq3p2iyVhB6XTREn7+8m4O8cE=
NeU2GTS6O101+7TphL83zZxbL9o=
</data>
<key>Modules/NewRelic.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data>
Expand Down Expand Up @@ -218,11 +218,11 @@
<dict>
<key>hash</key>
<data>
WMBfxqH7HlW12UDGdRtzxgEkAYE=
mKEI8gbLRtQ22AqALyo5tRAiIXY=
</data>
<key>hash2</key>
<data>
HQR53S25phFrrBVyr+9vuTEciy6f3mzZ2ESA/1gIwDo=
6MCmbDdifqhfSjIQpg9jX/NJcqEpnQMadL63Hxm7Ack=
</data>
</dict>
<key>Headers/NewRelicCustomInteractionInterface.h</key>
Expand All @@ -240,33 +240,33 @@
<dict>
<key>hash</key>
<data>
NfbhZKvEQP1J0cMhYWRAUkPRDOY=
P44f8fmszlXXaK6nw1+nm/8pxfI=
</data>
<key>hash2</key>
<data>
hf9JD8dpa+1mhrO6qxiGJ5S1A8j0HmldTt8tyF+kb2A=
TpHfMrrQEYt8psOEvUIa1vhoEgeLrMKJ55+i81bRTVk=
</data>
</dict>
<key>Modules/NewRelic.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
<dict>
<key>hash</key>
<data>
ILrC436wyO30quGJ9+D2GFA2oLA=
AJQLYlw7A5ejPfgYnGI1Ietl2L8=
</data>
<key>hash2</key>
<data>
k8zcEeQAQL/J5RNuNr2zTGMYE471VzZ4ctebaMjCSJM=
PVaQl2Gy1MigWQyKsACyeh++iuOpuDpqYPnovFUBIz8=
</data>
</dict>
<key>Modules/NewRelic.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
<dict>
<key>hash</key>
<data>
n9lq3p2iyVhB6XTREn7+8m4O8cE=
NeU2GTS6O101+7TphL83zZxbL9o=
</data>
<key>hash2</key>
<data>
iVj+na3UVdyhRiGQglPFUA7qgrlIWt8ku0fVsPAaogg=
+q/ZXJDVhM9yukNSw8Nzki2bG9CQUUs7FKf/R0+qa84=
</data>
</dict>
<key>Modules/NewRelic.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
Expand Down
Loading