Skip to content

Commit 42d9f95

Browse files
Merge branch '4.x' into master
2 parents 64ff7fa + bcf662a commit 42d9f95

2 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
# Changelog
22

3-
## Unreleased
3+
## Unreleased - pointing release: 4.0.2
4+
5+
### Added
6+
- Improve memory management and error handling ([#70](https://github.com/opendevstack/ods-document-generation-svc/pull/70))
7+
8+
### Fixed
9+
- ODS AMI build failing due to broken x11 fonts package installation ([#74](https://github.com/opendevstack/ods-document-generation-svc/pull/74))
410
- Fix TIR and DTR documents are not properly indexed ([#55](https://github.com/opendevstack/ods-document-generation-svc/pull/55))
511
- Fix wkhtmltox hangs ([#66](https://github.com/opendevstack/ods-document-generation-svc/pull/66))
6-
- Improve memory management and error handling ([#70](https://github.com/opendevstack/ods-document-generation-svc/pull/70))
712
- ODS AMI build failing due to broken x11 fonts package installation ([#74](https://github.com/opendevstack/ods-document-generation-svc/pull/74))
8-
9-
### Fixed
1013
- Github template tests fail in proxy environment ([#56](https://github.com/opendevstack/ods-document-generation-svc/issues/56))
1114
- Jcenter repository not available and build step fails ([#106](https://github.com/opendevstack/ods-document-generation-svc/issues/106))
1215
- Dependencies no more availables changed ([108](https://github.com/opendevstack/ods-document-generation-svc/issues/108))
1316

17+
## [4.0] - 2021-18-11
18+
19+
### Added
20+
- Added log to print /document endpoint input
21+
22+
### Fixed
23+
- Github template tests fail in proxy environment ([#56](https://github.com/opendevstack/ods-document-generation-svc/issues/56))
24+
- Fix TIR and DTR documents are not properly indexed ([#55](https://github.com/opendevstack/ods-document-generation-svc/pull/55))
25+
- Fix wkhtmltox hangs ([#66](https://github.com/opendevstack/ods-document-generation-svc/pull/66))
26+
27+
### Changed
28+
- Updated maxRequestSize value from 100m to 200m
29+
1430
## [4.0] - 2021-15-11
1531

1632
### Added

buildSrc/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ repositories {
4545
maven() {
4646
url "https://plugins.gradle.org/m2/"
4747
}
48+
4849
}
4950
}
5051

0 commit comments

Comments
 (0)