Skip to content

Commit e9c14ef

Browse files
committed
closing connections
1 parent c630d17 commit e9c14ef

7 files changed

Lines changed: 14 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ lib/
7070
example/yarn.lock
7171
yarn.lock
7272
example/ios/.xcode.env.local
73+
.claude/settings.local.json

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
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

8+
## [1.57.7] - 2026-02-21
9+
10+
### Changed
11+
- Close connection before retry
12+
813

914
## [1.57.6] - 2026-02-17
1015

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.57.6 | [JitPack](https://jitpack.io/#functionland/fula-build-aar) |
265-
| iOS | `Fula` (go-fula/mobile) | ~> 1.57.6 | [CocoaPods](https://cocoapods.org/) |
264+
| Android | `com.github.functionland:fula-build-aar` | v1.57.7 | [JitPack](https://jitpack.io/#functionland/fula-build-aar) |
265+
| iOS | `Fula` (go-fula/mobile) | ~> 1.57.7 | [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.57.6' // From jitpack.io
101+
implementation 'com.github.functionland:fula-build-aar:v1.57.7' // 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.57.6)
70+
- Fula (1.57.7)
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.57.6):
949-
- Fula (~> 1.57.6)
948+
- react-native-fula (1.57.7):
949+
- Fula (~> 1.57.7)
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.57.6",
3+
"version": "1.57.7",
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.57.6'
41+
s.dependency 'Fula','~> 1.57.7'
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)