Conversation
…ntHandler, e.g. for certificate validation or proxy configuration; adds a missing IDisposable implementation on SeqConnection
Support certificate validation callbacks, proxy settings, etc.
Update with the lastest Seq preview features
* `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
Update to the latest Seq 2020.1 API version (breaking changes, here!)
larenelg
marked this pull request as ready for review
June 23, 2020 00:08
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.
HttpClientHandler, fixSeqConnectiondisposal (@nblumhardt)TemplateAsync(); update to Seq 2020.1 API version (changes below) (@nblumhardt)2020.1 API changes
Signal.TaggedPropertiesbecomesSignal.ColumnsbreakingSeqConnection.EnsureConnected()becomesEnsureConnectedAsync(), consistent with the other APIs in this project breakingAppInstanceEntity.InputSignalExpressionrenamed toStreamedSignalExpressionto avoid confusion with inputs breakingAppInstanceEntity.Metricssplit intoProcessMetrics,InputMetrics,DiagnosticInputMetricsandOutputMetrics(with corresponding split ofAppInstanceMetricsPart) breakingRunningTaskPartmoved from Seq.Api.Model.Diagnostics to RunningTasks breakingApiKeyEntity.InputFilter,MinimumLevel,UseServerTimestampsandAppliedPropertiesmoved toApiKeyEntity.InputSettingsbreakingSignalFilterPartrenamed toDescriptiveFilterPart, to clarify its use across the API and not only with signals breakingAlertStateEntityandSeqConnection.AlertStatesSettingName.NewUserRoleIdsSeqApiClientnow acceptsapplication/vnd.datalust.seq.v8+json, the media type indicating 2020.1 API supportAppInstanceEntity.InputSettingsadded, to support filtering, property tagging, etc.EntitycarriesExtensionDatato ease backwards compatibility on the server-sideSettingNameentries for various OpenID Connect settings,AuthenticationProvider,AutomaticallyProvisionAuthenticatedUsers, andAzureADAuthority; some obsolete settings removed/markedSeqConnection.RunningTasksadded to support diagnostics and task cancellationUserEntitynow exposesAuthenticationProviderandAuthenticationProviderUniqueIdentifierApiKeysResourceGroup,AppInstancesResourceGroupandDiagnosticsResourceGroupnow exposeGetMeasurementTimeseriesAsync()for 24-hr metric histograms