Skip to content

Commit 94fbb0b

Browse files
committed
#1461 - Prepare 1.3 M2 release.
Updated changelog.
1 parent 1b42632 commit 94fbb0b

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

src/main/resources/changelog.txt

+29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
Spring HATEOAS Changelog
22
========================
33

4+
Changes in version 1.3 M2 (2021-02-16)
5+
----------------------------------------
6+
- #1468 - AnnotationMappingDiscoverer does not preserve trailing mapping slashes.
7+
- #1462 - Upgrade to Reactor 2020.0.4.
8+
- #1458 - Link.parse(…) should be able to handle unquoted link relations.
9+
- #1457 - Add RepresentationModel.mapLink(LinkRelation, Function<Link, Link>) to handle or replace existing links.
10+
- #1456 - Properly guard against validation API < 2.0.
11+
- #1453 - Use new configuration infrastructure on MappingJackson2MessageConverter / Jackson2CodecSupport.
12+
- #1452 - Upgrade to Spring 5.3.4.
13+
- #1451 - Upgrade to ArchUnit 0.16.0.
14+
- #1450 - Multiple template variables using regular expression break link creation.
15+
- #1447 - Simplify Jackson customizations for HAL FORMS.
16+
- #1445 - Support for type attribute of HAL FORMS properties.
17+
- #1444 - Fix settings for documentation publishing.
18+
- #1443 - Expose affordance input payload media type in HAL FORMS contentType attribute.
19+
- #1442 - Support for input payload media type exposure for affordances.
20+
- #1441 - Improvements to AffordanceModelFactory SPI.
21+
- #1439 - Support for HAL FORMS min, max, minLength and maxLength attributes.
22+
- #1438 - Support for HAL FORMS placeholder property for template properties.
23+
- #1428 - Curies relation can be added to `_links` without any curie given by the curie provider.
24+
- #1427 - Support HAL-FORMS target template element property.
25+
- #1415 - Remove obsolete Spring plugins repository.
26+
- #1405 - Memory leak in WebHandler.AFFORDANCES_CACHE.
27+
- #1371 - Using @JsonValue in the type of the content of EntityModel is now broken.
28+
- #1253 - Collections not embedded with HAL compatible vendor specific media type.
29+
- #352 - ControllerLinkBuilder.linkTo fails to build a link to a method that uses entity as a target of @PathVariable in its signature.
30+
- #149 - AnnotatedParametersParameterAccessor uses DefaultFormattingConversionService.
31+
- #144 - linkTo and methodOn with custom RequestMappingHandlerMapping.
32+
433
Changes in version 1.3 M1 (2021-01-13)
534
----------------------------------------
635
- #1433 - Upgrade to Spring Framework 5.3.3.

src/test/java/org/springframework/hateoas/support/ChangelogCreator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
class ChangelogCreator {
4040

41-
private static final int MILESTONE_ID = 54;
41+
private static final int MILESTONE_ID = 59;
4242
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
4343

4444
public static void main(String... args) {

0 commit comments

Comments
 (0)