Update to the latest Seq 2020.1 API version (breaking changes, here!) - #82
Merged
Conversation
* `SeqApiClient` now accepts `application/vnd.datalust.seq.v8+json`, the media type indicating 2020.1 API support * `AppInstanceEntity.InputSignalExpression` renamed to `StreamedSignalExpression` to avoid confusion with _inputs_ * `AppInstanceEntity.InputSettings` added, to support filtering, property tagging, etc. * `AppInstanceEntity.Metrics` split into `ProcessMetrics`, `InputMetrics`, `DiagnosticInputMetrics` and `OutputMetrics` (with corresponding split of `AppInstanceMetricsPart`) * `RunningTaskPart` moved from _Seq.Api.Model.Diagnostics_ to _RunningTasks_ * `Entity` carries `ExtensionData` to ease backwards compatibility on the server-side * `ApiKeyEntity.InputFilter`, `MinimumLevel`, `UseServerTimestamps` and `AppliedProperties` moved to `ApiKeyEntity.InputSettings` * New `SettingName` entries for various OpenID Connect settings, `AuthenticationProvider`, `AutomaticallyProvisionAuthenticatedUsers`, and `AzureADAuthority`; some obsolete settings removed/marked * `SignalFilterPart` renamed to `DescriptiveFilterPart`, to clarify its use across the API and not only with signals * `SeqConnection.RunningTasks` added to support diagnostics and task cancellation * `UserEntity` now exposes `AuthenticationProvider` and `AuthenticationProviderUniqueIdentifier` * `ApiKeysResourceGroup`, `AppInstancesResourceGroup` and `DiagnosticsResourceGroup` now expose `GetMeasurementTimeseriesAsync()` for 24-hr metric histograms
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SeqApiClientnow acceptsapplication/vnd.datalust.seq.v8+json, the media type indicating 2020.1 API supportAppInstanceEntity.InputSignalExpressionrenamed toStreamedSignalExpressionto avoid confusion with inputsAppInstanceEntity.InputSettingsadded, to support filtering, property tagging, etc.AppInstanceEntity.Metricssplit intoProcessMetrics,InputMetrics,DiagnosticInputMetricsandOutputMetrics(with corresponding split ofAppInstanceMetricsPart)RunningTaskPartmoved from Seq.Api.Model.Diagnostics to RunningTasksEntitycarriesExtensionDatato ease backwards compatibility on the server-sideApiKeyEntity.InputFilter,MinimumLevel,UseServerTimestampsandAppliedPropertiesmoved toApiKeyEntity.InputSettingsSettingNameentries for various OpenID Connect settings,AuthenticationProvider,AutomaticallyProvisionAuthenticatedUsers, andAzureADAuthority; some obsolete settings removed/markedSignalFilterPartrenamed toDescriptiveFilterPart, to clarify its use across the API and not only with signalsSeqConnection.RunningTasksadded to support diagnostics and task cancellationUserEntitynow exposesAuthenticationProviderandAuthenticationProviderUniqueIdentifierApiKeysResourceGroup,AppInstancesResourceGroupandDiagnosticsResourceGroupnow exposeGetMeasurementTimeseriesAsync()for 24-hr metric histogramsPhew! We've been busy 😅