Skip to content

Latest commit

 

History

History
270 lines (170 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

270 lines (170 loc) · 12.6 KB

@moralisweb3/streams

2.7.4

Patch Changes

  • #818 bc293674 Thanks @ErnoW! - Update api types for streams: include types for stream usage

  • Updated dependencies [a18b46ae, 08622cd9]:

    • @moralisweb3/evm-utils@2.7.4
    • @moralisweb3/core@2.7.4
    • @moralisweb3/api-utils@2.7.4

2.7.3

Patch Changes

  • Updated dependencies []:
    • @moralisweb3/core@2.7.3
    • @moralisweb3/api-utils@2.7.3
    • @moralisweb3/evm-utils@2.7.3

2.7.2

Patch Changes

  • #784 a1bbd61f Thanks @sogunshola! - Fix errors due to changes in webhook data for log parser function and update parse server streams docs

  • Updated dependencies []:

    • @moralisweb3/core@2.7.2
    • @moralisweb3/api-utils@2.7.2
    • @moralisweb3/evm-utils@2.7.2

2.7.1

Patch Changes

  • #790 2f938764 Thanks @b4rtaz! - Add missing dependency to the @moralisweb3/streams package.

  • Updated dependencies []:

    • @moralisweb3/core@2.7.1
    • @moralisweb3/api-utils@2.7.1
    • @moralisweb3/evm-utils@2.7.1

2.7.0

Minor Changes

  • #782 07c8ca69 Thanks @sogunshola! - Incuded parse server package with streams plugin implementation and added document builder to streams package.
  • #782 07c8ca69 Thanks @sogunshola! - Included parse server package and added document builder logic to streams package

Patch Changes

  • Updated dependencies []:
    • @moralisweb3/core@2.7.0
    • @moralisweb3/api-utils@2.7.0
    • @moralisweb3/evm-utils@2.7.0

2.6.7

Patch Changes

  • #768 6701030e Thanks @sogunshola! - Move streams-typings from dev dependencies to dependencies in streams package and also correct export name in umbrella package

  • Updated dependencies []:

    • @moralisweb3/core@2.6.7
    • @moralisweb3/api-utils@2.6.7
    • @moralisweb3/evm-utils@2.6.7

2.6.6

Patch Changes

  • Updated dependencies [11ba50f7, d87f37c5]:
    • @moralisweb3/evm-utils@2.6.6
    • @moralisweb3/core@2.6.6
    • @moralisweb3/api-utils@2.6.6

2.6.5

Patch Changes

  • #744 9953a791 Thanks @ErnoW! - Update types and endpoints for Moralis.Streams to reflect the api changes. Some types have changes, Moralis.Streams.retry now accepts an id and is fixed. And return types from webhooks have been updated.

  • Updated dependencies []:

    • @moralisweb3/core@2.6.5
    • @moralisweb3/api-utils@2.6.5
    • @moralisweb3/evm-utils@2.6.5

2.6.4

Patch Changes

  • 4af4eb8a Thanks @ErnoW! - Fix dependency/dev-dependency issue with streams-typings

  • Updated dependencies [77eb29bf]:

    • @moralisweb3/api-utils@2.6.4
    • @moralisweb3/core@2.6.4
    • @moralisweb3/evm-utils@2.6.4

2.6.3

Patch Changes

  • #729 cfd23005 Thanks @ErnoW! - Update types from swagger

  • Updated dependencies []:

    • @moralisweb3/core@2.6.3
    • @moralisweb3/api-utils@2.6.3
    • @moralisweb3/evm-utils@2.6.3

2.6.2

Patch Changes

  • ed6dfb2e Thanks @ErnoW! - Fix put call to post call for Moralis.Streams.addAddress
  • #727 68c8057a Thanks @ErnoW! - Update streams api types

  • Updated dependencies []:

    • @moralisweb3/core@2.6.2
    • @moralisweb3/api-utils@2.6.2
    • @moralisweb3/evm-utils@2.6.2

2.6.1

Patch Changes

  • #715 f3cd2b5c Thanks @ErnoW! - Update types according to api changes: remove address and tokenAddress, add includeContractLogs, includeInternalTxs and allAddresses flags, and mape topic0 an array
  • #714 42893723 Thanks @ErnoW! - Rename network param to networkType for Moralis.Streams and Moralis.Auth, to communicate more clearly the purpose of this param. Also make this value optional and default to "evm"
  • #722 36a4096d Thanks @ErnoW! - Add advancedOptions to Morlais.Streams (and remove filter)

  • Updated dependencies [bfea2ba5, 42893723]:

    • @moralisweb3/evm-utils@2.6.1
    • @moralisweb3/core@2.6.1
    • @moralisweb3/api-utils@2.6.1

2.6.0

Minor Changes

  • #707 683b6ce8 Thanks @ErnoW! - Add endpoints to attach, delete or get addresses to streams via Moralis.Streams.addAddress, Moralis.Streams.getAddresses, and Moralis.Streams.deleteAddress

Patch Changes

  • Updated dependencies []:
    • @moralisweb3/core@2.6.0
    • @moralisweb3/api-utils@2.6.0
    • @moralisweb3/evm-utils@2.6.0

2.5.8

Patch Changes

  • Updated dependencies []:
    • @moralisweb3/core@2.5.8
    • @moralisweb3/api-utils@2.5.8
    • @moralisweb3/evm-utils@2.5.8

2.5.7

Patch Changes

  • Updated dependencies []:
    • @moralisweb3/core@2.5.7
    • @moralisweb3/api-utils@2.5.7
    • @moralisweb3/evm-utils@2.5.7

2.5.6

Patch Changes

  • Updated dependencies []:
    • @moralisweb3/core@2.5.6
    • @moralisweb3/api-utils@2.5.6
    • @moralisweb3/evm-utils@2.5.6

2.5.5

Patch Changes

  • #699 d79800ad Thanks @ErnoW! - Fix parsing of API error messages, now the MoralisError will show the message that is returned from the api.

  • Updated dependencies [d79800ad]:

    • @moralisweb3/core@2.5.5
    • @moralisweb3/api-utils@2.5.5
    • @moralisweb3/evm-utils@2.5.5

2.5.4

Patch Changes

  • Updated dependencies [62275677]:
    • @moralisweb3/evm-utils@2.5.4
    • @moralisweb3/core@2.5.4
    • @moralisweb3/api-utils@2.5.4

2.5.3

Patch Changes

  • #692 008de89f Thanks @ErnoW! - Update typings for streams: update @moralisweb3/streams-typings to v1.0.2

  • Updated dependencies []:

    • @moralisweb3/core@2.5.3
    • @moralisweb3/api-utils@2.5.3
    • @moralisweb3/evm-utils@2.5.3

2.5.2

Patch Changes

  • #689 500ddaf3 Thanks @ErnoW! - Export types for returned webhooks

  • Updated dependencies []:

    • @moralisweb3/core@2.5.2
    • @moralisweb3/api-utils@2.5.2
    • @moralisweb3/evm-utils@2.5.2

2.5.1

Patch Changes

  • #685 688dc414 Thanks @ErnoW! - Fix for providing a custom type to Moralis.Streams.parsedLogs<MyEvent>(). This now works as expected, and the returned type is of MyEvent[]

  • Updated dependencies []:

    • @moralisweb3/core@2.5.1
    • @moralisweb3/api-utils@2.5.1
    • @moralisweb3/evm-utils@2.5.1

2.5.0

Minor Changes

  • #683 cd9a9ce5 Thanks @ErnoW! - Add Moralis.Streams.retry() to retry failed webhooks, and add Moralis.Streams.updateStatus() to update the status of a webhook.
  • #677 b5f3bc77 Thanks @ErnoW! - Add Moralis.Streams.getHistory to get all failed webhooks

Patch Changes

  • Updated dependencies [c719cc2f]:
    • @moralisweb3/core@2.5.0
    • @moralisweb3/api-utils@2.5.0
    • @moralisweb3/evm-utils@2.5.0

2.4.0

Minor Changes

  • #658 7fffd1e4 Thanks @sogunshola! - Intergrating stream API in code base, creating a new package @moralisweb3/streams

Patch Changes

  • Updated dependencies [7fffd1e4]:
    • @moralisweb3/api-utils@2.4.0
    • @moralisweb3/core@2.4.0
    • @moralisweb3/evm-utils@2.4.0