2.20.0
2 Jun 23
Toggle Dropdown
Version 2
2.23.1
3 May 24
2.21.0
1 Nov 23
2.20.0
2 Jun 23
2.15.0
1 Oct 21
2.14.4
2 Mar 21
2.10.2
20 Nov 20
2.3.2
22 Nov 19
Compare to version...
with 2.3.2
Toggle Dropdown
Version 2
2.23.1
3 May 24
2.21.0
1 Nov 23
2.20.0
2 Jun 23
2.15.0
1 Oct 21
2.14.4
2 Mar 21
2.10.2
20 Nov 20
2.3.2
22 Nov 19
Download Package
Open in NuGet
<
PackageReference
Include
=
"Relativity.Kepler"
Version
=
"2.20.0"
/>
API Differences between 2.20.0 and 2.3.2
18
Additions
0
Removals
Relativity.Kepler
public
enum
HTTPVerb
PATCH
=
4
Relativity.Kepler.Services
public
class
HttpPatchAttribute
:
Attribute
public
HttpPatchAttribute
()
public
interface
IProbes
TimeSpan
RetryAfter
{
get
; }
Task
<
bool
>
IsLiveAsync
(
CancellationToken
token
)
Task
<
bool
>
IsReadyAsync
(
CancellationToken
token
)
public
class
ProbesDefault
:
IProbes
public
virtual
TimeSpan
RetryAfter
{
get
; }
public
ProbesDefault
()
public
virtual
Task
<
bool
>
IsLiveAsync
(
CancellationToken
token
)
public
virtual
Task
<
bool
>
IsReadyAsync
(
CancellationToken
token
)
Relativity.Kepler.Transport
public
interface
IRequestController
NameValueCollection
Headers
{
get
;
set
; }
public
class
KeplerResponseStream
:
IKeplerStream
,
IDisposable
public
event
EventHandler
Disposed
public
class
RequestController
:
IRequestController
public
NameValueCollection
Headers
{
get
;
set
; }
public
RequestController
()