Skip to content

Releases: standard-crypto/farcaster-js

Add optional signer object to all hub-rest write methods

03 May 19:37
f46532b
Compare
Choose a tag to compare

Features

  • Adds an optional Signer object (from @farcaster/core) to all write methods where a private key hex string would be taken.

Fix Installation issues

09 Apr 21:04
bdc6b84
Compare
Choose a tag to compare

Features

Bug Fixes

  • upgrade t0 @farcaster/core@0.14.8 to fix install issue
  • update api spec to accept Solana addresses

Add support for casting into channels

14 Feb 22:25
fdba373
Compare
Choose a tag to compare

Features

  • farcaster-js-hub-rest: Adds the param parentUrl to the submitCast method to allow casting into a channel

Bug Fixes

  • farcaster-js-hub-rest: Updates the openAPI spec to fix the Embed object to support urls and casts

Add basic support for Frames

30 Jan 02:23
be57ded
Compare
Choose a tag to compare
  • Updates the openAPI spec to add types for Frames and the /validateMessage endpoint
  • Implements validate message logic

v6.0.1

19 Oct 03:35
076aebc
Compare
Choose a tag to compare

Removes bindings to deprecated Warpcast API, which has been replaced with clients for both the hubs' REST APIs and the Neynar APIs

v5.7.0

05 Oct 19:49
Compare
Choose a tag to compare

5.7.0 (2023-10-05)

Bug Fixes

  • deps: bump axios from 1.3.4 to 1.3.5 (7d9ee28)
  • deps: bump axios from 1.3.5 to 1.3.6 (a7fbc1a)
  • deps: bump axios from 1.3.6 to 1.4.0 (97d850e)
  • deps: bump canonicalize from 1.0.8 to 2.0.0 (8fb66af)

Features

v5.6.0

21 Mar 17:15
Compare
Choose a tag to compare

5.6.0 (2023-03-21)

Features

  • prevent users getting stuck with 401s due to too many Auth Tokens (a8d6941), closes #547
  • wrap the Healtcheck Warpcast API endpoint (b29d7cf), closes #541
  • wrap Warpcast API methods for signer requests (00f193d), closes #539

v5.5.4

14 Mar 07:30
Compare
Choose a tag to compare

5.5.4 (2023-03-14)

Bug Fixes

  • fix bug caused by upstream Warpcast API change to lookupUserByFid response code (24b53d1)

v5.5.3

28 Feb 23:10
Compare
Choose a tag to compare

5.5.3 (2023-02-28)

Bug Fixes

  • deps: bump axios from 1.3.3 to 1.3.4 (bbd737b)
  • warpcast API changed case of "Like" reaction type to "like" (5afaafa)

v5.5.2

16 Feb 18:20
Compare
Choose a tag to compare

5.5.2 (2023-02-16)

Bug Fixes

  • deps: bump axios from 1.1.3 to 1.3.1 (701086e)
  • deps: bump axios from 1.3.1 to 1.3.2 (6facc5e)
  • deps: bump axios from 1.3.2 to 1.3.3 (8f833e7)
  • migrate API client from farcaster.xyz to warpcast.com (dbb2f16)

Reverts

  • adds to package.json keywords (a05a548)