Skip to content

Commit da94c65

Browse files
Sync monorepo state at "update python and golang SDKs to reflect current supported pagination options" (#112)
Syncing from userclouds/userclouds@11b980faba6eb53dad59c54e0d9ac11204ce5b01
1 parent 5f26c34 commit da94c65

File tree

6 files changed

+539
-93
lines changed

6 files changed

+539
-93
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.9.0 - 30-07-2024
4+
5+
- Remove optional "email" argument from ListUsers, since the handler ignores it.
6+
- Add optional "organization_id" argument to ListUsers, since the handler supports it.
7+
- Add optional "sort_key", "sort_order", and "filter" pagination arguments to all non-accessor paginated methods.
8+
- Add optional "sort_key" and "sort_order" arguments to ExecuteAccessor.
9+
- Update userstore sample to exercise multi-key accessor pagination.
10+
311
## 1.8.0 - 19-07-2024
412

513
- Breaking change: Add "ending_before" argument to all paginated methods, add pagination to ExecuteAccessor, change "starting_after" and "ending_before" to be str instead of uuid

pyproject.toml

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

77
[project]
88
name = "usercloudssdk"
9-
version = "1.8.0"
9+
version = "1.9.0"
1010
description = "Python SDK for UserClouds"
1111
authors = [{ name = "UserClouds", email = "[email protected]" }]
1212
classifiers = [

0 commit comments

Comments
 (0)