|
| 1 | +<a name="v0.9.0"></a> |
| 2 | +## [v0.9.0] - 2022-04-26 |
| 3 | +### Chore |
| 4 | +- bump version |
| 5 | +- **core:** operation - remove unnecessary jsonignore |
| 6 | +- **core:** refactor okhttpclient send request logic |
| 7 | +- **core:** operation - make getCollectionFormatMap protected |
| 8 | +- **core:** operation - remove unused method getAllParams |
| 9 | +- **core:** operation - remove parseResponse, handleEmptyResponse methods |
| 10 | +- **core:** operation - make abstract |
| 11 | +- **core:** operation - remove unused method getHeaderParams |
| 12 | +- **core:** operation - make createFullUrl protected |
| 13 | +- **core:** operation - move createFullUrl logic to helper |
| 14 | +- **core:** revise core Header to HttpHeaders |
| 15 | +- **doc:** regenerate doc index for justice 3.21 |
| 16 | +- **gradle:** use gradle lombok plugin |
| 17 | +- **makefile:** pin gradle docker image to version 7-jdk8 |
| 18 | +- **samples:** cli - regenerate cli (cookie support) |
| 19 | +- **sdk:** regenerate sdk (add enum) |
| 20 | +- **sdk:** regenerate sdk (cookie support) |
| 21 | +- **sdk:** operation - rename getFormParams |
| 22 | +- **sdk:** refactor accelbytesdk |
| 23 | +- **sdk:** regenerate sdk (prepare to add enum) |
| 24 | +- **sdk:** regenerate sdk for justice 3.21 |
| 25 | +- **spec:** update spec for more cookie support |
| 26 | +- **spec:** update spec for justice 3.21 |
| 27 | +- **spec:** update spec for cookie support |
| 28 | +- **spec:** update spec |
| 29 | +- **test:** regenerate cli test for justice 3.21 |
| 30 | +- **test:** remove run-java-cli-all-unit-test.sh |
| 31 | + |
| 32 | +### Ci |
| 33 | +- publish unit test core junit xml |
| 34 | +- **makefile:** use jdk8 container |
| 35 | +- **nightly:** fix publish integration test junit xml |
| 36 | +- **nightly:** publish integration test junit xml |
| 37 | +- **nightly:** publish tap report |
| 38 | + |
| 39 | +### Docs |
| 40 | +- **cli:** use installdist instead of fatjar |
| 41 | +- **readme:** mention reference docs + fix wording |
| 42 | + |
| 43 | +### Feat |
| 44 | +- **core:** add more cookie support |
| 45 | +- **core:** add cookie support |
| 46 | + |
| 47 | +### Fix |
| 48 | +- **core:** okhttp websocket client lifecycle |
| 49 | +- **sdk:** run request missing cookies |
| 50 | +- **sdk:** escape cookie key |
| 51 | +- **sdk:** regenerate sdk (fix add enum) |
| 52 | + |
| 53 | +### Test |
| 54 | +- **cli:** use nailgun to make it faster |
| 55 | +- **cli:** use installdist instead of fatjar |
| 56 | +- **cli:** revise shell script |
| 57 | +- **cli:** generate tap files |
| 58 | +- **core:** add cookie & cookie access_token test |
| 59 | +- **integration:** workaround execute session browser test before matchmaking |
| 60 | + |
| 61 | + |
1 | 62 | <a name="v0.8.0"></a>
|
2 | 63 | ## [v0.8.0] - 2022-04-12
|
3 | 64 | ### Chore
|
|
13 | 74 |
|
14 | 75 | ### Docs
|
15 | 76 | - update changelog
|
| 77 | +- update changelog |
16 | 78 | - update doc index
|
17 | 79 | - added service indexes
|
18 | 80 |
|
|
272 | 334 | - replace unnecessary object
|
273 | 335 |
|
274 | 336 |
|
| 337 | +[v0.9.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.8.0...v0.9.0 |
275 | 338 | [v0.8.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.7.0...v0.8.0
|
276 | 339 | [v0.7.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.6.0...v0.7.0
|
277 | 340 | [v0.6.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.5.0...v0.6.0
|
|
0 commit comments