Skip to content

Commit 738cc36

Browse files
author
markheger
authored
Merge pull request #217 from markheger/develop
v2.1.6
2 parents 810bf3e + 8433e31 commit 738cc36

4 files changed

Lines changed: 20 additions & 10 deletions

File tree

com.ibm.streamsx.objectstorage/CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,25 @@
11
# Changes
22
==========
33

4-
## v2.1.5
4+
## v2.1.6
5+
* [#216](https://github.com/IBMStreams/streamsx.objectstorage/issues/216) Third-party lib updated to resolve security vulnerabilities (commons-codec: 1.14)
56

7+
## v2.1.5
68
* [#213](https://github.com/IBMStreams/streamsx.objectstorage/issues/213) Third-party lib updated to resolve security vulnerabilities (jackson-databind: 2.11.0)
79

8-
910
## v2.1.4:
10-
1111
* [#207](https://github.com/IBMStreams/streamsx.objectstorage/issues/207) Third-party lib updated to resolve security vulnerabilities (jackson-databind: 2.9.10.4)
1212

1313
## v2.1.3:
14-
1514
* Globalization support: Messages updated
1615

1716
## v2.1.2:
18-
1917
* Globalization support: Messages updated
2018

2119
## v2.1.1:
22-
2320
* Globalization support: Introduced fallback message for non-translated error message
2421

2522
## v2.1.0:
26-
2723
* New parameter `maxAttempts` added to configure the number of times the client retries on errors.
2824

2925
## Older releases

com.ibm.streamsx.objectstorage/info.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Note, that other operator parameter groups (except of authentication and connect
2424

2525
This is an overview of changes for major and minor version upgrades. For details, see the releases in public [https://github.com/IBMStreams/streamsx.objectstorage/releases|GitHub].
2626

27+
++ What is changed in version 2.1.6
28+
29+
* Third-party lib updated to resolve security vulnerabilities (commons-codec: 1.14)
30+
2731
++ What is changed in version 2.1.5
2832

2933
* Third-party lib updated to resolve security vulnerabilities (jackson-databind: 2.11.0)
@@ -213,7 +217,7 @@ When writing objects in *partitioned parquet* format both clients work similar a
213217
* stocator (cos protocol): buffers on local disk prior upload
214218

215219
</info:description>
216-
<info:version>2.1.5</info:version>
220+
<info:version>2.1.6</info:version>
217221
<info:requiredProductVersion>4.2.0.0</info:requiredProductVersion>
218222
</info:identity>
219223
<info:dependencies/>

com.ibm.streamsx.objectstorage/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.ibm.streamsx.objectstorage</groupId>
1313
<artifactId>streamsx.objectstorage</artifactId>
1414
<packaging>jar</packaging>
15-
<version>2.1.5</version>
15+
<version>2.1.6</version>
1616
<name>com.ibm.streamsx.objectstorage</name>
1717
<repositories>
1818
<repository>
@@ -253,6 +253,11 @@
253253
<artifactId>jackson-databind</artifactId>
254254
<version>2.11.0</version>
255255
</dependency>
256+
<dependency>
257+
<groupId>commons-codec</groupId>
258+
<artifactId>commons-codec</artifactId>
259+
<version>1.14</version>
260+
</dependency>
256261
</dependencies>
257262
<build>
258263
</build>

test/java/com.ibm.streamsx.objectstorage.test/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.ibm.streamsx.objectstorage.test</groupId>
1313
<artifactId>streamsx.objectstorage</artifactId>
1414
<packaging>jar</packaging>
15-
<version>2.1.5</version>
15+
<version>2.1.6</version>
1616
<name>com.ibm.streamsx.objectstorage.test</name>
1717
<repositories>
1818
<repository>
@@ -258,6 +258,11 @@
258258
<artifactId>jackson-databind</artifactId>
259259
<version>2.11.0</version>
260260
</dependency>
261+
<dependency>
262+
<groupId>commons-codec</groupId>
263+
<artifactId>commons-codec</artifactId>
264+
<version>1.14</version>
265+
</dependency>
261266
<!-- TEST BEGIN -->
262267
<dependency>
263268
<groupId>org.apache.parquet</groupId>

0 commit comments

Comments
 (0)