Skip to content

Releases: onflow/fcl-js

@onflow/types@1.0.2

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/transport-http@1.3.0

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

  • #1197 d9bc1cc6 Thanks @jribbink! - Fix issue where httpRequest errors were thrown inside a promise and could not be caught on node

  • #1218 cc422a78 Thanks @jribbink! - Fix interaction arguments in http request body broken by prettier

  • Updated dependencies [d09ba0f0]:

    • @onflow/util-template@1.0.2

@onflow/transport-grpc@1.1.0

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

Minor Changes

Patch Changes

  • Updated dependencies [d09ba0f0, 6ae4469c]:
    • @onflow/util-template@1.0.2
    • @onflow/protobuf@1.1.0

@onflow/sdk@1.1.0

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/protobuf@1.1.0

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/fcl@1.1.0

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/config@1.0.2

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

Patch Changes

  • Updated dependencies [4ec2bdc9]:
    • @onflow/util-actor@1.1.0

@onflow/sdk@1.1.0-alpha.4

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/fcl@1.0.3-alpha.1
yarn upgrade @onflow/fcl@1.0.3-alpha.1

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)

1.0.3-alpha.0

27 May 23:39
Compare
Choose a tag to compare
1.0.3-alpha.0 Pre-release
Pre-release

FCL 1.0.3-alpha.0 Release Notes

FCL Changelog · SDK Changelog · Issues/Comments

⬆️ Install or Upgrade

npm i @onflow/fcl@1.0.3-alpha.0
yarn upgrade @onflow/fcl@1.0.3-alpha.0

Updates

  • Fix issue where custom decoders did not properly override default decoders (SDK)
  • Fix events subcribe block height issue and add polling rate guide to docs. (FCL)
  • Fixes a bug where event listener was not being removed in event listener strategies (FCL)