Skip to content

Releases: onflow/fcl-js

@onflow/[email protected]

24 Jun 22:39
2d40f53
Compare
Choose a tag to compare

Minor Changes

  • #1243 4ec2bdc9 Thanks @jribbink! - Add error handling to actors. Second argument of callback is now an error object and fatal errors can be thrown with ctx.fatalError(e).

@onflow/[email protected]

24 Jun 22:39
2d40f53
Compare
Choose a tag to compare

Patch Changes

  • #1245 d09ba0f0 Thanks @jribbink! - Switch deprecation warnings to standardized warnings introduced by @onflow/util-logger (log.deprecate)

@onflow/[email protected]

24 Jun 22:39
2d40f53
Compare
Choose a tag to compare

Minor Changes

  • #1242 06279c1d Thanks @jribbink! - Add request retry for 408 (Request Timeout) status code

  • #1196 cd218e84 Thanks @jribbink! - Added errorMessage property to HTTPRequestError to expose Access API errors when making requests

Patch Changes

@onflow/[email protected]

24 Jun 22:39
2d40f53
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@onflow/[email protected]

24 Jun 22:39
2d40f53
Compare
Choose a tag to compare

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

@onflow/[email protected]

24 Jun 22:39
2d40f53
Compare
Choose a tag to compare

Minor Changes

  • #1206 6ae4469c Thanks @jribbink! - Updated & regenerated protobuf definitions to match current access node specification

@onflow/[email protected]

24 Jun 22:39
2d40f53
Compare
Choose a tag to compare

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

@onflow/[email protected]

24 Jun 22:39
2d40f53
Compare
Choose a tag to compare

Patch Changes

@onflow/[email protected]

24 Jun 22:26
1ea335f
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • #1263 45951f1a Thanks @jribbink! - Fix infinite recursion bug when using array authorization function (used for multiple signing keys)

1.0.3-alpha.1

14 Jun 23:49
Compare
Choose a tag to compare
1.0.3-alpha.1 Pre-release
Pre-release

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)