Skip to content

Commit accbc45

Browse files
committed
chore(main): release 2.5.0
1 parent e70e856 commit accbc45

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.5.0](https://github.com/graasp/graasp/compare/v2.4.0...v2.5.0) (2025-06-20)
6+
7+
8+
### Features
9+
10+
* use yazl for export actions of items ([#1914](https://github.com/graasp/graasp/issues/1914)) ([e70e856](https://github.com/graasp/graasp/commit/e70e856b3cc2a4200948d8514355d2e5314d8078))
11+
* workers for export item as zip (import export refactor) ([#1891](https://github.com/graasp/graasp/issues/1891)) ([a69948d](https://github.com/graasp/graasp/commit/a69948d3cbb9e51e54bfc26ae9abba7df1ae674b))
12+
13+
14+
### Bug Fixes
15+
16+
* change download file schema ([#1912](https://github.com/graasp/graasp/issues/1912)) ([b2e59c7](https://github.com/graasp/graasp/commit/b2e59c7d6d37229508ef428e086ca7180df0d742))
17+
* **deps:** update dependency @fastify/swagger to v9.5.1 ([#1885](https://github.com/graasp/graasp/issues/1885)) ([c037226](https://github.com/graasp/graasp/commit/c03722693c45a9d5985e7deaf31b220147d7d7f6))
18+
* **deps:** update dependency fastify to v5.3.3 ([#1886](https://github.com/graasp/graasp/issues/1886)) ([4aa8219](https://github.com/graasp/graasp/commit/4aa821937a6028fe6df0d31e009e36407e6153e7))
19+
* **deps:** update dependency ioredis to v5.6.1 ([#1852](https://github.com/graasp/graasp/issues/1852)) ([cc1a53c](https://github.com/graasp/graasp/commit/cc1a53c880b98e44380cf5a05ee839ed127853df))
20+
* **deps:** update dependency nodemailer to v6.10.1 ([#1853](https://github.com/graasp/graasp/issues/1853)) ([7ab6cc3](https://github.com/graasp/graasp/commit/7ab6cc3fb17280c5179c06e948d0374544f9d662))
21+
* display thumbnail failure reason as JSON.stringified ([#1903](https://github.com/graasp/graasp/issues/1903)) ([81f8d4b](https://github.com/graasp/graasp/commit/81f8d4bcc216723e4d431b2f520f9d677d82b6e8))
22+
* prepare changes for ESM use verbatimSyntax ([#1896](https://github.com/graasp/graasp/issues/1896)) ([311f8e1](https://github.com/graasp/graasp/commit/311f8e124e8d4695825cb8658b61f679173f650a))
23+
* **refactor:** simplify environment variables ([#1897](https://github.com/graasp/graasp/issues/1897)) ([041bcab](https://github.com/graasp/graasp/commit/041bcab7a8ffc6ab14999b9e3fa07df812f5c044))
24+
* sanitize original order before copy ([#1913](https://github.com/graasp/graasp/issues/1913)) ([b73d57a](https://github.com/graasp/graasp/commit/b73d57aa63bb1816b692f29a3958a7a755320fd4))
25+
* some typo in the readme ([#1894](https://github.com/graasp/graasp/issues/1894)) ([e7ea9be](https://github.com/graasp/graasp/commit/e7ea9beb0f48a0b4f2ed9c36333683aa6355a0db))
26+
* use hitsPerPage in search ([#1916](https://github.com/graasp/graasp/issues/1916)) ([d554c01](https://github.com/graasp/graasp/commit/d554c01b456867a7a60619c53a45a50c4c519b1e))
27+
* use pipeline instead of pipe ([#1906](https://github.com/graasp/graasp/issues/1906)) ([3e29d47](https://github.com/graasp/graasp/commit/3e29d47a797123050d7ffd5a03976b9c03fe072f))
28+
* use yazl for member export data ([#1911](https://github.com/graasp/graasp/issues/1911)) ([2dcf733](https://github.com/graasp/graasp/commit/2dcf733ec12258575c5108f86e8f1d37531994c0))
29+
530
## [2.4.0](https://github.com/graasp/graasp/compare/v2.3.0...v2.4.0) (2025-06-05)
631

732

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graasp",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"engines": {
55
"node": ">=22.14.0"
66
},

0 commit comments

Comments
 (0)