Skip to content

Latest commit

 

History

History
112 lines (89 loc) · 4.13 KB

CHANGELOG.md

File metadata and controls

112 lines (89 loc) · 4.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

4.0.1 - 2024-10-22

Changed

  • Bump @subql/types-core dependency (#135)

3.6.1 - 2024-09-10

Changed

  • Bump version with @subql/types-core

3.5.0 - 2024-08-07

Changed

  • Update dependencies (#130)

3.4.0 - 2024-07-03

Changed

  • Bump version with @subql/types-core

3.3.0 - 2024-05-02

Changed

  • Update dependencies and apply changes to match (#115)

3.2.0 - 2024-04-10

Changed

  • Update @subql/types-core

3.1.2 - 2024-02-07

Changed

  • Update @subql/types-core

3.1.1 - 2023-11-30

Changed

  • Sync with @subql/types-core 0.4.0

3.1.0 - 2023-11-01

Changed

  • Import @subql/types-core global into global so its no longer needed to update tsconfig in projects (#83)

3.0.1 - 2023-10-26

Changed

  • Update types-core dependency

3.0.0 - 2023-10-04

Changed

  • Use @subql/types-core

2.2.0 - 2023-07-31

Added

  • Add block to AlgorandTransaction (#67)
  • Add getTransactionsByGroup to AlgorandBlock (#67)
  • Add applicationArgs to AlgorandTransactionFilter (#67)

Changed

  • Update license to GPL-3.0 (#70)

2.1.0 - 2023-05-17

Changed

  • Sync with main SDK

2.0.0 - 2023-05-01

Changed

  • Sync with main SDK for 2.0 release

1.6.0 - 2023-02-21

Changed

  • Sync with main sdk
    • Add count to Store interface
    • Support for bypassBlocks

1.5.0 - 2023-01-24

Added

  • Add count function to get the number of entities (#22)

1.4.0 - 2022-11-11

Changed

  • Sync changes from main SDK, update AlgorandBlockFilter include timestamp.

1.3.0 - 2022-09-02

Changed

  • Updated store.getByField to have limit and offset options: getByField(entity: string, field: string, value: any, options?: {offset?: number; limit?: number}): Promise<Entity[]>;.
  • Added bulkUpdate and bulkGet to the injected store. This can be used to optimise handlers and speed up indexing.

1.2.1 - 2022-08-04

1.2.0 - 2022-08-04