|
| 1 | +<a name="v0.13.0"></a> |
| 2 | +## [v0.13.0] - 2022-06-17 |
| 3 | +### Chore |
| 4 | +- bump to version 0.13 for justice 3.25 |
| 5 | +- remove non-functioning coverity suppress warning |
| 6 | +- **core:** clean up AccelByteSDK |
| 7 | +- **makefile:** simplify mock server launch for testing |
| 8 | +- **sdk:** regenerate sdk, cli sample app, cli test, doc index for justice 3.25 |
| 9 | +- **spec:** update spec for justice 3.25 |
| 10 | + |
| 11 | +### Ci |
| 12 | +- **github:** add release note input |
| 13 | + |
| 14 | +### Docs |
| 15 | +- update changelog for justice 3.25 |
| 16 | +- **readme:** add token refresh |
| 17 | + |
| 18 | +### Feat |
| 19 | +- **core:** token repository, token refresh interface may throw exception |
| 20 | +- **core:** finalize token refresh logic implementation |
| 21 | +- **core:** make DefaultTokenRepository constructor public |
| 22 | +- **core:** wip token refresh logic implementation |
| 23 | +- **core:** store token refresh info at login user/client |
| 24 | +- **core:** add TokenRefresh interface |
| 25 | + |
| 26 | +### Fix |
| 27 | +- **core:** wrong token repo type check |
| 28 | + |
| 29 | +### Test |
| 30 | +- **core:** add token refresh tests |
| 31 | +- **core:** clean up |
| 32 | +- **integration:** add token refresh tests |
| 33 | +- **integration:** clean up |
| 34 | + |
| 35 | + |
1 | 36 | <a name="v0.12.0"></a>
|
2 |
| -## [v0.12.0] - 2022-06-06 |
| 37 | +## [v0.12.0] - 2022-06-07 |
3 | 38 | ### Chore
|
4 | 39 | - bump to version 0.12 for justice 3.24
|
5 | 40 | - **sdk:** regenerate sdk, cli sample app, cli test, doc index for justice 3.24
|
|
430 | 465 | - replace unnecessary object
|
431 | 466 |
|
432 | 467 |
|
| 468 | +[v0.13.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.12.0...v0.13.0 |
433 | 469 | [v0.12.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.11.0...v0.12.0
|
434 | 470 | [v0.11.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.10.0...v0.11.0
|
435 | 471 | [v0.10.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.9.0...v0.10.0
|
|
0 commit comments