2024-01-03 10:09:31 +01:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
|
|
and this project adheres to
|
|
|
|
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
|
|
## [Unreleased]
|
2024-08-09 12:46:13 +02:00
|
|
|
|
2024-09-14 00:59:38 +02:00
|
|
|
|
2024-09-17 15:24:35 +02:00
|
|
|
### Added
|
|
|
|
|
|
2024-09-24 12:11:56 +02:00
|
|
|
- ✨(ci) add helmfile linter and fix argocd sync #424
|
2024-09-19 18:47:08 +02:00
|
|
|
- ✨(domains) add endpoint to list and retrieve domain accesses #404
|
|
|
|
|
- 🍱(dev) embark dimail-api as container #366
|
2024-09-10 15:01:36 +02:00
|
|
|
- ✨(dimail) allow la regie to request a token for another user #416
|
|
|
|
|
- ✨(frontend) show username on AccountDropDown #412
|
|
|
|
|
- 🥅(frontend) improve add & update group forms error handling #387
|
2024-08-26 15:58:37 +02:00
|
|
|
- ✨(frontend) allow group members filtering #363
|
2024-09-20 18:08:02 +02:00
|
|
|
- ✨(mailbox) send new mailbox confirmation email #397
|
2024-09-27 15:54:44 +02:00
|
|
|
- ✨(domains) domain accesses update API #423
|
2024-09-25 00:43:02 +02:00
|
|
|
- ✨(backend) domain accesses create API #428
|
2024-09-10 19:13:11 +02:00
|
|
|
- 🥅(frontend) catch new errors on mailbox creation #392
|
2024-09-30 14:35:53 +02:00
|
|
|
- ✨(api) domain accesses delete API #433
|
2024-09-19 18:47:08 +02:00
|
|
|
|
2024-09-11 19:33:40 +02:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
- ♿️(frontend) fix left nav panel #396
|
2024-09-30 09:26:59 +02:00
|
|
|
- 🔧(backend) fix configuration to avoid different ssl warning #432
|
2024-09-11 19:33:40 +02:00
|
|
|
|
2024-09-19 18:47:08 +02:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
- ♻️(serializers) move business logic to serializers #414
|
2024-09-14 00:59:38 +02:00
|
|
|
|
2024-09-10 17:10:17 +02:00
|
|
|
## [1.1.0] - 2024-09-10
|
|
|
|
|
|
2024-09-04 18:00:39 +02:00
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- 📈(monitoring) configure sentry monitoring #378
|
2024-09-04 23:23:13 +02:00
|
|
|
- 🥅(frontend) improve api error handling #355
|
2024-09-04 18:00:39 +02:00
|
|
|
|
2024-08-30 15:49:04 +02:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
- 🗃️(models) move dimail 'secret' to settings #372
|
|
|
|
|
|
2024-09-03 18:29:28 +02:00
|
|
|
### Fixed
|
|
|
|
|
|
2024-09-06 13:59:02 +02:00
|
|
|
- 🐛(dimail) improve handling of dimail errors on failed mailbox creation #377
|
2024-08-30 15:49:04 +02:00
|
|
|
- 💬(frontend) fix group member removal text #382
|
|
|
|
|
- 💬(frontend) fix add mail domain text #382
|
2024-09-06 02:35:52 +02:00
|
|
|
- 🐛(frontend) fix keyboard navigation #379
|
2024-09-04 23:23:13 +02:00
|
|
|
- 🐛(frontend) fix add mail domain form submission #355
|
2024-09-03 18:29:28 +02:00
|
|
|
|
2024-08-29 15:53:38 +02:00
|
|
|
## [1.0.2] - 2024-08-30
|
|
|
|
|
|
2024-08-20 10:31:34 +02:00
|
|
|
### Added
|
|
|
|
|
|
2024-08-26 19:10:43 +02:00
|
|
|
- 🔧Runtime config for the frontend (#345)
|
2024-08-29 15:53:38 +02:00
|
|
|
- 🔧(helm) configure resource server in staging
|
2024-08-26 19:10:43 +02:00
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
- 👽️(mailboxes) fix mailbox creation after dimail api improvement (#360)
|
2024-08-20 10:31:34 +02:00
|
|
|
|
2024-08-19 19:03:27 +02:00
|
|
|
## [1.0.1] - 2024-08-19
|
|
|
|
|
|
|
|
|
|
### Fixed
|
2024-08-14 17:43:10 +02:00
|
|
|
|
|
|
|
|
- ✨(frontend) user can add mail domains
|
|
|
|
|
|
2024-08-09 12:46:13 +02:00
|
|
|
## [1.0.0] - 2024-08-09
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- ✨(domains) create and manage domains on admin + API
|
|
|
|
|
- ✨(domains) mailbox creation + link to email provisioning API
|
|
|
|
|
|
2024-09-10 17:10:17 +02:00
|
|
|
[unreleased]: https://github.com/numerique-gouv/people/compare/v1.1.0...main
|
|
|
|
|
[1.1.0]: https://github.com/numerique-gouv/people/releases/v1.1.0
|
2024-08-29 15:53:38 +02:00
|
|
|
[1.0.2]: https://github.com/numerique-gouv/people/releases/v1.0.2
|
2024-08-19 19:03:27 +02:00
|
|
|
[1.0.1]: https://github.com/numerique-gouv/people/releases/v1.0.1
|
|
|
|
|
[1.0.0]: https://github.com/numerique-gouv/people/releases/v1.0.0
|