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: docs/release-notes/release-notes-8.0.6.asciidoc
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,11 @@ enums with aliases (issue: https://github.com/elastic/elasticsearch-net/issues/7
15
15
`Elastic.Transport` 0.4.7 which includes fixes for helpers used during application
16
16
testing.
17
17
18
+
[discrete]
19
+
=== Features
20
+
21
+
- https://github.com/elastic/elasticsearch-net/pull/7272[#7272] Support custom JsonSerializerOptions.
22
+
18
23
[discrete]
19
24
=== Breaking changes
20
25
@@ -88,4 +93,18 @@ public sealed partial class TypeMapping
88
93
public ICollection<IDictionary<string, Elastic.Clients.Elasticsearch.Mapping.DynamicTemplate>>? DynamicTemplates { get; set; }
89
94
...
90
95
}
91
-
----
96
+
----
97
+
98
+
[discrete]
99
+
==== SystemTextJsonSerializer
100
+
101
+
The `SystemTextJsonSerializer` is used as a base type for the built-in serializers. Two breaking changes have been made after adding better support for <<customizing-source-serialization, customizing source serialization>>.
102
+
103
+
The public `Options` property has been made internal.
104
+
105
+
A new public abstract method `CreateJsonSerializerOptions` has been added, which derived types must implement.
0 commit comments