Skip to content

Latest commit

 

History

History
233 lines (117 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

233 lines (117 loc) · 11.9 KB

7.4.0 (2024-05-03)

Features

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

7.3.1 (2024-04-09)

Features

Bug Fixes

  • upgrade t0 @farcaster/[email protected] to fix install issue
  • update api spec to accept Solana addresses

7.3.0 (2024-02-14)

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

7.2.0 (2024-01-29)

Features

  • Updates the openAPI spec to add types for Frames and the /validateMessage endpoint
  • Implements validate message logic

7.1.1 (2023-12-20)

Features

  • Adds parentCastId to submitCast
  • Changes the openAPI spec to improve some of the generated typescript types (it was producing something unusable)
  • Remove the nullable types for return values of methods like submitCast

7.0.0 (2023-11-28)

Features

  • Add CLI sub-package for creating Farcaster signers
  • Add support for submitting messages to hubs in hub-rest sub-package
  • Simplify signer creation for Neynar
  • Update Neynar reactToCast parameters

6.0.3 (2023-10-21)

6.0.2 (2023-10-19)

Features

  • update default hub to nemes.farcaster.xyz

6.0.1 (2023-10-18)

Bug Fixes

  • fix typescript \types\ output to not output types of dependencies

6.0.0 (2023-10-16)

Features

  • creates new package structure for using hub-rest and Neynar APIs

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

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

5.5.4 (2023-03-14)

Bug Fixes

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

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)

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)

5.5.1 (2023-01-13)

Bug Fixes

  • narrow return type of fetchMentionAndReplyNotifications() (e2bb2f6), closes #459

5.5.0 (2023-01-10)

Features

  • adds fetchCastLikes() to MerkleAPIClient (e07abf2), closes #454

5.4.0 (2022-12-28)

Bug Fixes

  • export the underlying MerkleAPI types (a2605de)

Features

  • add MerkleAPIClient support for user-supplied AuthTokens (replacing Wallet param) (46d6758), closes #438

5.3.0 (2022-12-21)

Bug Fixes

  • fix type returned by fetchUserCastLikes (edacb1c), closes #435

Features

  • add utility & docs for parsing Merkle API error responses (098d4c2), closes #435

5.2.0 (2022-12-12)

Features

  • support GET /v2/all-casts-in-thread endpoint (4e53a09), closes #413
  • support GET /v2/cast endpoint (8e2787d), closes #412
  • support GET /v2/recent-casts endpoint (cbe3a1f), closes #415
  • support GET /v2/recent-users endpoint (1e1e30d), closes #414
  • support GET /v2/user-by-verification endpoint (856a234), closes #416
  • support GET /v2/user-cast-likes endpoint (25dddaa), closes #417

5.1.0 (2022-12-08)

Bug Fixes

  • merkleAPIClient no longer attempts to reuse a revoked API token (502845a)

Features

5.0.0 (2022-12-05)

Bug Fixes

  • matching server-side changes to MerkleAPI (5b7d187), closes #392

BREAKING CHANGES

  • casterFid removed from parameters for reactToCast and removeReactionToCast
  • publishedAt renamed to timestamp in Cast model
  • displayName made non-optional in User and Recaster models
  • embeds removed from request body for POST /v2/casts

4.0.0 (2022-12-01)

Features

BREAKING CHANGES

  • various refactors in support of new v2 farcaster APIs

4.0.0-beta.2 (2022-12-01)

Features