Skip to content

Releases: flow-build/indexer

v1.0.2

23 Jan 18:35

Choose a tag to compare

chore(release): 1.0.2 [skip ci]

## [1.0.2](https://github.com/flow-build/indexer/compare/v1.0.1...v1.0.2) (2023-01-23)

### Bug Fixes

* :pushpin: update publish git workflow ([aa1b542](https://github.com/flow-build/indexer/commit/aa1b542c283b1a3bc1e6e1242d908f9676796be1))

v1.0.1

23 Jan 18:22

Choose a tag to compare

Security

  • Updates knex version to prevent security gap

v1.0.0

20 Oct 22:19

Choose a tag to compare

1.0.0 (2022-10-20)

Features

  • add validation (96c17b8)
  • controller: add indexController (3bc9e36)
  • facade: add methods to indexClass (b5add05)
  • facade: adds validation to createIndex (964c8d3)
  • facade: allow multiple fetchEntitiesByProcess (79b7c06)
  • nodes: add node classes (c80ab02)
  • scripts: add init script (ec1b5ad)

Bug Fixes

  • Add activity_manager_id to index entity (c902f15)
  • config: fix engine dependency (24825d7)
  • controller: await Promises to resolve (95fd283)
  • facade: typo (64e53f4)
  • fix gh publish (3366c59)
  • fix username (aa8259e)
  • scripts: fix init, add fs-extra (b21ca73)
  • several fixes (9a75bce)
  • update default log level to info (7a1d55f)

Performance Improvements

  • db: add db indexes (b762866)
  • persist: add indexes to migration (bca243d)