mirror of
https://github.com/suitenumerique/docs.git
synced 2026-04-25 17:15:01 +02:00
🔖(patch) release 4.8.1
Added - 🔧(backend) add DB_PSYCOPG_POOL_ENABLED settings Changed - ⬇️(backend) downgrade django-treebeard to version < 5.0.0
This commit is contained in:
@@ -6,13 +6,15 @@ and this project adheres to
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v4.8.1] - 2026-03-17
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- 🔧(backend) add DB_PSYCOPG_POOL_ENABLED settings
|
- 🔧(backend) add DB_PSYCOPG_POOL_ENABLED settings #2035
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- ⬇️(backend) downgrade django-treebeard to version < 5.0.0
|
- ⬇️(backend) downgrade django-treebeard to version < 5.0.0 #2036
|
||||||
|
|
||||||
## [v4.8.0] - 2026-03-13
|
## [v4.8.0] - 2026-03-13
|
||||||
|
|
||||||
@@ -1113,7 +1115,8 @@ and this project adheres to
|
|||||||
- ✨(frontend) Coming Soon page (#67)
|
- ✨(frontend) Coming Soon page (#67)
|
||||||
- 🚀 Impress, project to manage your documents easily and collaboratively.
|
- 🚀 Impress, project to manage your documents easily and collaboratively.
|
||||||
|
|
||||||
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.8.0...main
|
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.8.1...main
|
||||||
|
[v4.8.1]: https://github.com/suitenumerique/docs/releases/v4.8.1
|
||||||
[v4.8.0]: https://github.com/suitenumerique/docs/releases/v4.8.0
|
[v4.8.0]: https://github.com/suitenumerique/docs/releases/v4.8.0
|
||||||
[v4.7.0]: https://github.com/suitenumerique/docs/releases/v4.7.0
|
[v4.7.0]: https://github.com/suitenumerique/docs/releases/v4.7.0
|
||||||
[v4.6.0]: https://github.com/suitenumerique/docs/releases/v4.6.0
|
[v4.6.0]: https://github.com/suitenumerique/docs/releases/v4.6.0
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "impress"
|
name = "impress"
|
||||||
version = "4.8.0"
|
version = "4.8.1"
|
||||||
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
|
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "app-e2e",
|
"name": "app-e2e",
|
||||||
"version": "4.8.0",
|
"version": "4.8.1",
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"author": "DINUM",
|
"author": "DINUM",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "app-impress",
|
"name": "app-impress",
|
||||||
"version": "4.8.0",
|
"version": "4.8.1",
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"author": "DINUM",
|
"author": "DINUM",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "impress",
|
"name": "impress",
|
||||||
"version": "4.8.0",
|
"version": "4.8.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"author": "DINUM",
|
"author": "DINUM",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "eslint-plugin-docs",
|
"name": "eslint-plugin-docs",
|
||||||
"version": "4.8.0",
|
"version": "4.8.1",
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"author": "DINUM",
|
"author": "DINUM",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "packages-i18n",
|
"name": "packages-i18n",
|
||||||
"version": "4.8.0",
|
"version": "4.8.1",
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"author": "DINUM",
|
"author": "DINUM",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "server-y-provider",
|
"name": "server-y-provider",
|
||||||
"version": "4.8.0",
|
"version": "4.8.1",
|
||||||
"description": "Y.js provider for docs",
|
"description": "Y.js provider for docs",
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
type: application
|
type: application
|
||||||
name: docs
|
name: docs
|
||||||
version: 4.8.0
|
version: 4.8.1
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mail_mjml",
|
"name": "mail_mjml",
|
||||||
"version": "4.8.0",
|
"version": "4.8.1",
|
||||||
"description": "An util to generate html and text django's templates from mjml templates",
|
"description": "An util to generate html and text django's templates from mjml templates",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user