🔖(minor) bump release version 0.19.0

Added

- (backend) manage reconciliation requests for user accounts
- (backend) add recursive folder export as ZIP archive
- (frontend) add folder export action
- (backend) background conversion of legacy Office files
- (backend) allow grist file upload
- (frontend) add CTA on public link for anonymous and authenticated users

Changed

- 🐛(backend) replace VersionId by Etag for WOPI
- 🐛(backend) sanitize slash in template-created filenames

Removed

- 🔥(backend) drop deprecated numchild columns from item
This commit is contained in:
Nicolas Clerc
2026-06-09 13:08:43 +02:00
parent b5e8538744
commit 4fd3c79566
8 changed files with 12 additions and 12 deletions
+5 -5
View File
@@ -8,6 +8,8 @@ and this project adheres to
## [Unreleased]
## [v0.19.0] - 2026-06-09
### Added
- ✨(backend) manage reconciliation requests for user accounts
@@ -15,6 +17,7 @@ and this project adheres to
- ✨(frontend) add folder export action
- ✨(backend) background conversion of legacy Office files
- ✨(backend) allow grist file upload
- ✨(frontend) add CTA on public link for anonymous and authenticated users
### Changed
@@ -25,10 +28,6 @@ and this project adheres to
- 🔥(backend) drop deprecated numchild columns from item
### Added
- ✨(frontend) add CTA on public link for anonymous and authenticated users
## [v0.18.0] - 2026-05-04
### Added
@@ -453,7 +452,8 @@ and this project adheres to
- 🌐(front) add english translation for rename modal
- 🐛(global) fix wrong Content-Type on specific s3 implementations
[unreleased]: https://github.com/suitenumerique/drive/compare/v0.18.0...main
[unreleased]: https://github.com/suitenumerique/drive/compare/v0.19.0...main
[v0.19.0]: https://github.com/suitenumerique/drive/releases/v0.19.0
[v0.18.0]: https://github.com/suitenumerique/drive/releases/v0.18.0
[v0.17.0]: https://github.com/suitenumerique/drive/releases/v0.17.0
[v0.16.0]: https://github.com/suitenumerique/drive/releases/v0.16.0
+1 -1
View File
@@ -7,7 +7,7 @@ build-backend = "uv_build"
[project]
name = "drive"
version = "0.18.0"
version = "0.19.0"
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
classifiers = [
"Development Status :: 5 - Production/Stable",
+1 -1
View File
@@ -658,7 +658,7 @@ wheels = [
[[package]]
name = "drive"
version = "0.18.0"
version = "0.19.0"
source = { editable = "." }
dependencies = [
{ name = "boto3" },
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "drive",
"version": "0.18.0",
"version": "0.19.0",
"private": true,
"scripts": {
"dev": "next dev",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "main",
"version": "0.18.0",
"version": "0.19.0",
"private": true,
"workspaces": [
"apps/*",
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
type: application
name: drive
version: 0.18.0
version: 0.19.0
appVersion: latest
+1 -1
View File
@@ -1,7 +1,7 @@
environments:
dev:
values:
- version: 0.18.0
- version: 0.19.0
---
repositories:
- name: dev-backends
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mail_mjml",
"version": "0.18.0",
"version": "0.19.0",
"description": "An util to generate html and text django's templates from mjml templates",
"type": "module",
"dependencies": {