Lens API ๐Ÿ”จ@lensapiยทAug 11

RELEASE - 1.6.0 - August 11th, 2022, 15:00

Features

  • feat: metadata v2 support - docs.lens.xyz/docs/metadata-standards
  • feat: ability to filter on metadata v2 on publication queries
  • feat: create a cron for migration so we can execute them in code on box without ssh
  • feat: map dedicated lens infura to help with infura public gateway issue
  • feat: add notification id in the notification response to help client side caching
  • feat: expose endpoint to bring back all the tags filtered by popular and app
  • feat: profile and publications syncer now have different crons and x3 load allowance
    feat: Integration with ENS to enable the offchain resolve.

back dated feature log:

  • feat: ens on-chain identity now in the database
  • feat: sybil.org linking for on-chain data github.com/Uniswap/sybil-list/blob/master/verified.json
  • feat: onChainIdentity now exists on Profile
  • feat: publication stats > totalAmountOfComments is a global stat of the amount of comments, if your filtering on sources some comments may not be included in what your trying to show. This means the count number would be wrong. We now have have a field resolver on the PublicationStats type which will return the total amount of comments for the sources you specified:
  1. commentsTotal(forSources: ["app1", "app2โ€])
    2)postsTotal(forSources: ["app8"])
  2. mirrorsTotal(forSources: ["app8"])
  3. publicationsTotal(forSources: ["app9"])
Post by @lensapi.lens