Releases: dabbu-knowledge-platform/files-api-server
Dabbu Server v1.5.5
Add code style enforcing and workflows
Dabbu Server v1.5.4
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
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
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
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
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
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
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