Releases: onflow/fcl-js
@onflow/[email protected]
@onflow/[email protected]
@onflow/[email protected]
@onflow/[email protected]
Minor Changes
Patch Changes
- Updated dependencies [
d09ba0f0
,6ae4469c
]:- @onflow/[email protected]
- @onflow/[email protected]
@onflow/[email protected]
Minor Changes
- #1183
e0d3a377
Thanks @jribbink! - Added deprecation warning for hard-coded DEFAULT_COMPUTE_LIMIT=10 (and increase to DEFAULT_COMPUTE_LIMIT=100 for now) and added sdk.defaultComputeLimit to config
Patch Changes
-
#1245
d09ba0f0
Thanks @jribbink! - Switch deprecation warnings to standardized warnings introduced by @onflow/util-logger (log.deprecate) -
#1191
90d5163a
Thanks @jribbink! - Allow for integer string account.keyId in authorization function -
#1263
45951f1a
Thanks @jribbink! - Fix infinite recursion bug when using array authorization function (used for multiple signing keys) -
#1218
cc422a78
Thanks @jribbink! - Fix interaction arguments in http request body broken by prettier -
#1212
1654ebbe
Thanks @jribbink! - Make deprecation notice for getEvents use @onflow/util-logger instead of console.warn -
#1199
d1765950
Thanks @jribbink! - Fix issue where custom decoders did not properly override default decoders -
Updated dependencies [
06279c1d
,d9bc1cc6
,d09ba0f0
,cd218e84
,cc422a78
,d09ba0f0
,4ec2bdc9
]:- @onflow/[email protected]
- @onflow/[email protected]
- @onflow/[email protected]
- @onflow/[email protected]
- @onflow/[email protected]
@onflow/[email protected]
@onflow/[email protected]
Minor Changes
- #1243
4ec2bdc9
Thanks @jribbink! - Make errors accessible to subscribers from fcl.tx polling (second argument of callback) and throw error for onceSealed, onceExecuted, onceFinalized promises. Also removed retried polling requests as they are a redundancy already implemented by @onflow/transport-http
Patch Changes
-
#1177
e38f9fe4
Thanks @hotrungnhan! - Fix events subcribe block height issue and add polling rate guide to docs. -
#1245
d09ba0f0
Thanks @jribbink! - Switch deprecation warnings to standardized warnings introduced by @onflow/util-logger (log.deprecate) -
#1211
f4c6fb9a
Thanks @gregsantos! - Update event listeners in strategies
Fixes a bug where event listener was not being removed on close -
#1210
457f4996
Thanks @jribbink! - Add deprecation warning when "env" is used instead of "flow.network" in config -
Updated dependencies [
d09ba0f0
,90d5163a
,45951f1a
,cc422a78
,1654ebbe
,d09ba0f0
,e0d3a377
,d1765950
,4ec2bdc9
]:- @onflow/[email protected]
- @onflow/[email protected]
- @onflow/[email protected]
- @onflow/[email protected]
- @onflow/[email protected]
- @onflow/[email protected]
@onflow/[email protected]
Patch Changes
- Updated dependencies [
4ec2bdc9
]:- @onflow/[email protected]
@onflow/[email protected]
1.0.3-alpha.1
FCL 1.0.3-alpha.1 Release Notes
FCL Changelog · SDK Changelog · Issues/Comments
⬆️ Install or Upgrade
npm i @onflow/[email protected]
yarn upgrade @onflow/[email protected]
Updates
- Updated & regenerated protobuf definitions to match current access node specification (protobuf)
- Added deprecation warning for hard-coded DEFAULT_COMPUTE_LIMIT=10 (and increase to DEFAULT_COMPUTE_LIMIT=100 for now) and added sdk.defaultComputeLimit to config (SDK)
- Added blockId to transport-grpc transaction status (GRPC Transport)
- Add request retry for 408 (Request Timeout) status code (HTTP Transport)
- Add deprecation warning when "env" is used instead of "flow.network" in config (FCL)