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
Fixed a mapping issue with generic types that had multiple type arguments (#1044). Ty @radiosterne!
Fixed NullReferenceException in MappingWalker (#1068)
Internal
Refactored the Elasticsearch.Net internals unit tests into more logical units and amended it with unit tests for the way we handle streams internally for all code paths. This gave us enough confidence to refactor our transport layer, giving it less responsibilities. (#1060)