File tree Expand file tree Collapse file tree 12 files changed +29
-13
lines changed Expand file tree Collapse file tree 12 files changed +29
-13
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,23 @@ and this project adheres to
88
99## [ Unreleased]
1010
11+ ## [ 3.0.0] - 2025-03-28
12+
1113## Added
1214
1315- π(legal) Require contributors to sign a DCO #779
1416
1517## Changed
1618
1719- β»οΈ(frontend) Integrate UI kit #783
18- - ποΈ(y-provider) manage auth in y-provider app
20+ - ποΈ(y-provider) manage auth in y-provider app # 804
1921
2022## Fixed
2123
2224- π(backend) compute ancestor_links in get_abilities if needed #725
2325- ποΈ(back) restrict access to document accesses #801
2426
27+
2528## [ 2.6.0] - 2025-03-21
2629
2730## Added
@@ -503,8 +506,9 @@ and this project adheres to
503506- β¨(frontend) Coming Soon page (#67 )
504507- π Impress, project to manage your documents easily and collaboratively.
505508
506- [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v2.6.0...main
507- [ v2.5.0 ] : https://github.com/numerique-gouv/impress/releases/v2.6.0
509+ [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v3.0.0...main
510+ [ v3.0.0 ] : https://github.com/numerique-gouv/impress/releases/v3.0.0
511+ [ v2.6.0 ] : https://github.com/numerique-gouv/impress/releases/v2.6.0
508512[ v2.5.0 ] : https://github.com/numerique-gouv/impress/releases/v2.5.0
509513[ v2.4.0 ] : https://github.com/numerique-gouv/impress/releases/v2.4.0
510514[ v2.3.0 ] : https://github.com/numerique-gouv/impress/releases/v2.3.0
Original file line number Diff line number Diff line change @@ -16,6 +16,18 @@ the following command inside your docker container:
1616
1717## [ Unreleased]
1818
19+ ## [ 3.0.0] - 2025-03-28
20+
21+ We are not using the nginx auth request anymore to access the collaboration server (` yProvider ` )
22+ The authentication is now managed directly from the yProvider server.
23+ You must remove the annotation ` nginx.ingress.kubernetes.io/auth-url ` from the ` ingressCollaborationWS ` .
24+
25+ This means as well that the yProvider server must be able to access the Django server.
26+ To do so, you must set the ` COLLABORATION_BACKEND_BASE_URL ` environment variable to the ` yProvider `
27+ service.
28+
29+ ## [ 2.2.0] - 2025-02-10
30+
1931- AI features are now limited to users who are authenticated. Before this release, even anonymous
2032 users who gained editor access on a document with link reach used to get AI feature.
2133 IF you want anonymous users to keep access on AI features, you must now define the
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " impress"
10- version = " 2.6 .0"
10+ version = " 3.0 .0"
1111authors = [{
"name" =
" DINUM" ,
"email" =
" [email protected] " }]
1212classifiers = [
1313 " Development Status :: 5 - Production/Stable" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " app-e2e" ,
3- "version" : " 2.6 .0" ,
3+ "version" : " 3.0 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "lint" : " eslint . --ext .ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " app-impress" ,
3- "version" : " 2.6 .0" ,
3+ "version" : " 3.0 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " impress" ,
3- "version" : " 2.6 .0" ,
3+ "version" : " 3.0 .0" ,
44 "private" : true ,
55 "workspaces" : {
66 "packages" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-impress" ,
3- "version" : " 2.6 .0" ,
3+ "version" : " 3.0 .0" ,
44 "license" : " MIT" ,
55 "scripts" : {
66 "lint" : " eslint --ext .js ."
Original file line number Diff line number Diff line change 11{
22 "name" : " packages-i18n" ,
3- "version" : " 2.6 .0" ,
3+ "version" : " 3.0 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "extract-translation" : " yarn extract-translation:impress" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " server-y-provider" ,
3- "version" : " 2.6 .0" ,
3+ "version" : " 3.0 .0" ,
44 "description" : " Y.js provider for docs" ,
55 "repository" : " https://github.com/numerique-gouv/impress" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11environments :
22 dev :
33 values :
4- - version : 2.6 .0
4+ - version : 3.0 .0
55---
66repositories :
77- name : bitnami
You canβt perform that action at this time.
0 commit comments