Skip to content

Commit e7f579f

Browse files
author
Ahmad Nurjalal
committed
docs: update changelog
1 parent 2291796 commit e7f579f

File tree

1 file changed

+66
-6
lines changed

1 file changed

+66
-6
lines changed

CHANGELOG.md

Lines changed: 66 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1+
<a name="v0.4.0"></a>
2+
## [v0.4.0] - 2022-02-15
3+
4+
### Chore
5+
- version bump
6+
- fix broken gradle files
7+
- publish to nexus on release stage
8+
- add missing timestamp check
9+
- add test stage
10+
- **api:** regenerate services
11+
- **samples:** regenerate cli
12+
- **spec:** update spec files
13+
- **spec:** add timestamp and lobby wsm spec
14+
15+
### Ci
16+
- build samples
17+
- **coverity:** initial commit
18+
19+
### Docs
20+
- update changelog
21+
- **samples:** fix readme cli
22+
23+
### Feat
24+
- websocket core class
25+
- add junit
26+
- **api:** add websocket message models
27+
- **api:** add function to get collection format and array query string
28+
- **core:** add logic to handle array within query string
29+
- **core:** add helper functions for websocket implementation
30+
- **sample:** add java sdk cli
31+
- **samples:** update dependency
32+
- **samples:** java-sdk-poc - get dependency from nexus
33+
- **samples:** java sdk websocket poc
34+
- **test:** add unit tests against mock server
35+
36+
### Fix
37+
- upload file handling
38+
- **api:** delete unnecessary variable
39+
- **api:** incorrect form data params value assignment
40+
- **core:** set encoding to utf8 instead of system default
41+
- **core:** handle tsv, ssv, pipes collection format
42+
- **core:** invalid get form data params checking
43+
- **core:** invalid request method and body
44+
- **core:** set default content type if not declared
45+
- **core:** websocket singleton object
46+
- **core:** thread safe singleton declaration
47+
- **okhttpclient:** use shared okhttpclient and don't swallow jsonprocessingexception
48+
- **operation:** revise create url a little bit
49+
- **operation:** make convertInputStreamToString protected
50+
- **sample:** invalid exit code on cli apps
51+
- **sample:** change input stream to file for cli input
52+
- **samples:** set null on unfilled parameter in form data
53+
- **samples:** change websocket class implementation
54+
- **wrappers:** close httpresponse payload stream after parsing
55+
56+
### Test
57+
- add test for all collection format type
58+
- add test for query string params
59+
160
<a name="v0.3.0"></a>
261
## [v0.3.0] - 2022-02-03
362

@@ -67,17 +126,18 @@
67126
- **api:** regenerate services
68127
- update APIs:
69128
- cloudsave
70-
- add, update endpoints
129+
- add, update endpoints
71130
- group
72-
- update endpoints
131+
- update endpoints
73132
- iam
74-
- add, update endpoints
133+
- add, update endpoints
75134
- legal
76-
- add, update endpoints
135+
- add, update endpoints
77136
- lobby
78-
- update endpoints
137+
- update endpoints
79138
- platform
80-
- add, update endpoints
139+
- add, update endpoints
81140

141+
[v0.4.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.3.0...v0.4.0
82142
[v0.3.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.2.0...v0.3.0
83143
[v0.2.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.1.0...v0.2.0

0 commit comments

Comments
 (0)