Skip to content

0.2.3

Compare
Choose a tag to compare
@Mpdreamz Mpdreamz released this 11 Jan 14:01
· 83 commits to main since this release
85c2358

0.2.2...0.2.3

Bug Fixes

  • #18 Add integration tests for Transport
  • #20 ServerError.TryCreate always returned true even if null

New Features

  • #18 Add integration tests for Transport

View the full list of issues and PRs

API Changes: Elastic.Transport

Scanned: 📑 1 assemblies(s), Suggested change in version: Major
+ 0 breaking change(s) detected.

+ 🌟 3 new additions
- 🔴 3 removals
- 🔷 0 modifications

📑 Elastic.Transport.dll
 Click here to see the 6 differences 
Elastic.Transport, Version=0.0.0.0, Culture=neutral, PublicKeyToken=069ca2728db333c1 
Elastic.Transport.dll 
Elastic.Transport.TransportExtensions 
+ 🌟 Delete<TResponse>(ITransport, String, PostData, IRequestParameters) 
- 🔴 DeleteAsync<TResponse>(ITransport, String, PostData, IRequestParameters) 💥 
+ 🌟 Post<TResponse>(ITransport, String, PostData, IRequestParameters) 
- 🔴 PostAsync<TResponse>(ITransport, String, PostData, IRequestParameters) 💥 
+ 🌟 Put<TResponse>(ITransport, String, PostData, IRequestParameters) 
- 🔴 PutAsync<TResponse>(ITransport, String, PostData, IRequestParameters) 💥 

API Changes: Elastic.Transport.VirtualizedCluster

Scanned: 📑 1 assemblies(s), Suggested change in version: Patch
+ 0 breaking change(s) detected.

🌟 0 new additions, 🔴 0 removals, 🔷 0 modifications