Accelbyte-py-sdk

Latest version: v0.70.0

Safety actively analyzes 682361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 13

0.15.0

- Add HTTP Retry feature
- HttpRetryPolicy
- HttpBackoffPolicy
- Updated spec for Justice 3.23.

0.14.0

- Add `Code generated. DO NOT EDIT!` notice on generated files.
- Add interactive mode in cli.
- Fix missing URL escape in HeaderStr class.
- Fix missing headers (X-Amzn-Trace-Id, User-Agent).
- Fix missing type hint in `convert_any_to_file_tuple(...)`.
- Fix missing raw content data when receiving file.
- Updated spec for Justice 3.22.

0.13.0

- Add `ProtoHttpRequest` dataclass
- Add Cookie header-related utility methods
- Add HeaderStr class
- Add link to the sample app commands in the `/doc/*-index.md` files
- ! Change method signature of `run_request` and `run_request_async`
diff
def run_request(
operation: Operation,
- base_url: Union[None, str] = None,
+ base_url: Optional[str] = "",
- additional_headers: Union[None, Dict[str, str]] = None,
+ additional_headers: Optional[Dict[str, str]] = None,
additional_headers_override: bool = True,
+ config_repo: Optional[ConfigRepository] = None,
+ token_repo: Optional[TokenRepository] = None,
+ http_client: Optional[HttpClient] = None,
**kwargs
) -> Tuple[Any, Any]:

- ! Changed method signature of `HttpClient.create_request`
diff
def create_request(
self,
- operation: Operation,
+ proto: ProtoHttpRequest,
- base_url: Union[None, str] = None,
- headers: Union[None, Header] = None,
- **kwargs
-) -> Tuple[Any, Union[None, HttpResponse]]:
+) -> Any:

- Fix security resolving
- Update APIs
- basic
- version bump
- add 204s responses
- cloudsave
- version bump
- update operation descriptions
- dslogmanager
- version bump only
- dsmc
- version bump only
- gametelemetry
- add Cookie header parameters
- gdpr
- version bump only
- group
- version bump
- update operation descriptions
- iam
- version bump
- add basic auth alternative to some endpoints
- add Cookie header parameters
- update operation descriptions
- leaderboard
- version bump only
- legal
- version bump
- update responses
- lobby
- update responses
- matchmaking
- version bump only
- platform
- version bump
- new endpoints
- seasonpass
- version bump only
- social
- version bump
- update operation descriptions
- ugc
- version bump
- new endpoints
- new models
- update operation descriptions

0.12.0

- Add enum classes for parameters / definitions with an `enum` property
- Fix integration tests
- Fix linter errors
- Move request field validation logic into base classes
- Update APIs
- cloudsave
- new endpoints
- new models
- dslogmanager
- update endpoints
- dsmc
- version bump
- update endpoints
- gametelemetry
- add, update endpoints
- update security definitions
- group
- update endpoints
- iam
- add, update endpoints
- legal
- update endpoints
- lobby
- update endpoints
- matchmaking
- update endpoints
- platform
- update endpoints
- ugc
- add, update endpoints

0.11.0

- Add integration tests for commonly used endpoints
- Add `is_valid()` method for all Model classes
- Fix logout not using basic auth
- Update error messages for config repos
- Update APIs
- basic
- version bump only
- cloudsave
- version bump
- update permissions
- update endpoints
- update models
- dslogmanager
- version bump
- update model
- dsmc
- version bump only
- iam
- version bump
- change query parameter types
- new endpoints
- new models
- legal
- version bump
- update endpoints
- lobby
- version bump
- change query parameter types
- update endpoints
- update models
- platform
- version bump
- update endpoints
- update models
- seasonpass
- version bump only
- sessionbrowser
- change query parameter types
- social
- version bump
- update endpoint
- ugc
- change query parameter types

0.10.0

- Add utility function to deal with conflicting content types (i.e. server is returning a different content-type from what is documented in the specification)
- Add `YamlConfigRepository`, `YamlFileConfigRepository`, `DotEnvFileConfigRepository`
- Add integration tests on for endpoints found in the `AccelByte Python SDK: Getting Started Guide`
- Add AWS Lambda User Stat Crud App
- Fix missing required `/` on WebSocketClient
- Move response handling logic from each operation to the base operation class
- Refactor WebSocket capability in CLI app
- Update APIs
- Add `x-omitempty` to boolean properties
- Move `basePath`(s) into each `pathItem`
- basic
- version bump only
- add `pattern` property to `dateOfBirth` and `language` fields
- cloudsave
- version bump only
- dslogmanager
- version bump only
- dsmc
- version bump only
- group
- version bump only
- iam
- version bump,
- add, update endpoint(s)
- add, update model(s)
- leaderboard
- version bump only
- legal
- version bump only
- lobby
- version bump only
- update 1 model
- matchmaking
- version bump only
- platform
- version bump
- update endpoint(s)
- seasonpass
- version bump only
- social
- version bump only
- ugc
- version bump only

Page 11 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.