v0.7.0
What's Changed
- include screenshot counts in GET/ summary by @LordNoteworthy in #60
- feat(behavior): include capabilities in file resource by @LordNoteworthy in #61
- fix: do not change list to object when result is one by @LordNoteworthy in #62
- fix: return empty list when no result is found by @LordNoteworthy in #63
- feat: enable scanning with custom config by @LordNoteworthy in #64
- chore: bump deps by @LordNoteworthy in #65
- chore: create a new make rule for project initialization by @JLL32 in #67
- chore: ignore auto-generated files, yml fmt/lint, and fix CI linting by @LordNoteworthy in #66
- build: fix docker compose failure in arm64 machines by @JLL32 in #68
- doc: update getting started section in README by @LordNoteworthy in #69
- feat: improve returned results from items: null to items = [] by @LordNoteworthy in #70
- perf: make files upload async in the background by @JLL32 in #71
- fix: increasing comments counts null ptr deref by @LordNoteworthy in #73
- fix security definitions key type, oauth2 is the one for jwt by @sickl8 in #74
- fix: do not produce to the queue until the file is uploaded by @sickl8 in #75
- fix internal error when passing invalid file fields by @JLL32 in #76
- return empty slice instead of null when there is no user activity by @JLL32 in #77
- feat: add TLSH to the file entity by @LordNoteworthy in #78
- feat: add option to search strings by @LordNoteworthy in #79
- feat: improve strings/ return schema when no query is given by @LordNoteworthy in #80
- fix: pagination in strings/ by @LordNoteworthy in #81
- feat: make string search case incensitive by @LordNoteworthy in #82
- feat: make sys-events searchable by @LordNoteworthy in #83
- feat: remove unused HasAvatar by @LordNoteworthy in #84
New Contributors
Full Changelog: v0.6.0...v0.7.0