File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ repositories {
4545 maven() {
4646 url " https://plugins.gradle.org/m2/"
4747 }
48+
4849 }
4950}
5051
You can’t perform that action at this time.
0 commit comments