Skip to content

Releases: cabinetjs/server

v1.0.0-dev.11

01 Jul 12:22
Compare
Choose a tag to compare
v1.0.0-dev.11 Pre-release
Pre-release

1.0.0-dev.11 (2023-07-01)

Features ✨

  • statistics: add api field for querying historical statistics data (ca7b559)

v1.0.0-dev.10

30 Jun 10:31
Compare
Choose a tag to compare
v1.0.0-dev.10 Pre-release
Pre-release

1.0.0-dev.10 (2023-06-30)

Internal 🧰

  • core: add created time field on every archived entities (d545ca7)

Features ✨

  • statistics: add statistics data querying api (f07712a)

v1.0.0-dev.9

28 Jun 09:11
Compare
Choose a tag to compare
v1.0.0-dev.9 Pre-release
Pre-release

1.0.0-dev.9 (2023-06-28)

Bug Fixes 🐞

  • storage: now stored buffer will not be written on database (63916ce)

Features ✨

  • cli: add cli flag for specifying database file path (d3b3984)

Internal 🧰

  • cli: make cli options to be able to specify through environment variables (7c75cc9)

v1.0.0-dev.8

27 Jun 14:31
Compare
Choose a tag to compare
v1.0.0-dev.8 Pre-release
Pre-release

1.0.0-dev.8 (2023-06-27)

Bug Fixes 🐞

  • post: fix a bug that trying to get last reply even if there is no replies on a post (73b3330)

Internal 🧰

  • attachment: make video attachment streamable instead of sending whole buffer (8572cf6)
  • boards: make description field for boards nullable (3ff1691)
  • post: add author field for specifying who wrote its own article (cb7e46b)
  • storage: now attachment size and mime type can be determined after storing (37b6781)
  • storage: now checking attachment storing state will not be checked twice (c3af139)

v1.0.0-dev.7

23 Jun 04:58
Compare
Choose a tag to compare
v1.0.0-dev.7 Pre-release
Pre-release

1.0.0-dev.7 (2023-06-23)

Internal 🧰

  • database: now only changed or created entities written on database (a64e351)
  • thumbnail: now default thumbnail will be created when attachment is stored (5a12fc2)

Features ✨

  • attachment: make thumbnail can be generated with graphql api (1fe141e)
  • image-board: add withArchive field for scrapping archived threads (1a86e87)
  • threads: add api field for querying latest reply of a post (6b799eb)

v1.0.0-dev.6

22 Jun 11:00
Compare
Choose a tag to compare
v1.0.0-dev.6 Pre-release
Pre-release

1.0.0-dev.6 (2023-06-22)

Internal 🧰

  • attachment: add mime type field for attachment entity (4006320)
  • core: add written timestamp for post entity (b497eb4)

Features ✨

  • attachment: add api route for fetching attachments' actual data (dcf18e2)
  • attachment: implement generating thumbnails with largest dimension value (d6007e9)
  • graphql: add api field for querying available data source count (436000e)
  • graphql: add api field for querying board count of its data source (4c00a4d)

v1.0.0-dev.5

20 Jun 15:24
Compare
Choose a tag to compare
v1.0.0-dev.5 Pre-release
Pre-release

1.0.0-dev.5 (2023-06-20)

Bug Fixes 🐞

  • add missing migration scripts (cd715ed)
  • database: now post attachment will not wiped everytime crawling (7f5f1f6)
  • graphql: fix a bug that could not query attachment of posts (4d01d62)
  • image-board: now board description will not have html encoded texts (e4c63a4)

Internal 🧰

  • data-source: add graphql api fields for deep querying objects belongs to data source (35ffad2)
  • database: rewrite archived item storing algorithm (874df8c)
  • image-board: make all html entities in post contents decoded (142eade)

Features ✨

  • graphql: add api fields for post metadata (fac2059)
  • graphql: add query field for querying singular archived object (faba099)
  • graphql: add query fields for board metadata (9cfe721)

v1.0.0-dev.4

20 Jun 03:11
Compare
Choose a tag to compare
v1.0.0-dev.4 Pre-release
Pre-release

1.0.0-dev.4 (2023-06-20)

Features ✨

  • data-source: add api for querying the latest stored attachment (7341736)
  • data-source: implement api fields for querying data sources (f573329)
  • thumbnail: add attachment thumbnail generation feature (39dc928)

Internal 🧰

  • config: add thumbnail generation path config field (1d64d52)

v1.0.0-dev.3

17 Jun 01:32
Compare
Choose a tag to compare
v1.0.0-dev.3 Pre-release
Pre-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)

v1.0.0-dev.2

16 Jun 21:57
Compare
Choose a tag to compare
v1.0.0-dev.2 Pre-release
Pre-release

1.0.0-dev.2 (2023-06-16)

Internal 🧰

  • core: add title ascii art with versioning on startup (b40c5e5)
  • core: rewrite data hierarchy (73dff51)

Features ✨

  • storage: add storing attachments concurrency option (356e189)