Skip to content

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

Dabbu Server v1.5.5

25 Feb 06:49
6589848
Compare
Choose a tag to compare

Add code style enforcing and workflows

Dabbu Server v1.5.4

25 Feb 02:46
Compare
Choose a tag to compare

Gmail now adds each message as an individual markdown file to the zip, also download inline attachments

Latest commit notes:
feat: 1.5.4: gmail: rewrite message parser

  • gmail: rewrite message parser, each message is stored as a file in the zip, add support for inline attachments
  • remove logging, todo: replace with better way of doing it
  • docs: update gmail, google_drive module docs

Dabbu Server 1.5.3

23 Feb 09:53
Compare
Choose a tag to compare

Adds logging capability when DEBUG=true, Gmail accepts multiple labels separated by a comma as the folder path

Latest commit notes:
feat: add logging capability when DEBUG=true

  • WARNING: logs may reveal sesitive information like file names, subject of emails, etc.
  • To enable debug logging, add DEBUG=true before the file name while running the program
  • misc bug fixes

Dabbu Server v1.5.2

22 Feb 16:23
Compare
Choose a tag to compare

Fixed bug in pagination for Gmail and Google Drive results

Latest commit notes:
fix: gmail, google_drive: remove undefined result while paginating

  • check if results returned are undefined, if so, don't add them
  • also check if final files/messages array length is more than 0

Dabbu Server v1.5.1

22 Feb 10:06
6ead253
Compare
Choose a tag to compare

Gmail: allow listing threads that have all the specified labels (space separated labels as folder path)

Latest commit notes:
feat: gmail: allow listing files with multiple labels

  • to find files with multiple labels, enter the labels separated by spaces as the folder path
  • fix bug in folder path parsing in hard drive update method

Dabbu Server v1.5.0

21 Feb 17:26
219f3fb
Compare
Choose a tag to compare

Adds API to retrieve files from cache, overhauls Gmail provider

Latest commit notes:
feat: add api to request files from cache

  • remove start command required to start server, simply executing the file will work
  • gmail: bundle files from gmail thread into zip
  • fix relative path detection for providers

Dabbu Server v1.4.5

19 Feb 15:06
61fd37f
Compare
Choose a tag to compare

Gmail threads are now named in the following format: {date} - {thread ID} - {subject}.md

Last commit notes:
feat: gmail: rename files to have a .md extension

Dabbu Server v1.4.4

19 Feb 12:36
Compare
Choose a tag to compare

Change server to build to executables for linux, macos and windows. Makes release and install process easier

  • Added first Github release (v1.4.4)

Last commit notes:
feat: make install easier with executables

  • modify server to accept config from command line args
  • remove config/*
  • modify install, contribute instructions