Skip to content

Commit

Permalink
release: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emgrav committed Dec 10, 2024
1 parent fa8ffcb commit f6ffe7c
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 78 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
102 changes: 25 additions & 77 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "famedly-sync"
version = "0.6.0"
version = "0.8.0"
authors = []
edition = "2021"
publish = false
Expand Down

0 comments on commit f6ffe7c

Please sign in to comment.