Skip to content

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jannden committed Jan 28, 2025
1 parent b26f9b0 commit 221f1f7
Show file tree
Hide file tree
Showing 4 changed files with 3,811 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.env
/target
Cargo.lock
/cargo_home

.DS_Store
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@

All notable changes to this project will be documented in this file.

## [0.2.0] - 2025-01-28

### Features

- Add token validation helper
- Add scope to tokens
- Add organization models
- Add create organization endpoint
- Add management models
- Tweak management models to look and work correctly
- Add trace log for response bodies
- Add non-search action endpoints
- Test non-search action endpoints
- Implement paginated action requests
- Add Sync to pagination types
- Add org id to header for v2 management queries
- Add new Enum Models for V2
- [**breaking**] Add organization ID option to pagination requests

### Bug Fixes

- Get_user_by_id failing on user not found
- Don't require mutable references to Zitadel for requests

### Refactor

- Add iat claim and remove nbf claim
- [**breaking**] Move pagination module to top-level
- [**breaking**] Merge cross-API human creation requests
- Make pagination implementation slightly more ergonomic

### Testing

- Add token verify tests
- Add positive token verification test
- Remove mutability from test helpers
- Test paginated action requests

## [0.1.0] - 2024-11-13

### Features
Expand Down
Loading

0 comments on commit 221f1f7

Please sign in to comment.