Releases: cabinetjs/server
Releases · cabinetjs/server
v1.0.0-dev.11
1.0.0-dev.11 (2023-07-01)
Features ✨
- statistics: add api field for querying historical statistics data (ca7b559)
v1.0.0-dev.10
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
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
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
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 ✨
v1.0.0-dev.6
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
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 ✨
v1.0.0-dev.4
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
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 ✨
v1.0.0-dev.2
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)