|
| 1 | +<a name="v0.3.0"></a> |
| 2 | +## [v0.3.0] - 2022-02-03 |
| 3 | + |
| 4 | +### Breaking change |
| 5 | +- **core:** rename TokenRepositoryImpl to DefaultTokenRepository |
| 6 | +- **core:** rename ConfigRepositoryImpl to DefaultConfigRepository |
| 7 | + |
| 8 | +### Chore |
| 9 | +- fix broken gradle files |
| 10 | +- publish to nexus on release stage |
| 11 | +- add missing timestamp check |
| 12 | +- add test stage |
| 13 | +- **api:** regenerate services |
| 14 | +- **samples:** regenerate cli |
| 15 | +- **spec:** update spec files |
| 16 | +- **spec:** add timestamp and lobby wsm spec |
| 17 | + |
| 18 | +### Ci |
| 19 | +- build samples |
| 20 | +- **coverity:** initial commit |
| 21 | + |
| 22 | +### Docs |
| 23 | +- **samples:** fix readme cli |
| 24 | + |
| 25 | +### Feat |
| 26 | +- websocket core class |
| 27 | +- add junit |
| 28 | +- **api:** add websocket message models |
| 29 | +- **api:** add function to get collection format and array query string |
| 30 | +- **core:** add helper functions for websocket implementation |
| 31 | +- **core:** add logic to handle array within query string |
| 32 | +- **sample:** add java sdk cli |
| 33 | +- **samples:** update dependency |
| 34 | +- **samples:** java-sdk-poc - get dependency from nexus |
| 35 | +- **samples:** java sdk websocket poc |
| 36 | + |
| 37 | +### Fix |
| 38 | +- **core:** websocket singleton object |
| 39 | +- **api:** delete unnecessary variable |
| 40 | +- upload file handling |
| 41 | +- **core:** set encoding to utf8 instead of system default |
| 42 | +- **core:** thread safe singleton declaration |
| 43 | +- **core:** handle tsv, ssv, pipes collection format |
| 44 | +- **okhttpclient:** use shared okhttpclient and don't swallow jsonprocessingexception |
| 45 | +- **operation:** revise create url a little bit |
| 46 | +- **operation:** make convertInputStreamToString protected |
| 47 | +- **samples:** change websocket class implementation |
| 48 | +- **wrappers:** close httpresponse payload stream after parsing |
| 49 | + |
| 50 | +### Test |
| 51 | +- add test for all collection format type |
| 52 | +- add test for query string params |
| 53 | + |
1 | 54 | <a name="v0.2.0"></a>
|
2 | 55 | ## [v0.2.0] - 2022-01-19
|
3 | 56 |
|
|
26 | 79 | - platform
|
27 | 80 | - add, update endpoints
|
28 | 81 |
|
| 82 | +[v0.3.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.2.0...v0.3.0 |
29 | 83 | [v0.2.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.1.0...v0.2.0
|
0 commit comments