Skip to content

Commit ae312ef

Browse files
committed
connection closure
1 parent 0ea63eb commit ae312ef

6 files changed

Lines changed: 13 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [1.58.1] - 2026-03-01
10+
11+
### Changed
12+
- Enhanced conection closing
13+
914
## [1.58.0] - 2026-03-01
1015

1116
### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ The following methods still exist in the TypeScript layer (`src/protocols/blockc
261261

262262
| Platform | Dependency | Version | Source |
263263
| --- | --- | --- | --- |
264-
| Android | `com.github.functionland:fula-build-aar` | v1.58.0 | [JitPack](https://jitpack.io/#functionland/fula-build-aar) |
265-
| iOS | `Fula` (go-fula/mobile) | ~> 1.58.0 | [CocoaPods](https://cocoapods.org/) |
264+
| Android | `com.github.functionland:fula-build-aar` | v1.58.1 | [JitPack](https://jitpack.io/#functionland/fula-build-aar) |
265+
| iOS | `Fula` (go-fula/mobile) | ~> 1.58.1 | [CocoaPods](https://cocoapods.org/) |
266266

267267
## Development
268268

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies {
9898
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
9999
//noinspection GradleDynamicVersion
100100
implementation "com.facebook.react:react-android:+"
101-
implementation 'com.github.functionland:fula-build-aar:v1.58.0' // From jitpack.io
101+
implementation 'com.github.functionland:fula-build-aar:v1.58.1' // From jitpack.io
102102
// implementation files('mobile.aar')
103103
}
104104

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ PODS:
6767
- FlipperKit/Core
6868
- FlipperKit/FlipperKitNetworkPlugin
6969
- fmt (6.2.1)
70-
- Fula (1.58.0)
70+
- Fula (1.58.1)
7171
- glog (0.3.5)
7272
- hermes-engine (0.73.11):
7373
- hermes-engine/Pre-built (= 0.73.11)
@@ -945,8 +945,8 @@ PODS:
945945
- React-Mapbuffer (0.73.11):
946946
- glog
947947
- React-debug
948-
- react-native-fula (1.58.0):
949-
- Fula (~> 1.58.0)
948+
- react-native-fula (1.58.1):
949+
- Fula (~> 1.58.1)
950950
- glog
951951
- RCT-Folly (= 2022.05.16.00)
952952
- React-Core

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@functionland/react-native-fula",
3-
"version": "1.58.0",
3+
"version": "1.58.1",
44
"description": "React Native bridge for Fula protocols - blockchain operations, device management, plugin management, and AI interactions via go-fula/mobile",
55
"type": "module",
66
"main": "lib/commonjs/index",

react-native-fula.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Pod::Spec.new do |s|
3838
s.dependency "ReactCommon/turbomodule/core"
3939
end
4040
end
41-
s.dependency 'Fula','~> 1.58.0'
41+
s.dependency 'Fula','~> 1.58.1'
4242
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
4343
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
4444

0 commit comments

Comments
 (0)