Skip to content

Commit 1dbefa0

Browse files
committed
Bump version to 2.3.0
1 parent 7a00c88 commit 1dbefa0

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## `2.3.0` - 2026-04-14
2+
3+
#### 🚀 New Features
4+
5+
- **Added `get_metadata_by_public_addresses` to User resource**
6+
- Enables retrieving metadata for a batch of users in a single request, avoiding rate limiting issues when exporting large numbers of users
7+
- Accepts a list of Ethereum public addresses and returns metadata for each user
8+
- Errors for individual addresses (not found, unauthorized, malformed) are returned per-entry without failing the whole request
9+
10+
---
11+
112
## `2.2.1` - 2026-02-10
213

314
#### 🐛 Bug Fixes

magic_admin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.2.1"
1+
VERSION = "2.3.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "magic-admin"
7-
version = "2.2.1"
7+
version = "2.3.0"
88
description = "Magic Python Library"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)