You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/VERSION.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,29 @@
1
+
# Version: 2.22.0
2
+
3
+
This patch release tracks Jackson 2.22. The 2.22 series has full support for
4
+
Scala 2.11, 2.12, 2.13 and 3.3+. Java 8 is the minimum supported Java version.
5
+
There are no new fixes in this release.
6
+
7
+
# Version: 2.21.4
8
+
9
+
There are no new fixes in this release; it serves to track the 2.21.4 release
10
+
of the upstream Jackson projects.
11
+
12
+
# Version: 2.21.3
13
+
14
+
There are no new fixes in this release; it serves to track the 2.21.3 release
15
+
of the upstream Jackson projects.
16
+
17
+
# Version: 2.21.2
18
+
19
+
There are no new fixes in this release; it serves to track the 2.21.2 release
20
+
of the upstream Jackson projects.
21
+
22
+
# Version: 2.21.1
23
+
24
+
There are no new fixes in this release; it serves to track the 2.21.1 release
25
+
of the upstream Jackson projects.
26
+
1
27
# Version: 2.21.0
2
28
3
29
This patch release tracks Jackson 2.21. The 2.21 series has full support for
@@ -58,6 +84,21 @@ Scala 2.11, 2.12, 2.13 and 3.3+. Java 8 is the minimum supported Java version.
58
84
*[[gh-pr-713]](https://github.com/FasterXML/jackson-module-scala/pull/713) Add ScalaModule.builder() to over another way to customise the Scala module
59
85
*[[gh-722]](https://github.com/FasterXML/jackson-module-scala/issues/722) Collection deserializer should create empty collection instead of null (when input is null)
60
86
87
+
# Version: 2.18.8
88
+
89
+
There are no new fixes in this release; it serves to track the 2.18.7 release
90
+
of the upstream Jackson projects.
91
+
92
+
# Version: 2.18.7
93
+
94
+
There are no new fixes in this release; it serves to track the 2.18.7 release
95
+
of the upstream Jackson projects.
96
+
97
+
# Version: 2.18.6
98
+
99
+
There are no new fixes in this release; it serves to track the 2.18.6 release
100
+
of the upstream Jackson projects.
101
+
61
102
# Version: 2.18.5
62
103
63
104
There are no new fixes in this release; it serves to track the 2.18.5 release
Copy file name to clipboardExpand all lines: release-notes/VERSION3.md
+29-2Lines changed: 29 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,36 @@
1
1
Check VERSION.md for jackson-module-scala 2.x release information. This file tracks jackson-module-scala 3.x.
2
2
3
-
# 3.1.0-rc1
3
+
# 3.2.0
4
4
5
-
This patch release tracks Jackson 3.1.0-rc1. The 3.1 series has full support for Scala 2.12, 2.13 and 3.
5
+
This patch release tracks Jackson 3.2.0. The 3.2 series has full support for Scala 2.12, 2.13 and 3.
6
+
There are no new fixes in this release.
7
+
8
+
# 3.1.4
9
+
10
+
There are no new fixes in this release; it serves to track the 3.1.4 release
11
+
of the upstream Jackson projects.
12
+
13
+
# 3.1.3
14
+
15
+
There are no new fixes in this release; it serves to track the 3.1.3 release
16
+
of the upstream Jackson projects.
17
+
18
+
# 3.1.2
19
+
20
+
There are no new fixes in this release; it serves to track the 3.1.2 release
21
+
of the upstream Jackson projects.
22
+
23
+
# 3.1.1
24
+
25
+
There are no new fixes in this release; it serves to track the 3.1.1 release
26
+
of the upstream Jackson projects.
27
+
28
+
# 3.1.0
29
+
30
+
This patch release tracks Jackson 3.1.0. The 3.1 series has full support for Scala 2.12, 2.13 and 3.
6
31
7
32
*[[gh-787]](https://github.com/FasterXML/jackson-module-scala/issues/787) support JsonInclude filter for Scala collections
33
+
*[[gh-pr-799]](https://github.com/FasterXML/jackson-module-scala/pull/799) Scala 3.8+ requires us to make an underlying field in a Scala 2 Enumeration class accessible
8
34
9
35
# 3.0.4
10
36
@@ -31,6 +57,7 @@ of the upstream Jackson projects.
31
57
# 3.0.0
32
58
33
59
This patch release tracks Jackson 3.0.0. The 3.0 series has full support for Scala 2.12, 2.13 and 3.
60
+
Java 17 is the minimum supported version now (Jackson 3 generally has a minimum requirement of Java 17).
34
61
There are many changes in related Jackson libraries that affect all Jackson users. jackson-module-scala changes
35
62
are less significant. The most notable change is the addition of ScalaModule builder.
36
63
Users who don't use DefaultScalaModule may need to change to using ScalaModule builder.
0 commit comments