Skip to content

Releases: dabbu-knowledge-platform/files-api-server

Dabbu Files API Server v1.8.2

30 Mar 05:22
Compare
Choose a tag to compare

Maintenance

  • Enable dependabot.
  • Update the following dependencies:
    • pkg
    • file-type
    • archiver

Commits since last release:

  • chore: release v1.8.2 98629d0
  • style: format dependabot config file 0d3007d
  • vendor: bump pkg from 4.4.9 to 4.5.1 (#14) c18a8ad
  • vendor: bump file-type from 16.2.0 to 16.3.0 (#13) b18cd4a
  • vendor: bump archiver from 5.2.0 to 5.3.0 (#12) 74ab880
  • vendor: add dependabot config file (#1) b269481
  • build(deps-dev): bump pkg from 4.4.9 to 4.5.1 264dd97
  • build(deps): bump file-type from 16.2.0 to 16.3.0 47845dc
  • build(deps): bump archiver from 5.2.0 to 5.3.0 1635f3e
  • Create Dependabot config file 52f00f4
  • docs: fix typos, update urls in CONTRIBUTING 9b93c5e

Dabbu Files API Server v1.8.1

28 Mar 14:19
Compare
Choose a tag to compare

Changes to server

  • Log files now have a .log extension instead of .txt.

Provider specific changes

Gmail

  • Change extension of mail threads to .zip.

Builds and CI

  • Added support for Alpine Linux.
  • Completely revamp CI to build executables and release versions automatically based on CHANGELOG.md and version file.

Documentation

  • Updated README, CONTRIBUTING and .github/*TEMPLATE.

Commits since last release:

  • chore: release v1.8.1 40212bb
  • docs: update README and CONTRIBUTING cb3ccfd
  • ci: add support for alpine linux 70233ee
  • ci: revamp workflow to build and release executables automatically 442c1ff
  • docs: update pull request and issue templates 8c2ba20
  • chore: release v1.8.0 0511edf
  • fix: change log file ext to .log d6dc8f0
  • vendor: switch back to node 14.16.0 5d7341f
  • chore: release v1.7.3 b4bc93a
  • fix: add .zip extension to gmail file names 507f876
  • chore: bump version to 1.7.2 ca6d438
  • vendor: use node v15.11.0 5dccb58

Dabbu Files API Server v1.7.1

17 Mar 15:16
Compare
Choose a tag to compare

Gmail: change label separator in AND queries to /

  • feat: change label separator to / 2d877a4

Dabbu Files API Server v1.7.0

11 Mar 08:11
Compare
Choose a tag to compare

Change path of .cache folder to _dabbu

  • docs: point users to website for install instructions 4d9933e
  • feat: change path of .cache to _dabbu 5cf77a5

Dabbu Files API Server v1.6.5

07 Mar 14:32
Compare
Choose a tag to compare

Fixes crash while requesting list of enabled providers

  • fix: enabledProviders not part of request variable 22b3c32

Dabbu Files API Server v1.6.4

06 Mar 11:00
Compare
Choose a tag to compare

Use breakdown for conversion of HTML to Markdown

Latest commit notes:
fix: use breakdance instead of turndown for formatting

Dabbu Files API Server v1.6.3

02 Mar 10:56
Compare
Choose a tag to compare

Fix missing error imports

Latest commit notes:
fix: fix missing error imports

Dabbu Files API Server v1.6.2

02 Mar 09:17
Compare
Choose a tag to compare

Renamed everything to Files API Server, refactored to adhere to Files API Specification

Latest commits:
fix: rewrite check for port passed as argument
refactor: rename Dabbu Server to Dabbu Files API Server
fix: add util function to generate URL for cache api
fix: add util function to generate URL for cache api
refactor: refactor server to have routes
docs: update Procfile to disable hard_drive provider on hosted instance
docs: add documentation link to README
fix: change providerNotEnabled and methodNotImplemented http response

Dabbu Server v1.5.7

27 Feb 09:07
Compare
Choose a tag to compare

Adds documentation

Dabbu Server v1.5.6

25 Feb 14:56
Compare
Choose a tag to compare

Change path to cache folder, it is now .cache/_server/

Latest commit notes:
fix: change path of cache folder

  • to prevent conflict between server and other app caches, the cache is now located within .cache/_server/
  • gmail: add message number to attachment file name