Skip to content

Commit

Permalink
Release 0.12.0 (#86)
Browse files Browse the repository at this point in the history
* update CHANGELOG.md

* update CHANGELOG.md

* update package.json

* update CHANGELOG.md

* update CHANGELOG.md
  • Loading branch information
Oleksandr1414 authored Jan 10, 2024
1 parent 257cd0f commit 1ac5661
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.12.0

### Features

- Implemented the cache for attachments links. This will allow to preserve the same attachment’s link across multiple requests during the last hour (configurable via FILE_DOWNLOAD_URL_EXPIRES_IN env).
- Added a new field `file_blur_hash` for all attachments included in the message. The field is needed to display a **blurred** image while the full image is being loaded from the server.
- Optimized the **process** the project deployment.

## 0.11.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sama",
"version": "0.11.0",
"version": "0.12.0",
"description": "Simple but Advanced Messaging Alternative",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 1ac5661

Please sign in to comment.