2.23.1
3 May 24
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.23.1"
/>
API Differences between 2.23.1 and 2.3.2
27
Additions
0
Removals
Relativity.Kepler
public
enum
HTTPVerb
PATCH
=
4
Relativity.Kepler.Exceptions
public
class
TooManyRequestsException
:
ServiceException
public
TimeSpan
?
Delta
{
get
; }
public
TooManyRequestsException
(
RetryConditionHeaderValue
retry
,
string
message
)
public
TooManyRequestsException
()
public
TooManyRequestsException
(
string
message
)
public
TooManyRequestsException
(
string
message
,
Exception
inner
)
protected
TooManyRequestsException
(
SerializationInfo
info
,
StreamingContext
context
)
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
CancellationToken
CallCancelled
{
get
;
set
; }
NameValueCollection
Headers
{
get
;
set
; }
public
class
KeplerResponseStream
:
IKeplerStream
,
IDisposable
public
event
EventHandler
Disposed
public
class
RequestController
:
IRequestController
public
CancellationToken
CallCancelled
{
get
;
set
; }
public
NameValueCollection
Headers
{
get
;
set
; }
public
RequestController
()