Accelbyte-py-sdk

Latest version: v0.65.0

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

Scan your dependencies

Page 9 of 12

0.22.0

- Add `sdk` param to all `accelbyte_py_sdk.core` module level functions.
python
import accelbyte_py_sdk
from accelbyte_py_sdk.core import initialize, run_request

my_sdk = accelbyte_py_sdk.SDK()

initialize(sdk=my_sdk)

run_request(..., sdk=my_sdk)

- Add additional information when converting JWT into AccelByte token.
- Add Tic-Tac-Toe sample game and service.
- Updated spec for AccelByte Cloud v3.30.0.

0.21.0

- Remove references to Justice and replaced it with AccelByte Cloud.
- Remove Obsolete Core Mocked tests.
- Add QOSM and Season Pass integration tests.
- Updated spec for AccelByte Cloud v3.29.0.

0.20.0

- ! Only 4XX and 5XX **undocumented** responses are considered as an error.
python
result, error = some_endpoint_with_200_400_response_that_will_return_201()

previously: result (None), error (UndocumentedResponse 201)
now: result (UndocumentedResponse 201), error (None)

- Updated spec for Justice 3.28.

0.19.0

- ! Change default `login_x(auto_refresh)` value to `False`. You are encouraged to use any of the `LoginXTimer` classes.
- Add Sample OIDC App.
- Fix issue with the test entry point.
- Fix performance issue with the (on demand) token refresh.
- Updated spec for Justice 3.27.

0.18.0

- Add and fix unit test(s)
- Updated spec for Justice 3.26.

0.17.0

- Consolidate cli_test 1 and 2
- Fix unit tests
- Updated spec for Justice 3.25.

Page 9 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.