From 3a91f06a63716a52058040221156072617723ae2 Mon Sep 17 00:00:00 2001 From: Emelie Graven Date: Tue, 10 Dec 2024 09:47:10 +0100 Subject: [PATCH] release: v0.8.0 --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249d91f..66740aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,45 @@ All notable changes to this project will be documented in this file. +## [0.8.0] - 2024-12-10 + +### Features + +- [**breaking**] Stop relying on a local cache to track changes +- [**breaking**] Use external ID encoding supporting lexicographical order +- Add migration script + +### Bug Fixes + +- Pre-empt accidentally leaking PII in logs +- [**breaking**] Rework handling of binary fields from LDAP + +### Refactor + +- Move uuid method to user struct impl + +### Documentation + +- Split apart sample configurations +- Update README + +### Testing + +- Split apart multi-source oriented test setup +- Update Zitadel version for test env +- Support single-source sync +- SSO Linking + +### Miscellaneous Tasks + +- Remove bincode dependency +- Deal with new clippy lint +- Add more error context + +### Bump + +- Update rust-cache action + ## [0.6.0] - 2024-11-05 ### Features diff --git a/Cargo.toml b/Cargo.toml index 55fa3a4..e7de4a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "famedly-sync" -version = "0.6.0" +version = "0.8.0" authors = [] edition = "2021" publish = false