Skip to content

Commit f1cb325

Browse files
Roll CHANGELOG
1 parent 4b4aee4 commit f1cb325

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44

55
### API Changes
66
### Enhancements
7-
* Consistent use of try-with-resources when handling streams
7+
### Bug Fixes
8+
9+
## 1.5.39
10+
11+
### API Changes
812
* Updated AbstractRequest to remove deprecated methods uploadFileItems and readBytes (were protected static). Use StreamUtils instead.
13+
### Enhancements
14+
* Consistent use of try-with-resources when handling streams
915
* Replaced org.apache.tika:tika library with org.overviewproject:mime-types in FileUtil to validate uploaded file mime types.
10-
* Updated FileUtil to make file extension and mime type validation case insensitive.
1116
* Updated the following dependencies:
1217
* wcomponents-core:
1318
* com.google.code.gson:gson from 2.13.1 to 2.13.2
@@ -25,8 +30,8 @@
2530
* wcomponents-bundle:
2631
* org.ehcache:ehcahce from 3.10.8 to 3.11.1
2732
* org.glassfish.jaxb:jaxb-runtime from 4.0.5 to 4.0.6
28-
2933
### Bug Fixes
34+
* Updated FileUtil to make file extension and mime type validation case insensitive.
3035

3136
## 1.5.38
3237

wcomponents-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wcomponents-theme",
3-
"version": "1.5.39-SNAPSHOT",
3+
"version": "1.5.40-SNAPSHOT",
44
"description": "Client side code for WComponents UI tool kit.",
55
"private": true,
66
"com_github_bordertech": {

0 commit comments

Comments
 (0)