From 5fba134b35b47240e94096cd49fcd1f610d66995 Mon Sep 17 00:00:00 2001 From: Wei Zhang Date: Fri, 28 Feb 2025 17:17:38 +0800 Subject: [PATCH] docs(changelog): add v0.25.2 release notes (#3917) * docs(changelog): add v0.25.2 release notes Signed-off-by: Wei Zhang * chore: use single paragraph Signed-off-by: Wei Zhang --------- Signed-off-by: Wei Zhang --- .changes/v0.25.2.md | 9 +++++++++ CHANGELOG.md | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .changes/v0.25.2.md diff --git a/.changes/v0.25.2.md b/.changes/v0.25.2.md new file mode 100644 index 000000000000..916dc98925ee --- /dev/null +++ b/.changes/v0.25.2.md @@ -0,0 +1,9 @@ +## v0.25.2 (2025-02-28) + +### Notice + +* This is a patch release, please also check [the historical release note](https://github.com/TabbyML/tabby/releases/tag/v0.25.1) for 0.25.1. + +### Fixed and Improvements + +* Alter the LDAP login mechanism to query users across the Organizational Unit subtree rather than a single level. An LDAP directory is structured hierarchically as a tree of nodes. This modification empowers all users beneath the LDAP Organizational Unit (OU) subtree to authenticate, rather than restricting access to users within a specific OU. diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ce84cdc550..e93179839a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.25.2 (2025-02-28) + +### Notice + +* This is a patch release, please also check [the historical release note](https://github.com/TabbyML/tabby/releases/tag/v0.25.1) for 0.25.1. + +### Fixed and Improvements + +* Alter the LDAP login mechanism to query users across the Organizational Unit subtree rather than a single level. An LDAP directory is structured hierarchically as a tree of nodes. This modification empowers all users beneath the LDAP Organizational Unit (OU) subtree to authenticate, rather than restricting access to users within a specific OU. + ## v0.25.1 (2025-02-25) ### Notice