Skip to content

Commit 5c8f2cf

Browse files
authored
Release/v15.0.1 (#1402)
* chore(android): bump android sdk to v15.0.1 * chore: bump android sdk to v15.0.1 * chore(ios): bump SDK to v15.1.1 * chore: add changelog item * chore: fix sync_generated_files CI job * chore: fix plugin version * feat: respect be network body limit (#1397) * chore(ios): add respect BE network body limit custom build * feat(ios): add getNetworkBodyMaxSize API * feat:add getNetworkBodyMaxSize API * chore(android): add respect network body limit snapshot * chore(ios): sync pdfile.lock * Revert "Merge pull request #1388 from Instabug/refactor/replace-reflection" This reverts commit 256e72a, reversing changes made to 196b481. * feat(android): add getNetworkBodyMaxSize API * feat:add feature flag change listener for android * chore: fix sync_generated_files CI job * feat(ios): add getNetworkBodyMaxSize API * chore: add change log * Revert duplicate "feat(ios): add getNetworkBodyMaxSize API" This reverts commit ef8710e. * chore: edit a change log * chore: update test cases titles * chore: fix CI job
1 parent 197b532 commit 5c8f2cf

File tree

9 files changed

+21
-19
lines changed

9 files changed

+21
-19
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v14.3.0...dev)
3+
## [15.0.1](https://github.com/Instabug/Instabug-React-Native/compare/v14.3.0...v15.0.1)
44

55
### Added
66

@@ -14,6 +14,12 @@
1414

1515
- Add respect to backend network body limit. ([#1397](https://github.com/Instabug/Instabug-React-Native/pull/1397))
1616

17+
### Changed
18+
19+
- Bump Instabug iOS SDK to v15.1.1 ([#1402](https://github.com/Instabug/Instabug-React-Native/pull/1402)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/15.1.1).
20+
21+
- Bump Instabug Android SDK to v15.0.1 ([#1402](https://github.com/Instabug/Instabug-React-Native/pull/1402)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v15.0.1).
22+
1723
### Fixed
1824

1925
- Not sending the inComplete xhrRequest. ([#1365](https://github.com/Instabug/Instabug-React-Native/pull/1365))

RNInstabug.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Pod::Spec.new do |s|
1616
s.source_files = "ios/**/*.{h,m,mm}"
1717

1818
s.dependency 'React-Core'
19-
# use_instabug!(s)
20-
s.dependency 'Instabug'
19+
use_instabug!(s)
2120

2221
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
minSdkVersion getExtOrDefault('minSdkVersion').toInteger()
5858
targetSdkVersion getExtOrDefault('targetSdkVersion').toInteger()
5959
versionCode 1
60-
versionName "14.3.0"
60+
versionName "15.0.1"
6161
multiDexEnabled true
6262
ndk {
6363
abiFilters "armeabi-v7a", "x86"

android/native.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project.ext.instabug = [
2-
version: '14.3.0.6760192-SNAPSHOT'
2+
version: '15.0.1'
33
]
44

55
dependencies {

examples/default/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
classpath("com.android.tools.build:gradle:8.1.0")
2525
classpath("com.facebook.react:react-native-gradle-plugin")
2626
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
27-
classpath("com.instabug.library:instabug-plugin:14.3.0.6760192-SNAPSHOT")
27+
classpath("com.instabug.library:instabug-plugin:15.0.1")
2828
}
2929
}
3030

examples/default/ios/Podfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ target 'InstabugExample' do
1515
config = use_native_modules!
1616
rn_maps_path = '../node_modules/react-native-maps'
1717
pod 'react-native-google-maps', :path => rn_maps_path
18-
# add this line
19-
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-expose_network_limit-expose_body_limit/15.0.1/Instabug.podspec'
18+
2019
# Flags change depending on the env values.
2120
flags = get_default_flags()
2221

examples/default/ios/Podfile.lock

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PODS:
3131
- hermes-engine (0.75.4):
3232
- hermes-engine/Pre-built (= 0.75.4)
3333
- hermes-engine/Pre-built (0.75.4)
34-
- Instabug (15.0.1)
34+
- Instabug (15.1.1)
3535
- instabug-reactnative-ndk (0.1.0):
3636
- DoubleConversion
3737
- glog
@@ -1625,8 +1625,8 @@ PODS:
16251625
- ReactCommon/turbomodule/bridging
16261626
- ReactCommon/turbomodule/core
16271627
- Yoga
1628-
- RNInstabug (14.3.0):
1629-
- Instabug
1628+
- RNInstabug (15.0.1):
1629+
- Instabug (= 15.1.1)
16301630
- React-Core
16311631
- RNReanimated (3.16.1):
16321632
- DoubleConversion
@@ -1770,7 +1770,6 @@ DEPENDENCIES:
17701770
- fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`)
17711771
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
17721772
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
1773-
- Instabug (from `https://ios-releases.instabug.com/custom/feature-expose_network_limit-expose_body_limit/15.0.1/Instabug.podspec`)
17741773
- instabug-reactnative-ndk (from `../node_modules/instabug-reactnative-ndk`)
17751774
- OCMock
17761775
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
@@ -1851,6 +1850,7 @@ SPEC REPOS:
18511850
trunk:
18521851
- Google-Maps-iOS-Utils
18531852
- GoogleMaps
1853+
- Instabug
18541854
- OCMock
18551855
- SocketRocket
18561856

@@ -1868,8 +1868,6 @@ EXTERNAL SOURCES:
18681868
hermes-engine:
18691869
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
18701870
:tag: hermes-2024-08-15-RNv0.75.1-4b3bf912cc0f705b51b71ce1a5b8bd79b93a451b
1871-
Instabug:
1872-
:podspec: https://ios-releases.instabug.com/custom/feature-expose_network_limit-expose_body_limit/15.0.1/Instabug.podspec
18731871
instabug-reactnative-ndk:
18741872
:path: "../node_modules/instabug-reactnative-ndk"
18751873
RCT-Folly:
@@ -2024,7 +2022,7 @@ SPEC CHECKSUMS:
20242022
Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a
20252023
GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac
20262024
hermes-engine: ea92f60f37dba025e293cbe4b4a548fd26b610a0
2027-
Instabug: ba6587d15ad5e3ffa265afc8174ff83af4eed29d
2025+
Instabug: 3e7af445c14d7823fcdecba223f09b5f7c0c6ce1
20282026
instabug-reactnative-ndk: d765ac289d56e8896398d02760d9abf2562fc641
20292027
OCMock: 589f2c84dacb1f5aaf6e4cec1f292551fe748e74
20302028
RCT-Folly: 4464f4d875961fce86008d45f4ecf6cef6de0740
@@ -2092,14 +2090,14 @@ SPEC CHECKSUMS:
20922090
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
20932091
RNCClipboard: 2821ac938ef46f736a8de0c8814845dde2dcbdfb
20942092
RNGestureHandler: 511250b190a284388f9dd0d2e56c1df76f14cfb8
2095-
RNInstabug: a038636a8fb8e078e69d3c51fca38396fa1ffdab
2093+
RNInstabug: f17d4e6c679fbc921f2692c223a1c21395589cc5
20962094
RNReanimated: f42a5044d121d68e91680caacb0293f4274228eb
20972095
RNScreens: c7ceced6a8384cb9be5e7a5e88e9e714401fd958
20982096
RNSVG: 8b1a777d54096b8c2a0fd38fc9d5a454332bbb4d
20992097
RNVectorIcons: 6382277afab3c54658e9d555ee0faa7a37827136
21002098
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
21012099
Yoga: 055f92ad73f8c8600a93f0e25ac0b2344c3b07e6
21022100

2103-
PODFILE CHECKSUM: f7f8d2b03a0b566cb0f5b4b422469af0a1a278b1
2101+
PODFILE CHECKSUM: 837b933596e1616ff02cc206bb17dee4f611fdbc
21042102

21052103
COCOAPODS: 1.14.0

ios/native.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$instabug = { :version => '15.0.1' }
1+
$instabug = { :version => '15.1.1' }
22

33
def use_instabug! (spec = nil)
44
version = $instabug[:version]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "instabug-reactnative",
33
"description": "React Native plugin for integrating the Instabug SDK",
4-
"version": "14.3.0",
4+
"version": "15.0.1",
55
"author": "Instabug (https://instabug.com)",
66
"repository": "github:Instabug/Instabug-React-Native",
77
"homepage": "https://www.instabug.com/platforms/react-native",

0 commit comments

Comments
 (0)