Skip to content

v1.0.0-dev.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@async3619 async3619 released this 17 Jun 01:32
· 51 commits to dev since this release

1.0.0-dev.3 (2023-06-17)

Bug Fixes 🐞

  • storage: now attachments' storing data will not wiped after crawling (22fd4a6)
  • storage: now storage will check attachments is already stored (84d069f)

Internal 🧰

  • config: expose configuration loading logic into entry point (41312fd)
  • database: add database migration (f4f32c6)
  • database: remove DataSource database entity (c56e1bb)

Features ✨

  • database: add dropping database cli options (62d117a)
  • graphql: implement graphql api endpoint (291ac96)