mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
release: 0.4.3
This commit is contained in:
parent
69fca82a86
commit
7f9bc95c5c
29
CHANGELOG.md
29
CHANGELOG.md
@ -5,6 +5,35 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [0.4.3] 2023-04-11
|
||||||
|
|
||||||
|
The repository has changed from `nitnelave/lldap` to `lldap/lldap`, both on GitHub
|
||||||
|
and on DockerHub (although we will keep publishing the images to
|
||||||
|
`nitnelave/lldap` for the foreseeable future). All data on GitHub has been
|
||||||
|
migrated, and the new docker images are available both on DockerHub and on the
|
||||||
|
GHCR under `lldap/lldap`.
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- EC private keys are not supported for LDAPS.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- SMTP user no longer has a default value (and instead defaults to unauthenticated).
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- WASM payload is now delivered uncompressed to Safari due to a Safari bug.
|
||||||
|
- Password reset no longer redirects to login page.
|
||||||
|
- NextCloud config should add the "mail" attribute.
|
||||||
|
- GraphQL parameters are now urldecoded, to support special characters in usernames.
|
||||||
|
- Healthcheck correctly checks the server certificate.
|
||||||
|
|
||||||
|
### New services
|
||||||
|
|
||||||
|
- Home Assistant
|
||||||
|
- Shaarli
|
||||||
|
|
||||||
## [0.4.2] - 2023-03-27
|
## [0.4.2] - 2023-03-27
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lldap_app"
|
name = "lldap_app"
|
||||||
version = "0.4.3-alpha"
|
version = "0.4.3"
|
||||||
authors = ["Valentin Tolmer <valentin@tolmer.fr>"]
|
authors = ["Valentin Tolmer <valentin@tolmer.fr>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
include = ["src/**/*", "queries/**/*", "Cargo.toml", "../schema.graphql"]
|
include = ["src/**/*", "queries/**/*", "Cargo.toml", "../schema.graphql"]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
authors = ["Valentin Tolmer <valentin@tolmer.fr>"]
|
authors = ["Valentin Tolmer <valentin@tolmer.fr>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "lldap"
|
name = "lldap"
|
||||||
version = "0.4.3-alpha"
|
version = "0.4.3"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix = "0.13"
|
actix = "0.13"
|
||||||
|
Loading…
Reference in New Issue
Block a user