1
1
Spring HATEOAS Changelog
2
2
========================
3
3
4
+ Changes in version 1.3 GA (2021-04-13)
5
+ --------------------------------------
6
+ - #1513 - Upgrade to Jackson 2.12.3.
7
+ - #1512 - Upgrade to Spring Framework 5.3.6 and Reactor 2020.0.6.
8
+ - #1510 - Support for defining selected value on HalFormsOptions.
9
+ - #1509 - Migrate to main branch.
10
+ - #1507 - Potential NullPointerException in Jsr303AwarePropertyMetadata.
11
+
4
12
Changes in version 1.3 RC1 (2021-03-31)
5
- ----------------------------------------
13
+ ---------------------------------------
6
14
- #1505 - Improve signature of HalFormsOptions.inline(…).
7
15
- #1504 - Allow mapping links conditionally via RepresentationModel.mapLinkIf(…).
8
16
9
17
Changes in version 1.3 M3 (2021-03-16)
10
- ----------------------------------------
18
+ --------------------------------------
11
19
- #1497 - Upgrade to Spring 5.3.5.
12
20
- #1494 - Improve HAL Link deserialization.
13
21
- #1493 - Upgrade to JaCoCo 0.8.6.
@@ -23,7 +31,7 @@ Changes in version 1.3 M3 (2021-03-16)
23
31
- #1421 - Use JDK 15 for CI testing.
24
32
25
33
Changes in version 1.3 M2 (2021-02-16)
26
- ----------------------------------------
34
+ --------------------------------------
27
35
- #1468 - AnnotationMappingDiscoverer does not preserve trailing mapping slashes.
28
36
- #1462 - Upgrade to Reactor 2020.0.4.
29
37
- #1458 - Link.parse(…) should be able to handle unquoted link relations.
@@ -52,7 +60,7 @@ Changes in version 1.3 M2 (2021-02-16)
52
60
- #144 - linkTo and methodOn with custom RequestMappingHandlerMapping.
53
61
54
62
Changes in version 1.3 M1 (2021-01-13)
55
- ----------------------------------------
63
+ --------------------------------------
56
64
- #1433 - Upgrade to Spring Framework 5.3.3.
57
65
- #1425 - RepresentationModelProcessor not invoked for PagedModel / CollectionModel consisting of RepresentationModels.
58
66
- #1424 - More convenience methods for MvcLink.
@@ -65,20 +73,20 @@ Changes in version 1.3 M1 (2021-01-13)
65
73
- #475 - Allow all UriTemplate variable names following RFC.
66
74
67
75
Changes in version 1.2 GA (2020-10-27)
68
- ----------------------------------------
76
+ --------------------------------------
69
77
- #1384 - Upgrade to Spring Framework 5.3.
70
78
- #1382 - Create an ObjectMapperCustomizer to allow tailoring ObjectMapper through media types configuration.
71
79
72
80
Changes in version 1.2 RC1 (2020-09-15)
73
- ----------------------------------------
81
+ ---------------------------------------
74
82
- #1367 - Release Spring HATEOAS 1.2.0.RC1.
75
83
- #1366 - Upgrade to Spring Framework 5.3.0-RC1.
76
84
- #1364 - Document that media type implementation configuration should be public.
77
85
- #1358 - Update links to JSON:API documentation (community based media types).
78
86
- #1352 - Map content is not getting serialized properly.
79
87
80
88
Changes in version 1.2 M1 (2020-08-11)
81
- ----------------------------------------
89
+ --------------------------------------
82
90
- #1351 - Upgrade to Jackson 2.11.2.
83
91
- #1350 - Upgrade to Kotlin 1.4 RC.
84
92
- #1349 - Release 1.2 M1.
@@ -104,7 +112,7 @@ Changes in version 1.2 M1 (2020-08-11)
104
112
- #361 - Add Support for Resolving Property Values in @RequestMapping(value).
105
113
106
114
Changes in version 1.1.0.RELEASE (2020-05-11)
107
- ----------------------------------------
115
+ ---------------------------------------------
108
116
- #1292 - Release 1.1.0.RELEASE.
109
117
- #1280 - RepresentationModelProcessorInvoker incorrectly invokes generic processors.
110
118
- #968 - @JsonUnwrapped ignored with (embedded) CollectionModel and HAL Forms.
@@ -113,7 +121,7 @@ Changes in version 1.1.0.RELEASE (2020-05-11)
113
121
- #193 - Support for Resources in a Resource to be added to _embedded.
114
122
115
123
Changes in version 1.1.0.RC1 (2020-04-28)
116
- ----------------------------------------
124
+ -----------------------------------------
117
125
- #1277 - Upgrade to Jackson 2.11.0.
118
126
- #1275 - Align Naming for Kotlin Extension Functions with Spring.
119
127
- #1270 - Add Kotlin source to released artifacts.
@@ -208,7 +216,7 @@ Changes in version 1.1.0.M1 (2020-01-15)
208
216
- #345 - Vnd.error links key on json response.
209
217
210
218
Changes in version 1.0.2.RELEASE (2019-12-03)
211
- ----------------------------------------
219
+ ---------------------------------------------
212
220
- #1142 - Release 1.0.2.RELEASE.
213
221
- #1140 - WebClientConfigurer "drops" ObjectMapper customizations from WebClients.
214
222
- #1139 - Upgrade to Spring Framework 5.2.2.
@@ -221,15 +229,15 @@ Changes in version 1.0.2.RELEASE (2019-12-03)
221
229
- #1123 - MemoryLeak caused by UriTemplate cache.
222
230
223
231
Changes in version 1.0.1.RELEASE (2019-11-03)
224
- ----------------------------------------
232
+ ---------------------------------------------
225
233
- #1112 - Release 1.0.1.RELEASE.
226
234
- #1111 - Add 1.0.1.RELEASE to the ChangeLog.
227
235
- #1110 - Upgrade to Reactor Dysprosium-SR1.
228
236
- #1108 - Upgrade to Spring Framework 5.2.1.RELEASE.
229
237
- #1104 - Migration for ResourceAssemblerSupport -> RepresentationModelAssemblerSupport missing.
230
238
231
239
Changes in version 1.0.0.RELEASE (2019-09-30)
232
- ----------------------------------------
240
+ ---------------------------------------------
233
241
- #1090 - Release 1.0.0.RELEASE.
234
242
- #1089 - Upgrade Reactor to Dysprosium-RELEASE.
235
243
- #1088 - Upgrade to Jackson 2.10.
@@ -245,7 +253,7 @@ Changes in version 1.0.0.RELEASE (2019-09-30)
245
253
- #837 - Update reference docs to reflect new APIs, SPIs, and package structures.
246
254
247
255
Changes in version 1.0.0.RC2 (2019-09-05)
248
- ----------------------------------------
256
+ -----------------------------------------
249
257
- #1072 - Expose null handling configuration of HalFormsTemplate.title.
250
258
- #1070 - Release 1.0.0.RC2.
251
259
- #1069 - Upgrade to Reactor Dyprosium-RC1.
@@ -262,7 +270,7 @@ Changes in version 1.0.0.RC2 (2019-09-05)
262
270
- #1044 - Properly deprecate UriTemplate's constructors.
263
271
264
272
Changes in version 1.0.0.RC1 (2019-08-05)
265
- ----------------------------------------
273
+ -----------------------------------------
266
274
- #1042 - Upgrade to AssertJ 3.13.2.
267
275
- #1041 - Upgrade to JUnit 5.5.1.
268
276
- #1039 - ALPS documents should not render null attributes.
0 commit comments