Skip to content

Commit

Permalink
Merge pull request #54 from contentstack/dev
Browse files Browse the repository at this point in the history
- High memory consumption, proxy, and LivePreview ✔️ 
- pom.xml transitive vulnerability removed 🐞 
- #52 issue fixed 🐛
  • Loading branch information
ishaileshmishra authored Jun 1, 2022
2 parents 8836bd8 + 0952831 commit d9e3966
Show file tree
Hide file tree
Showing 25 changed files with 1,390 additions and 1,185 deletions.
130 changes: 75 additions & 55 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# CHANGELOG

## Version 1.10.0

### Date: 16-May-2022

- High increase in memory consumption & thread count when updated to the 1.9.0 version
- Setting Proxy in config [#52](https://github.com/contentstack/contentstack-java/issues/52)
- Adding query parameter for the Live Preview
- Enhancement in logger for the different class ( Suggested through a pull request ) [#51](https://github.com/contentstack/contentstack-java/pull/51)

---

## Version 1.9.0

### Date: 16-Mar-2022

- Entry uid bug fixed #45
- Static logger implemented #43
- Scope based dependencies

---

## Version 1.8.1

Expand All @@ -9,7 +29,7 @@
- Static logger implemented #43
- Scope based dependencies

------------------------------------------------
---

## Version 1.8.0

Expand All @@ -22,7 +42,7 @@
- Removed deprecated code/Non-working code marked deprecated
- Few breaking changes added.

------------------------------------------------
---

## Version 1.7.0

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

------------------------------------------------
---

## Version 1.6.0

### Date: 05-APR-2021

- **Query** : query.includeEmbeddedItems() method support added
- **Entry** : entry.includeEmbeddedItems() method support added
- **Entry** : entry.includeEmbeddedItems() method support added

------------------------------------------------
---

## Version 1.5.7

### Date: 20-Feb-2021

Document updated

------------------------------------------------
---

## Version 1.5.6

Expand All @@ -60,7 +80,7 @@ Document updated
New Features:
• None

------------------------------------------------
---

## Version 1.5.5

Expand All @@ -81,7 +101,7 @@ Language Enum:
New Features:
• None

------------------------------------------------
---

## Version 1.5.4

Expand All @@ -94,15 +114,15 @@ New Features:
[Asset] - Publish fallback method added, includeDimension method added
[Assets] - Publish fallback method added

------------------------------------------------
---

## Version 1.5.3

### Date: 28-July-2020

- **Build Issue** Build update issue fixed
- **Build Issue** Build update issue fixed

------------------------------------------------
---

## Version 1.5.2

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

------------------------------------------------
---

## Version 1.5.1

### Date: 13-Jan-2020

- **Dependency Vulnerability** Java Github reported vulnerable issue on dependency logj
- **Dependency Vulnerability** Java Github reported vulnerable issue on dependency logj

------------------------------------------------
---

## Version 1.5.0

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

------------------------------------------------
---

## Version 1.4.2

### Date: 03-Sept-2019

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

------------------------------------------------
---

## Version 1.4.1

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

------------------------------------------------
---

## Version 1.4.0

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

------------------------------------------------
---

## Version 1.3.3

### Date: 21-June-2019

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

------------------------------------------------
---

## Version 1.3.2

Expand All @@ -179,7 +199,7 @@ New Features:
- **Code Improvement** Removed println
- **Code Improvement** Added support for Logger

------------------------------------------------
---

## Version 1.3.1

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

------------------------------------------------
---

## Version 1.3.0

## Version 1.3.0
### Date: Apr-12-2019

### Date: Apr-12-2019
Change: Added support of below methods in SDK

```
getContentTypes() in Stack class
fetch in ContentType class
```

Change: Added support of below methods in SDK

```
getContentTypes() in Stack class
fetch in ContentType class
```

Below two support from the Config class has been removed permanently

- public void setSSL(boolean isSSL)setSSL()
- public boolean isSSL()
------------------------------------------------
- public void setSSL(boolean isSSL)setSSL()
- public boolean isSSL()

---

## Version 1.2.1

### Date: 14-Mar-2019

- Note: Bug Fixes and code clean up:

Date: 20-Feb-2019
Maven integration
Folder structure modified.
------------------------------------------------
Folder structure modified.

---

## Version 1.2.0

### Date: 15-Dec-2017
### Date: 15-Dec-2017

- New Features:

```
Entry- added method ‘addParam’
Query- added method 'addParam'
Entry- added method ‘addParam’
Query- added method 'addParam'
Asset- added method 'addParam'
```
```

---

------------------------------------------------

## Version 1.1.0

### Date: 10-Nov-2017
### Date: 10-Nov-2017

- New Features:

```
Stack- added method 'ImageTransform'
Query- added method 'includeContentType'
QueryResult- added method 'contentType'
```
Stack- added method 'ImageTransform'
Query- added method 'includeContentType'
QueryResult- added method 'contentType'
```

---

------------------------------------------------

### API deprecation
### API deprecation

- Query
- Deprecated method 'includeSchema'
- Query
- Deprecated method 'includeSchema'

------------------------------------------------
---
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2012 - 2021 Contentstack
Copyright (c) 2012 - 2022 Contentstack

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
27 changes: 27 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Security

Contentstack takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations.

If you believe you have found a security vulnerability in any Contentstack-owned repository, please report it to us as described below.

## Reporting Security Issues

**Please do not report security vulnerabilities through public GitHub issues.**

Send email to [[email protected]](mailto:[email protected]).

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.

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:

- Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
- Full paths of source file(s) related to the manifestation of the issue
- The location of the affected source code (tag/branch/commit or direct URL)
- Any special configuration required to reproduce the issue
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue, including how an attacker might exploit the issue

This information will help us triage your report more quickly.

[https://www.contentstack.com/trust/](https://www.contentstack.com/trust/)
Loading

0 comments on commit d9e3966

Please sign in to comment.