Skip to content

Commit

Permalink
- Created migration script for the image data separation.
Browse files Browse the repository at this point in the history
- Moved image binaries from messages to separate imageDB as blobs with image name as key.
- Fixed bug where message timestamps were not unique.
- Removed unused assets.
  • Loading branch information
PeterBlenessy committed Oct 9, 2023
1 parent 7b3ea17 commit 8fe253c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Notarization errors when updating outdated dependencies. Debug by initiating notarization locally.

## [UNRELEASED]

## v0.24.0 - 2023-10-09
- Removed unused assets.
- Fixed bug where message timestamps were not unique.
- Moved image binaries from messages to separate imageDB as blobs with image name as key.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "team-ai",
"private": true,
"version": "0.23.1",
"version": "0.24.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 8fe253c

Please sign in to comment.