Skip to content

@lightmill/log-server@3.0.0-beta.22

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Jul 13:55
· 201 commits to main since this release
ecf056e

Major Changes

  • 4ba84e4: Rename Store#addRunLogs to Store#addLogs.
  • 4ba84e4: Stop sorting logs per type with SQLiteStore#getLogs. Creation date is more relevant. Also update the corresponding database index.
  • 97ea257: Store has been renamed to SQLiteStore. The store type has been untied from the SQLiteStore class.
  • 4ba84e4: Store#addLogs now requires a createdAt property for each log

Patch Changes

  • 97ea257: fix clients being able to create two runs