Skip to content

Commit d9e3966

Browse files
Merge pull request #54 from contentstack/dev
- High memory consumption, proxy, and LivePreview ✔️ - pom.xml transitive vulnerability removed 🐞 - #52 issue fixed 🐛
2 parents 8836bd8 + 0952831 commit d9e3966

25 files changed

+1390
-1185
lines changed

CHANGELOG.md

+75-55
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# CHANGELOG
22

3+
## Version 1.10.0
4+
5+
### Date: 16-May-2022
6+
7+
- High increase in memory consumption & thread count when updated to the 1.9.0 version
8+
- Setting Proxy in config [#52](https://github.com/contentstack/contentstack-java/issues/52)
9+
- Adding query parameter for the Live Preview
10+
- Enhancement in logger for the different class ( Suggested through a pull request ) [#51](https://github.com/contentstack/contentstack-java/pull/51)
11+
12+
---
13+
14+
## Version 1.9.0
15+
16+
### Date: 16-Mar-2022
17+
18+
- Entry uid bug fixed #45
19+
- Static logger implemented #43
20+
- Scope based dependencies
21+
22+
---
323

424
## Version 1.8.1
525

@@ -9,7 +29,7 @@
929
- Static logger implemented #43
1030
- Scope based dependencies
1131

12-
------------------------------------------------
32+
---
1333

1434
## Version 1.8.0
1535

@@ -22,7 +42,7 @@
2242
- Removed deprecated code/Non-working code marked deprecated
2343
- Few breaking changes added.
2444

25-
------------------------------------------------
45+
---
2646

2747
## Version 1.7.0
2848

@@ -32,24 +52,24 @@
3252
- Bug #32 issue resolved removed e.printStackTrace()
3353
- Instead stacktrace used logger.error()
3454

35-
------------------------------------------------
55+
---
3656

3757
## Version 1.6.0
3858

3959
### Date: 05-APR-2021
4060

4161
- **Query** : query.includeEmbeddedItems() method support added
42-
- **Entry** : entry.includeEmbeddedItems() method support added
62+
- **Entry** : entry.includeEmbeddedItems() method support added
4363

44-
------------------------------------------------
64+
---
4565

4666
## Version 1.5.7
4767

4868
### Date: 20-Feb-2021
4969

5070
Document updated
5171

52-
------------------------------------------------
72+
---
5373

5474
## Version 1.5.6
5575

@@ -60,7 +80,7 @@ Document updated
6080
New Features:
6181
• None
6282

63-
------------------------------------------------
83+
---
6484

6585
## Version 1.5.5
6686

@@ -81,7 +101,7 @@ Language Enum:
81101
New Features:
82102
• None
83103

84-
------------------------------------------------
104+
---
85105

86106
## Version 1.5.4
87107

@@ -94,15 +114,15 @@ New Features:
94114
[Asset] - Publish fallback method added, includeDimension method added
95115
[Assets] - Publish fallback method added
96116

97-
------------------------------------------------
117+
---
98118

99119
## Version 1.5.3
100120

101121
### Date: 28-July-2020
102122

103-
- **Build Issue** Build update issue fixed
123+
- **Build Issue** Build update issue fixed
104124

105-
------------------------------------------------
125+
---
106126

107127
## Version 1.5.2
108128

@@ -112,15 +132,15 @@ New Features:
112132
- **Query** : Query.locale() documentation
113133
- **CSHttpConnection** : StandardCharsets.UTF_8 Support Added
114134

115-
------------------------------------------------
135+
---
116136

117137
## Version 1.5.1
118138

119139
### Date: 13-Jan-2020
120140

121-
- **Dependency Vulnerability** Java Github reported vulnerable issue on dependency logj
141+
- **Dependency Vulnerability** Java Github reported vulnerable issue on dependency logj
122142

123-
------------------------------------------------
143+
---
124144

125145
## Version 1.5.0
126146

@@ -131,15 +151,15 @@ New Features:
131151
- **Query**: Updated support of whereIn(String KEY, Query queryObject)
132152
- **Query**: Updated support of whereNotIn(String KEY, Query queryObject)
133153

134-
------------------------------------------------
154+
---
135155

136156
## Version 1.4.2
137157

138158
### Date: 03-Sept-2019
139159

140160
- **Config** - Added support for Region in Config.
141161

142-
------------------------------------------------
162+
---
143163

144164
## Version 1.4.1
145165

@@ -148,7 +168,7 @@ New Features:
148168
- **Query** - Added support for whereIn(String key) and whereNotIn(String key) methods
149169
- **CSAppConstants** - Removed google internet connection check from CSAppConstants
150170

151-
------------------------------------------------
171+
---
152172

153173
## Version 1.4.0
154174

@@ -162,15 +182,15 @@ New Features:
162182
- **Query** - Added method for locale in Query.
163183
- **Query** - Removed deprecated method for includeSchema in Query
164184

165-
------------------------------------------------
185+
---
166186

167187
## Version 1.3.3
168188

169189
### Date: 21-June-2019
170190

171191
- **HOTFIX**: Override response hot-fix
172192

173-
------------------------------------------------
193+
---
174194

175195
## Version 1.3.2
176196

@@ -179,7 +199,7 @@ New Features:
179199
- **Code Improvement** Removed println
180200
- **Code Improvement** Added support for Logger
181201

182-
------------------------------------------------
202+
---
183203

184204
## Version 1.3.1
185205

@@ -188,69 +208,69 @@ New Features:
188208
- **Change**: include reference bug fixed
189209
- **Added testcase** report for v1.3.1
190210

191-
------------------------------------------------
211+
---
212+
213+
## Version 1.3.0
192214

193-
## Version 1.3.0
215+
### Date: Apr-12-2019
194216

195-
### Date: Apr-12-2019
217+
Change: Added support of below methods in SDK
218+
219+
```
220+
getContentTypes() in Stack class
221+
fetch in ContentType class
222+
```
196223

197-
Change: Added support of below methods in SDK
198-
199-
```
200-
getContentTypes() in Stack class
201-
fetch in ContentType class
202-
```
203-
204224
Below two support from the Config class has been removed permanently
205225

206-
- public void setSSL(boolean isSSL)setSSL()
207-
- public boolean isSSL()
208-
209-
------------------------------------------------
226+
- public void setSSL(boolean isSSL)setSSL()
227+
- public boolean isSSL()
228+
229+
---
210230

211231
## Version 1.2.1
212232

213233
### Date: 14-Mar-2019
214234

215235
- Note: Bug Fixes and code clean up:
216-
236+
217237
Date: 20-Feb-2019
218238
Maven integration
219-
Folder structure modified.
220-
221-
------------------------------------------------
239+
Folder structure modified.
240+
241+
---
222242

223243
## Version 1.2.0
224244

225-
### Date: 15-Dec-2017
245+
### Date: 15-Dec-2017
226246

227247
- New Features:
228248

229249
```
230-
Entry- added method ‘addParam’
231-
Query- added method 'addParam'
250+
Entry- added method ‘addParam’
251+
Query- added method 'addParam'
232252
Asset- added method 'addParam'
233-
```
253+
```
254+
255+
---
234256

235-
------------------------------------------------
236-
237257
## Version 1.1.0
238258

239-
### Date: 10-Nov-2017
259+
### Date: 10-Nov-2017
240260

241261
- New Features:
242262

243-
```
244-
Stack- added method 'ImageTransform'
245-
Query- added method 'includeContentType'
246-
QueryResult- added method 'contentType'
247263
```
264+
Stack- added method 'ImageTransform'
265+
Query- added method 'includeContentType'
266+
QueryResult- added method 'contentType'
267+
```
268+
269+
---
248270

249-
------------------------------------------------
250-
251-
### API deprecation
271+
### API deprecation
252272

253-
- Query
254-
- Deprecated method 'includeSchema'
273+
- Query
274+
- Deprecated method 'includeSchema'
255275

256-
------------------------------------------------
276+
---

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2012 - 2021 Contentstack
3+
Copyright (c) 2012 - 2022 Contentstack
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

SECURITY.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Security
2+
3+
Contentstack takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations.
4+
5+
If you believe you have found a security vulnerability in any Contentstack-owned repository, please report it to us as described below.
6+
7+
## Reporting Security Issues
8+
9+
**Please do not report security vulnerabilities through public GitHub issues.**
10+
11+
Send email to [[email protected]](mailto:[email protected]).
12+
13+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message.
14+
15+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
16+
17+
- Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
18+
- Full paths of source file(s) related to the manifestation of the issue
19+
- The location of the affected source code (tag/branch/commit or direct URL)
20+
- Any special configuration required to reproduce the issue
21+
- Step-by-step instructions to reproduce the issue
22+
- Proof-of-concept or exploit code (if possible)
23+
- Impact of the issue, including how an attacker might exploit the issue
24+
25+
This information will help us triage your report more quickly.
26+
27+
[https://www.contentstack.com/trust/](https://www.contentstack.com/trust/)

0 commit comments

Comments
 (0)