Skip to content

Releases: cythral/brighid-commands-client

v0.3.0.516-beta1

02 Jun 17:25
42457b8

Choose a tag to compare

v0.3.0.516-beta1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.0.445-beta1...v0.3.0.516-beta1

v0.3.0.445-beta1

12 May 19:41
6aff709

Choose a tag to compare

v0.3.0.445-beta1 Pre-release
Pre-release

What's Changed

Read more

v0.3.0.119-beta1

20 Jul 16:41
ee6ec2b

Choose a tag to compare

v0.3.0.119-beta1 Pre-release
Pre-release

What's Changed

Read more

v0.2.0

07 May 15:05
7b63d22

Choose a tag to compare

Enhancements

  • The x-display-name OpenAPI field is now used to determine property names, if present.
  • The command parser now consumes the parameters endpoint instead of parser restrictions, as the parser restrictions endpoint will be removed soon.
  • Arguments and Options are now both treated as parameters, and are sent to the Commands API as additional properties on ExecuteCommandRequest objects.
  • Responses to GetCommandParameters calls are now cached for an hour, or until the cache's size exceeds the threshold.
  • Source System and Source System ID are now passed as headers to the commands service. These have been added as client request options.
  • New method: IBrighidCommandsCache.ClearAllParameters added for clearing all cached parameters.
  • New Method: IBrighidCommandsCache.ParametersExist added for checking if a command's parameters have been cached.
  • Updated Brighid.Identity.Client to v0.5.0

Breaking Changes

  • IBrighidCommandsCache.GetOrCreateAsync has been renamed to IBrighidCommandsCache.GetOrCreateParametersAsync

v0.2.0-beta6

24 Feb 03:12
e996dd4

Choose a tag to compare

v0.2.0-beta6 Pre-release
Pre-release

Enhancements

  • New method: IBrighidCommandsCache.ClearAllParameters added for clearing all cached parameters.
  • New Method: IBrighidCommandsCache.ParametersExist added for checking if a command's parameters have been cached.
  • Updated Brighid.Identity.Client to v0.5.0

Breaking Changes

  • IBrighidCommandsCache.GetOrCreateAsync has been renamed to IBrighidCommandsCache.GetOrCreateParametersAsync

v0.2.0-beta5

08 Feb 17:23
07d761b

Choose a tag to compare

v0.2.0-beta5 Pre-release
Pre-release
Update swagger to spec version 1.0.58.62354 (#113)

v0.2.0-beta4

08 Feb 16:05
44591b3

Choose a tag to compare

v0.2.0-beta4 Pre-release
Pre-release
  • Responses to GetCommandParameters calls are now cached for an hour, or until the cache's size exceeds the threshold.
  • Swagger Spec Updated to v1.0.54.48930

v0.2.0-beta3

11 Nov 13:31
7374a55

Choose a tag to compare

v0.2.0-beta3 Pre-release
Pre-release
Update dotnet monorepo to v6 (#44)

v0.2.0-beta2

03 Nov 21:53
4b67d46

Choose a tag to compare

v0.2.0-beta2 Pre-release
Pre-release
  • Arguments and Options are now both treated as parameters, and are sent to the Commands API as additional properties on ExecuteCommandRequest objects.

v0.2.0-beta1

26 Aug 02:56
057f241

Choose a tag to compare

v0.2.0-beta1 Pre-release
Pre-release
  • The x-display-name OpenAPI field is now used to determine property names, if present.
  • The command parser now consumes the parameters endpoint instead of parser restrictions, as the parser restrictions endpoint will be removed soon.