Releases: dabbu-knowledge-platform/files-api-server
Dabbu Files API Server v1.8.2
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
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
Gmail: change label separator in AND queries to /
- feat: change label separator to
/
2d877a4
Dabbu Files API Server v1.7.0
Dabbu Files API Server v1.6.5
Fixes crash while requesting list of enabled providers
- fix: enabledProviders not part of request variable 22b3c32
Dabbu Files API Server v1.6.4
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
Fix missing error imports
Latest commit notes:
fix: fix missing error imports
Dabbu Files API Server v1.6.2
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
Adds documentation
Dabbu Server v1.5.6
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