Releases: otto-de/edison-microservice
Release list
Release v4.1.0.3
- [core]: Change property
endpoints.loggers.enabledtomanagement.endpoint.loggers.enabledto align with Spring Boot's logging endpoint configuration
Commits since v4.1.0.2
Release v4.1.0.2
- [jobs]: Fix broken JavaScript functionality on job pages caused by missing ES module support
- [jobs, core]: Replace
varwithconst/letin JavaScript files (datetime.js,jobs.js,logLoader.js) to improve code quality - [core]: Use theme color for active dropdown items in navigation
Commits since v4.1.0.1
- 845cf11 Release 4.1.0.2
- ba77307 fix: use theme color for active dropdown items
- 0c3a074 fix: using const or let instead of var
- 692f1f2 fix: add type=module to script tags to fix issues with exported functions, import formatInitialDates to logLoader.js because it is not reachable otherwise
- 241ae51 Next snapshot
Release v4.1.0.1
- [jobs]: Fix possible XSS vulnerability in job status page when showing job parameters and messages. The parameters and messages are now escaped before rendering.
Commits since v4.1.0-RC1
- 47e3cd2 Release 4.1.0.1
- d18b8b2 Add JS tests for edison-jobs
- b2828bb Fix possible XSS vulnerability in logLoader.js
- e16c6ea build(deps): bump aws-sdk from 2.46.10 to 2.46.12
- 2421f3e build(deps): bump mockserver from 7.0.0 to 7.1.0
- fdfde10 Also make releases possible from 3.5.x branch
- a31eac8 Next snapshot and updated changelog generation for github release
- 8234ebb chore: prepare release 4.1.0
- 7d35760 New release workflow in github action
- 13ed860 build(deps): bump aws-sdk from 2.46.3 to 2.46.9
- 34a0426 build(deps): bump spring-boot from 4.1.0-RC1 to 4.1.0
- 8cddcdb build(deps): bump mockserver from 6.1.0 to 7.0.0
- f80f113 Next snapshot
- b73311d Release 4.1.0-RC1
- e600e90 Update to Spring Boot 4.1.0-RC1 and fix hibernate validator issues that came with hibernate-validator 9.1.0
Release v4.1.0
Changelog
8234ebb chore: prepare release 4.1.0
7d35760 New release workflow in github action
13ed860 build(deps): bump aws-sdk from 2.46.3 to 2.46.9
34a0426 build(deps): bump spring-boot from 4.1.0-RC1 to 4.1.0
8cddcdb build(deps): bump mockserver from 6.1.0 to 7.0.0
f80f113 Next snapshot
b73311d Release 4.1.0-RC1
e600e90 Update to Spring Boot 4.1.0-RC1 and fix hibernate validator issues that came with hibernate-validator 9.1.0
Release v3.5.15
Changelog
a7f816a Release 3.5.15
859e98c Update Spring Boot to 3.5.15 and AWS SDK to 2.46.9
c07e229 build(deps): bump mockserver from 6.1.0 to 7.0.0
04a449c build(deps): bump aws-sdk from 2.46.2 to 2.46.3
fc4a337 build(deps): bump aws-sdk from 2.44.10 to 2.46.2
8099710 build(deps): bump mockserver from 6.0.0 to 6.1.0
140825b build(deps): bump aws-sdk from 2.44.9 to 2.44.10
b319ee9 Next snapshot
c1e6be8 Release 3.5.14
ea64436 Update to mockserver 6.0.0
f012e68 Adjust gitignore for eclipse style project files
1a9bd44 Bump aws-sdk from 2.44.6 to 2.44.9
74ef27d Bump aws-sdk from 2.42.41 to 2.44.6
0854b46 Bump aws-sdk from 2.42.35 to 2.42.41
b474c96 Bump spring-boot from 3.5.13 to 3.5.14
756d4eb Bump aws-sdk from 2.42.21 to 2.42.35
cf38b34 Bump de.otto.edison:edison-hal from 2.2.0 to 3.0.0
3ca7a94 Bump spring-boot from 3.5.11 to 3.5.13
c49f3fb Bump aws-sdk from 2.42.16 to 2.42.21
caa6d75 Bump aws-sdk from 2.42.13 to 2.42.16
1b11f13 Bump aws-sdk from 2.42.12 to 2.42.13
6026d20 Bump aws-sdk from 2.42.2 to 2.42.12
35b3a3e Bump org.jreleaser from 1.20.0 to 1.23.0
6c8716f Bump aws-sdk from 2.41.33 to 2.42.2
dfc2562 Next snapshot
1d5a134 Release 3.5.11
10542f0 Bump aws-sdk from 2.41.23 to 2.41.33
045b649 Update to Spring Boot 3.5.11
051698f Use explicit version numbers to prevent spring updates in 3.5.x branch
73d9cad Update spring-boot and togglz versions
2383bf7 Bump aws-sdk from 2.41.19 to 2.41.23
e42ba8c Bump aws-sdk from 2.41.1 to 2.41.19
85883f6 Upgrade CodeQL actions to version 4
8d63d9e Cherry pick dependabot and workflow changes from main
f3af35e Bump aws-sdk from 2.41.0 to 2.41.1
c51e63a Bump aws-sdk from 2.40.12 to 2.41.0
ed8f1af Bump aws-sdk from 2.40.3 to 2.40.12
de59f22 Next snapshot
ddf1205 release 3.5.8
859052c feat: add support for IAM authentication to MongoDB/DocumentDB clusters
283657e Next snapshot
9485ef9 Release 3.5.7
63751e2 Bump aws-sdk from 2.40.2 to 2.40.3
Release v4.1.0-RC1
Changelog
e600e90 Update to Spring Boot 4.1.0-RC1 and fix hibernate validator issues that came with hibernate-validator 9.1.0
cdfeb57 Mention updated versioning strategy
287da8b build(deps): bump aws-sdk from 2.46.2 to 2.46.3
633b2ea migrate all configurations to autoconfigurations and register all beans inside them to achieve more deterministic bean registration and to no longer depend on component scans
8e70708 build(deps): bump aws-sdk from 2.44.10 to 2.46.2
58df458 build(deps): bump mockserver from 6.0.0 to 6.1.0
f7e2c37 build(deps): bump togglz from 4.6.1 to 4.6.2
48c9b16 ci: add top-level permissions to codeql-analysis workflow
90879aa fix: gracefully handle invalid date strings in DateTimeUtil.parse()
57b48f5 Next snapshot
8db9fc6 Release 4.0.6.4
ddfc47b fix: handle epoch milliseconds in DateTimeUtil.parse()
9934a81 build(deps): bump aws-sdk from 2.44.6 to 2.44.10
7d08f54 Bump mockserver from 5.15.0 to 6.0.0
50b8473 Bump aws-sdk from 2.42.41 to 2.44.6
f366254 Update gradle wrapper to 9.5.1
63686be fix: deprication warning for Nullable annotation
afb4e7b Bump org.jreleaser from 1.23.0 to 1.24.0
77f18be fix: example smoke tests
1917a78 fix: deprecation warning for mongo test containers
28e39af fix: placement of dark mode toggle in example pages
96f2215 Next snapshot
4ce8be1 Release 4.0.6.3
67b8eb0 Fix main navbar (links did not work any more)
457ce73 provide test to prove that togglz feature state auto configurations are loaded in correct order
1967edc Next snapshot
ddf5af1 Release 4.0.6.2
2e1cfd5 Spring Boot 4.0.6
8552ec2 Release 4.0.6.1
8ba845f Use Java 17 target compatibility
0e99396 Bump aws-sdk from 2.42.38 to 2.42.41
cce93a3 fix: use sticky navigation
3e34fcf fix: close link tags and address toggle icon issue
fe149b8 fix: improve the UI of the navigation to conform to bootstrap 5
32f9a25 bump next snapshot
Release early-access
Changelog
e600e90 Update to Spring Boot 4.1.0-RC1 and fix hibernate validator issues that came with hibernate-validator 9.1.0
cdfeb57 Mention updated versioning strategy
287da8b build(deps): bump aws-sdk from 2.46.2 to 2.46.3
633b2ea migrate all configurations to autoconfigurations and register all beans inside them to achieve more deterministic bean registration and to no longer depend on component scans
8e70708 build(deps): bump aws-sdk from 2.44.10 to 2.46.2
58df458 build(deps): bump mockserver from 6.0.0 to 6.1.0
f7e2c37 build(deps): bump togglz from 4.6.1 to 4.6.2
48c9b16 ci: add top-level permissions to codeql-analysis workflow
90879aa fix: gracefully handle invalid date strings in DateTimeUtil.parse()
57b48f5 Next snapshot
8db9fc6 Release 4.0.6.4
ddfc47b fix: handle epoch milliseconds in DateTimeUtil.parse()
9934a81 build(deps): bump aws-sdk from 2.44.6 to 2.44.10
7d08f54 Bump mockserver from 5.15.0 to 6.0.0
50b8473 Bump aws-sdk from 2.42.41 to 2.44.6
f366254 Update gradle wrapper to 9.5.1
63686be fix: deprication warning for Nullable annotation
afb4e7b Bump org.jreleaser from 1.23.0 to 1.24.0
77f18be fix: example smoke tests
1917a78 fix: deprecation warning for mongo test containers
28e39af fix: placement of dark mode toggle in example pages
96f2215 Next snapshot
4ce8be1 Release 4.0.6.3
67b8eb0 Fix main navbar (links did not work any more)
457ce73 provide test to prove that togglz feature state auto configurations are loaded in correct order
1967edc Next snapshot
ddf5af1 Release 4.0.6.2
2e1cfd5 Spring Boot 4.0.6
8552ec2 Release 4.0.6.1
8ba845f Use Java 17 target compatibility
0e99396 Bump aws-sdk from 2.42.38 to 2.42.41
cce93a3 fix: use sticky navigation
3e34fcf fix: close link tags and address toggle icon issue
fe149b8 fix: improve the UI of the navigation to conform to bootstrap 5
32f9a25 bump next snapshot
Release v4.0.6.4
Changelog
8db9fc6 Release 4.0.6.4
ddfc47b fix: handle epoch milliseconds in DateTimeUtil.parse()
9934a81 build(deps): bump aws-sdk from 2.44.6 to 2.44.10
7d08f54 Bump mockserver from 5.15.0 to 6.0.0
50b8473 Bump aws-sdk from 2.42.41 to 2.44.6
f366254 Update gradle wrapper to 9.5.1
63686be fix: deprication warning for Nullable annotation
afb4e7b Bump org.jreleaser from 1.23.0 to 1.24.0
77f18be fix: example smoke tests
1917a78 fix: deprecation warning for mongo test containers
28e39af fix: placement of dark mode toggle in example pages
96f2215 Next snapshot
4ce8be1 Release 4.0.6.3
67b8eb0 Fix main navbar (links did not work any more)
457ce73 provide test to prove that togglz feature state auto configurations are loaded in correct order
1967edc Next snapshot
ddf5af1 Release 4.0.6.2
2e1cfd5 Spring Boot 4.0.6
8552ec2 Release 4.0.6.1
8ba845f Use Java 17 target compatibility
0e99396 Bump aws-sdk from 2.42.38 to 2.42.41
cce93a3 fix: use sticky navigation
3e34fcf fix: close link tags and address toggle icon issue
fe149b8 fix: improve the UI of the navigation to conform to bootstrap 5
32f9a25 bump next snapshot
Release v3.5.14
Changelog
c1e6be8 Release 3.5.14
ea64436 Update to mockserver 6.0.0
f012e68 Adjust gitignore for eclipse style project files
1a9bd44 Bump aws-sdk from 2.44.6 to 2.44.9
74ef27d Bump aws-sdk from 2.42.41 to 2.44.6
0854b46 Bump aws-sdk from 2.42.35 to 2.42.41
b474c96 Bump spring-boot from 3.5.13 to 3.5.14
756d4eb Bump aws-sdk from 2.42.21 to 2.42.35
cf38b34 Bump de.otto.edison:edison-hal from 2.2.0 to 3.0.0
3ca7a94 Bump spring-boot from 3.5.11 to 3.5.13
c49f3fb Bump aws-sdk from 2.42.16 to 2.42.21
caa6d75 Bump aws-sdk from 2.42.13 to 2.42.16
1b11f13 Bump aws-sdk from 2.42.12 to 2.42.13
6026d20 Bump aws-sdk from 2.42.2 to 2.42.12
35b3a3e Bump org.jreleaser from 1.20.0 to 1.23.0
6c8716f Bump aws-sdk from 2.41.33 to 2.42.2
dfc2562 Next snapshot
1d5a134 Release 3.5.11
10542f0 Bump aws-sdk from 2.41.23 to 2.41.33
045b649 Update to Spring Boot 3.5.11
051698f Use explicit version numbers to prevent spring updates in 3.5.x branch
73d9cad Update spring-boot and togglz versions
2383bf7 Bump aws-sdk from 2.41.19 to 2.41.23
e42ba8c Bump aws-sdk from 2.41.1 to 2.41.19
85883f6 Upgrade CodeQL actions to version 4
8d63d9e Cherry pick dependabot and workflow changes from main
f3af35e Bump aws-sdk from 2.41.0 to 2.41.1
c51e63a Bump aws-sdk from 2.40.12 to 2.41.0
ed8f1af Bump aws-sdk from 2.40.3 to 2.40.12
de59f22 Next snapshot
ddf1205 release 3.5.8
859052c feat: add support for IAM authentication to MongoDB/DocumentDB clusters
283657e Next snapshot
9485ef9 Release 3.5.7
63751e2 Bump aws-sdk from 2.40.2 to 2.40.3
Release v4.0.6.3
Changelog
4ce8be1 Release 4.0.6.3
67b8eb0 Fix main navbar (links did not work any more)
457ce73 provide test to prove that togglz feature state auto configurations are loaded in correct order
1967edc Next snapshot
ddf5af1 Release 4.0.6.2
2e1cfd5 Spring Boot 4.0.6
8552ec2 Release 4.0.6.1
8ba845f Use Java 17 target compatibility
0e99396 Bump aws-sdk from 2.42.38 to 2.42.41
cce93a3 fix: use sticky navigation
3e34fcf fix: close link tags and address toggle icon issue
fe149b8 fix: improve the UI of the navigation to conform to bootstrap 5
32f9a25 bump next snapshot