@factset/frontgate-js-sdk 6.10.3 → 6.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +962 -796
- package/dist/lib/esnext/FrontgateClient.js +0 -1
- package/dist/lib/esnext/Mdg2Client.js +0 -1
- package/dist/lib/esnext/authentication/AbstractAuthentication.js +0 -1
- package/dist/lib/esnext/authentication/AppAuthentication.js +0 -1
- package/dist/lib/esnext/authentication/AuthenticationInterface.js +0 -1
- package/dist/lib/esnext/authentication/CookieTokenAuthentication.js +0 -1
- package/dist/lib/esnext/authentication/CookieTokenAuthenticationFactors.js +0 -1
- package/dist/lib/esnext/authentication/TokenAuthentication.js +0 -1
- package/dist/lib/esnext/authentication/UserCredentialAuthentication.js +0 -1
- package/dist/lib/esnext/authentication/UserPasswordAuthentication.js +0 -1
- package/dist/lib/esnext/authentication/index.js +0 -1
- package/dist/lib/esnext/authentication/util/ChallengeResolver.js +0 -1
- package/dist/lib/esnext/authentication/util/SecretGenerator.js +0 -1
- package/dist/lib/esnext/authentication/util/index.js +0 -1
- package/dist/lib/esnext/common/Mdg2ClientOptions.js +0 -1
- package/dist/lib/esnext/common/constants.js +0 -1
- package/dist/lib/esnext/common/errors.js +0 -1
- package/dist/lib/esnext/common/functions.js +0 -1
- package/dist/lib/esnext/common/interfaces/PtlMessage.js +0 -1
- package/dist/lib/esnext/common/interfaces/index.js +0 -1
- package/dist/lib/esnext/common/interfaces/observe/ObserveOptions.js +0 -1
- package/dist/lib/esnext/common/interfaces/result/HTTPProxyRequestResult.js +0 -1
- package/dist/lib/esnext/common/interfaces/result/HighLevelRequestResult.js +0 -1
- package/dist/lib/esnext/common/interfaces/result/RequestResult.js +0 -1
- package/dist/lib/esnext/common/types/Quality.js +0 -1
- package/dist/lib/esnext/common/types/RequestQuality.js +0 -1
- package/dist/lib/esnext/common/types/index.js +0 -1
- package/dist/lib/esnext/compat/index.js +0 -1
- package/dist/lib/esnext/connection/AbstractFrontgateConnection.js +0 -1
- package/dist/lib/esnext/connection/ConnectionInterface.js +0 -1
- package/dist/lib/esnext/connection/FrontgateWSConnection.js +0 -1
- package/dist/lib/esnext/connection/JobPromise.js +0 -1
- package/dist/lib/esnext/connection/LatencyHandler.js +0 -1
- package/dist/lib/esnext/connection/LatencyTracker.js +0 -1
- package/dist/lib/esnext/connection/MessageProcessor.js +0 -1
- package/dist/lib/esnext/connection/index.js +0 -1
- package/dist/lib/esnext/connection/util/Compressor.js +0 -1
- package/dist/lib/esnext/connection/util/Encoding.js +0 -1
- package/dist/lib/esnext/connection/util/functions.js +0 -1
- package/dist/lib/esnext/core/RequestModule.js +0 -1
- package/dist/lib/esnext/core/SubscriptionModule.js +0 -1
- package/dist/lib/esnext/core/subscription/EndpointHandler.js +0 -1
- package/dist/lib/esnext/core/subscription/SubjectManager.js +0 -1
- package/dist/lib/esnext/index.js +0 -1
- package/dist/lib/esnext/logger/AbstractLogger.js +0 -1
- package/dist/lib/esnext/logger/ConsoleLogger.js +0 -1
- package/dist/lib/esnext/logger/LoggerHelper.js +0 -1
- package/dist/lib/esnext/logger/LoggerInterface.js +0 -1
- package/dist/lib/esnext/logger/NullLogger.js +0 -1
- package/dist/lib/esnext/logger/WinstonLogger.js +0 -1
- package/dist/lib/esnext/logger/index.js +0 -1
- package/dist/lib/esnext/message/MessageFactory.js +0 -1
- package/dist/lib/esnext/message/guards.js +0 -1
- package/dist/lib/esnext/message/index.js +0 -1
- package/dist/lib/esnext/message/interfaces/HTTPProxyRequestOptions.js +0 -1
- package/dist/lib/esnext/message/interfaces/HighLevelRequestMethod.js +0 -1
- package/dist/lib/esnext/message/interfaces/HighLevelRequestOptions.js +0 -1
- package/dist/lib/esnext/message/interfaces/JobObservable.js +0 -1
- package/dist/lib/esnext/message/interfaces/index.js +0 -1
- package/dist/lib/esnext/message/request/AbstractMdg2Request.js +0 -1
- package/dist/lib/esnext/message/request/AuthenticationByTokenRequest.js +0 -1
- package/dist/lib/esnext/message/request/AuthenticationRequest.js +0 -1
- package/dist/lib/esnext/message/request/AuthenticationTokenRequest.js +0 -1
- package/dist/lib/esnext/message/request/CancelSubscriptionRequest.js +0 -1
- package/dist/lib/esnext/message/request/ConfigurationRequest.js +0 -1
- package/dist/lib/esnext/message/request/HTTPProxyRequest.js +0 -1
- package/dist/lib/esnext/message/request/HighLevelRequest.js +0 -1
- package/dist/lib/esnext/message/request/PingRequest.js +0 -1
- package/dist/lib/esnext/message/request/TransportLayerClientRequestHeader.js +0 -1
- package/dist/lib/esnext/message/request/index.js +0 -1
- package/dist/lib/esnext/message/request/raw/RawRequest.js +0 -1
- package/dist/lib/esnext/message/request/raw/RawRequestFactory.js +0 -1
- package/dist/lib/esnext/message/request/raw/example/CreateNotationSearchRequest.js +0 -1
- package/dist/lib/esnext/message/request/raw/index.js +0 -1
- package/dist/lib/esnext/message/response/AuthenticationByTokenResponse.js +0 -1
- package/dist/lib/esnext/message/response/AuthenticationResponse.js +0 -1
- package/dist/lib/esnext/message/response/AuthenticationTokenResponse.js +0 -1
- package/dist/lib/esnext/message/response/CancelSubscriptionResponse.js +0 -1
- package/dist/lib/esnext/message/response/ConfigurationResponse.js +0 -1
- package/dist/lib/esnext/message/response/DisconnectionMessage.js +0 -1
- package/dist/lib/esnext/message/response/ErrorResponse.js +0 -1
- package/dist/lib/esnext/message/response/HTTPProxyResponse.js +0 -1
- package/dist/lib/esnext/message/response/HighLevelResponse.js +0 -1
- package/dist/lib/esnext/message/response/LoadNotificationMessage.js +0 -1
- package/dist/lib/esnext/message/response/Mdg2Response.js +0 -1
- package/dist/lib/esnext/message/response/PermissionDeniedResponse.js +0 -1
- package/dist/lib/esnext/message/response/PingResponse.js +0 -1
- package/dist/lib/esnext/message/response/RejectResponse.js +0 -1
- package/dist/lib/esnext/message/response/index.js +0 -1
- package/dist/lib/esnext/message/types/Time.js +0 -1
- package/dist/lib/esnext/message/types/TransportLayerClientRequestHeaderFlag.js +0 -1
- package/dist/lib/esnext/message/types/index.js +0 -1
- package/dist/lib/esnext/message/update/HighLevelUpdate.js +0 -1
- package/dist/lib/esnext/message/update/SubscriptionLossMessage.js +0 -1
- package/dist/lib/esnext/message/update/index.js +0 -1
- package/dist/lib/esnext/mixins/AuthTokenRequestMixin.js +0 -1
- package/dist/lib/esnext/mixins/EndpointRequestMixin.js +0 -1
- package/dist/lib/esnext/mixins/HTTPProxyRequestMixin.js +0 -1
- package/dist/lib/esnext/mixins/LoggerMixin.js +0 -1
- package/dist/lib/esnext/mixins/MessageCompressorMixin.js +0 -1
- package/dist/lib/esnext/mixins/OpenTelemetryMixin.js +0 -1
- package/dist/lib/esnext/mixins/PingMixin.js +0 -1
- package/dist/lib/esnext/mixins/ReconnectMixin.js +0 -1
- package/dist/lib/esnext/mixins/RequestMixin.js +0 -1
- package/dist/lib/esnext/mixins/auth/AppAuthMixin.js +0 -1
- package/dist/lib/esnext/mixins/auth/CookieTokenAuthMixin.js +0 -1
- package/dist/lib/esnext/mixins/auth/FetchAuthenticationMixin.js +1 -2
- package/dist/lib/esnext/mixins/auth/SessionAuthMixin.js +0 -1
- package/dist/lib/esnext/mixins/auth/TokenAuthMixin.js +0 -1
- package/dist/lib/esnext/mixins/auth/UserCredentialAuthMixin.js +0 -1
- package/dist/lib/esnext/mixins/auth/UserPasswordAuthMixin.js +0 -1
- package/dist/lib/esnext/mixins/auth/index.js +0 -1
- package/dist/lib/esnext/mixins/connection/FrontgateWSMixin.js +0 -1
- package/dist/lib/esnext/mixins/connection/index.js +0 -1
- package/dist/lib/esnext/mixins/index.js +0 -1
- package/dist/lib/esnext/mixins/subscription/DataObserver.js +0 -1
- package/dist/lib/esnext/mixins/subscription/EndpointSubscriptionMixin.js +0 -1
- package/dist/lib/esnext/mixins/subscription/RawSubscriptionMixin.js +0 -1
- package/dist/lib/esnext/mixins/subscription/index.js +0 -1
- package/dist/lib/esnext/util/TimeOutWrapper.js +0 -1
- package/dist/lib/esnext/util/functions.js +0 -1
- package/dist/lib/esnext/version.js +1 -2
- package/dist/lib/node/FrontgateClient.js +0 -1
- package/dist/lib/node/Mdg2Client.js +0 -1
- package/dist/lib/node/authentication/AbstractAuthentication.js +0 -1
- package/dist/lib/node/authentication/AppAuthentication.js +0 -1
- package/dist/lib/node/authentication/AuthenticationInterface.js +0 -1
- package/dist/lib/node/authentication/CookieTokenAuthentication.js +0 -1
- package/dist/lib/node/authentication/CookieTokenAuthenticationFactors.js +0 -1
- package/dist/lib/node/authentication/TokenAuthentication.js +0 -1
- package/dist/lib/node/authentication/UserCredentialAuthentication.js +0 -1
- package/dist/lib/node/authentication/UserPasswordAuthentication.js +0 -1
- package/dist/lib/node/authentication/index.js +0 -1
- package/dist/lib/node/authentication/util/ChallengeResolver.js +0 -1
- package/dist/lib/node/authentication/util/SecretGenerator.js +0 -1
- package/dist/lib/node/authentication/util/index.js +0 -1
- package/dist/lib/node/common/Mdg2ClientOptions.js +0 -1
- package/dist/lib/node/common/constants.js +0 -1
- package/dist/lib/node/common/errors.js +0 -1
- package/dist/lib/node/common/functions.js +0 -1
- package/dist/lib/node/common/interfaces/PtlMessage.js +0 -1
- package/dist/lib/node/common/interfaces/index.js +0 -1
- package/dist/lib/node/common/interfaces/observe/ObserveOptions.js +0 -1
- package/dist/lib/node/common/interfaces/result/HTTPProxyRequestResult.js +0 -1
- package/dist/lib/node/common/interfaces/result/HighLevelRequestResult.js +0 -1
- package/dist/lib/node/common/interfaces/result/RequestResult.js +0 -1
- package/dist/lib/node/common/types/Quality.js +0 -1
- package/dist/lib/node/common/types/RequestQuality.js +0 -1
- package/dist/lib/node/common/types/index.js +0 -1
- package/dist/lib/node/compat/index.js +0 -1
- package/dist/lib/node/connection/AbstractFrontgateConnection.js +0 -1
- package/dist/lib/node/connection/ConnectionInterface.js +0 -1
- package/dist/lib/node/connection/FrontgateWSConnection.js +0 -1
- package/dist/lib/node/connection/JobPromise.js +0 -1
- package/dist/lib/node/connection/LatencyHandler.js +0 -1
- package/dist/lib/node/connection/LatencyTracker.js +0 -1
- package/dist/lib/node/connection/MessageProcessor.js +0 -1
- package/dist/lib/node/connection/index.js +0 -1
- package/dist/lib/node/connection/util/Compressor.js +0 -1
- package/dist/lib/node/connection/util/Encoding.js +0 -1
- package/dist/lib/node/connection/util/functions.js +0 -1
- package/dist/lib/node/core/RequestModule.js +0 -1
- package/dist/lib/node/core/SubscriptionModule.js +0 -1
- package/dist/lib/node/core/subscription/EndpointHandler.js +0 -1
- package/dist/lib/node/core/subscription/SubjectManager.js +0 -1
- package/dist/lib/node/index.js +0 -1
- package/dist/lib/node/logger/AbstractLogger.js +0 -1
- package/dist/lib/node/logger/ConsoleLogger.js +0 -1
- package/dist/lib/node/logger/LoggerHelper.js +0 -1
- package/dist/lib/node/logger/LoggerInterface.js +0 -1
- package/dist/lib/node/logger/NullLogger.js +0 -1
- package/dist/lib/node/logger/WinstonLogger.js +0 -1
- package/dist/lib/node/logger/index.js +0 -1
- package/dist/lib/node/message/MessageFactory.js +0 -1
- package/dist/lib/node/message/guards.js +0 -1
- package/dist/lib/node/message/index.js +0 -1
- package/dist/lib/node/message/interfaces/HTTPProxyRequestOptions.js +0 -1
- package/dist/lib/node/message/interfaces/HighLevelRequestMethod.js +0 -1
- package/dist/lib/node/message/interfaces/HighLevelRequestOptions.js +0 -1
- package/dist/lib/node/message/interfaces/JobObservable.js +0 -1
- package/dist/lib/node/message/interfaces/index.js +0 -1
- package/dist/lib/node/message/request/AbstractMdg2Request.js +0 -1
- package/dist/lib/node/message/request/AuthenticationByTokenRequest.js +0 -1
- package/dist/lib/node/message/request/AuthenticationRequest.js +0 -1
- package/dist/lib/node/message/request/AuthenticationTokenRequest.js +0 -1
- package/dist/lib/node/message/request/CancelSubscriptionRequest.js +0 -1
- package/dist/lib/node/message/request/ConfigurationRequest.js +0 -1
- package/dist/lib/node/message/request/HTTPProxyRequest.js +0 -1
- package/dist/lib/node/message/request/HighLevelRequest.js +0 -1
- package/dist/lib/node/message/request/PingRequest.js +0 -1
- package/dist/lib/node/message/request/TransportLayerClientRequestHeader.js +0 -1
- package/dist/lib/node/message/request/index.js +0 -1
- package/dist/lib/node/message/request/raw/RawRequest.js +0 -1
- package/dist/lib/node/message/request/raw/RawRequestFactory.js +0 -1
- package/dist/lib/node/message/request/raw/example/CreateNotationSearchRequest.js +0 -1
- package/dist/lib/node/message/request/raw/index.js +0 -1
- package/dist/lib/node/message/response/AuthenticationByTokenResponse.js +0 -1
- package/dist/lib/node/message/response/AuthenticationResponse.js +0 -1
- package/dist/lib/node/message/response/AuthenticationTokenResponse.js +0 -1
- package/dist/lib/node/message/response/CancelSubscriptionResponse.js +0 -1
- package/dist/lib/node/message/response/ConfigurationResponse.js +0 -1
- package/dist/lib/node/message/response/DisconnectionMessage.js +0 -1
- package/dist/lib/node/message/response/ErrorResponse.js +0 -1
- package/dist/lib/node/message/response/HTTPProxyResponse.js +0 -1
- package/dist/lib/node/message/response/HighLevelResponse.js +0 -1
- package/dist/lib/node/message/response/LoadNotificationMessage.js +0 -1
- package/dist/lib/node/message/response/Mdg2Response.js +0 -1
- package/dist/lib/node/message/response/PermissionDeniedResponse.js +0 -1
- package/dist/lib/node/message/response/PingResponse.js +0 -1
- package/dist/lib/node/message/response/RejectResponse.js +0 -1
- package/dist/lib/node/message/response/index.js +0 -1
- package/dist/lib/node/message/types/Time.js +0 -1
- package/dist/lib/node/message/types/TransportLayerClientRequestHeaderFlag.js +0 -1
- package/dist/lib/node/message/types/index.js +0 -1
- package/dist/lib/node/message/update/HighLevelUpdate.js +0 -1
- package/dist/lib/node/message/update/SubscriptionLossMessage.js +0 -1
- package/dist/lib/node/message/update/index.js +0 -1
- package/dist/lib/node/mixins/AuthTokenRequestMixin.js +0 -1
- package/dist/lib/node/mixins/EndpointRequestMixin.js +0 -1
- package/dist/lib/node/mixins/HTTPProxyRequestMixin.js +0 -1
- package/dist/lib/node/mixins/LoggerMixin.js +0 -1
- package/dist/lib/node/mixins/MessageCompressorMixin.js +0 -1
- package/dist/lib/node/mixins/OpenTelemetryMixin.js +0 -1
- package/dist/lib/node/mixins/PingMixin.js +0 -1
- package/dist/lib/node/mixins/ReconnectMixin.js +0 -1
- package/dist/lib/node/mixins/RequestMixin.js +0 -1
- package/dist/lib/node/mixins/auth/AppAuthMixin.js +0 -1
- package/dist/lib/node/mixins/auth/CookieTokenAuthMixin.js +0 -1
- package/dist/lib/node/mixins/auth/FetchAuthenticationMixin.js +1 -2
- package/dist/lib/node/mixins/auth/SessionAuthMixin.js +0 -1
- package/dist/lib/node/mixins/auth/TokenAuthMixin.js +0 -1
- package/dist/lib/node/mixins/auth/UserCredentialAuthMixin.js +0 -1
- package/dist/lib/node/mixins/auth/UserPasswordAuthMixin.js +0 -1
- package/dist/lib/node/mixins/auth/index.js +0 -1
- package/dist/lib/node/mixins/connection/FrontgateWSMixin.js +0 -1
- package/dist/lib/node/mixins/connection/index.js +0 -1
- package/dist/lib/node/mixins/index.js +0 -1
- package/dist/lib/node/mixins/subscription/DataObserver.js +0 -1
- package/dist/lib/node/mixins/subscription/EndpointSubscriptionMixin.js +0 -1
- package/dist/lib/node/mixins/subscription/RawSubscriptionMixin.js +0 -1
- package/dist/lib/node/mixins/subscription/index.js +0 -1
- package/dist/lib/node/util/TimeOutWrapper.js +0 -1
- package/dist/lib/node/util/functions.js +0 -1
- package/dist/lib/node/version.js +1 -2
- package/dist/lib/types/mixins/AuthTokenRequestMixin.d.ts +3 -2
- package/dist/lib/types/mixins/EndpointRequestMixin.d.ts +4 -3
- package/dist/lib/types/mixins/HTTPProxyRequestMixin.d.ts +3 -2
- package/dist/lib/types/mixins/LoggerMixin.d.ts +3 -2
- package/dist/lib/types/mixins/MessageCompressorMixin.d.ts +4 -3
- package/dist/lib/types/mixins/OpenTelemetryMixin.d.ts +4 -3
- package/dist/lib/types/mixins/PingMixin.d.ts +3 -2
- package/dist/lib/types/mixins/ReconnectMixin.d.ts +6 -5
- package/dist/lib/types/mixins/RequestMixin.d.ts +3 -2
- package/dist/lib/types/mixins/auth/AppAuthMixin.d.ts +4 -3
- package/dist/lib/types/mixins/auth/CookieTokenAuthMixin.d.ts +3 -2
- package/dist/lib/types/mixins/auth/FetchAuthenticationMixin.d.ts +29 -27
- package/dist/lib/types/mixins/auth/SessionAuthMixin.d.ts +28 -27
- package/dist/lib/types/mixins/auth/TokenAuthMixin.d.ts +5 -4
- package/dist/lib/types/mixins/auth/UserCredentialAuthMixin.d.ts +4 -3
- package/dist/lib/types/mixins/auth/UserPasswordAuthMixin.d.ts +4 -3
- package/dist/lib/types/mixins/connection/FrontgateWSMixin.d.ts +22 -21
- package/dist/lib/types/mixins/subscription/EndpointSubscriptionMixin.d.ts +4 -3
- package/dist/lib/types/mixins/subscription/RawSubscriptionMixin.d.ts +5 -4
- package/dist/lib/umd/mdg2.client.min.umd.js +5 -5
- package/dist/lib/umd/mdg2.client.umd.js +100 -100
- package/package.json +4 -2
- package/dist/lib/esnext/FrontgateClient.js.map +0 -1
- package/dist/lib/esnext/Mdg2Client.js.map +0 -1
- package/dist/lib/esnext/authentication/AbstractAuthentication.js.map +0 -1
- package/dist/lib/esnext/authentication/AppAuthentication.js.map +0 -1
- package/dist/lib/esnext/authentication/AuthenticationInterface.js.map +0 -1
- package/dist/lib/esnext/authentication/CookieTokenAuthentication.js.map +0 -1
- package/dist/lib/esnext/authentication/CookieTokenAuthenticationFactors.js.map +0 -1
- package/dist/lib/esnext/authentication/TokenAuthentication.js.map +0 -1
- package/dist/lib/esnext/authentication/UserCredentialAuthentication.js.map +0 -1
- package/dist/lib/esnext/authentication/UserPasswordAuthentication.js.map +0 -1
- package/dist/lib/esnext/authentication/index.js.map +0 -1
- package/dist/lib/esnext/authentication/util/ChallengeResolver.js.map +0 -1
- package/dist/lib/esnext/authentication/util/SecretGenerator.js.map +0 -1
- package/dist/lib/esnext/authentication/util/index.js.map +0 -1
- package/dist/lib/esnext/common/Mdg2ClientOptions.js.map +0 -1
- package/dist/lib/esnext/common/constants.js.map +0 -1
- package/dist/lib/esnext/common/errors.js.map +0 -1
- package/dist/lib/esnext/common/functions.js.map +0 -1
- package/dist/lib/esnext/common/interfaces/PtlMessage.js.map +0 -1
- package/dist/lib/esnext/common/interfaces/index.js.map +0 -1
- package/dist/lib/esnext/common/interfaces/observe/ObserveOptions.js.map +0 -1
- package/dist/lib/esnext/common/interfaces/result/HTTPProxyRequestResult.js.map +0 -1
- package/dist/lib/esnext/common/interfaces/result/HighLevelRequestResult.js.map +0 -1
- package/dist/lib/esnext/common/interfaces/result/RequestResult.js.map +0 -1
- package/dist/lib/esnext/common/types/Quality.js.map +0 -1
- package/dist/lib/esnext/common/types/RequestQuality.js.map +0 -1
- package/dist/lib/esnext/common/types/index.js.map +0 -1
- package/dist/lib/esnext/compat/index.js.map +0 -1
- package/dist/lib/esnext/connection/AbstractFrontgateConnection.js.map +0 -1
- package/dist/lib/esnext/connection/ConnectionInterface.js.map +0 -1
- package/dist/lib/esnext/connection/FrontgateWSConnection.js.map +0 -1
- package/dist/lib/esnext/connection/JobPromise.js.map +0 -1
- package/dist/lib/esnext/connection/LatencyHandler.js.map +0 -1
- package/dist/lib/esnext/connection/LatencyTracker.js.map +0 -1
- package/dist/lib/esnext/connection/MessageProcessor.js.map +0 -1
- package/dist/lib/esnext/connection/index.js.map +0 -1
- package/dist/lib/esnext/connection/util/Compressor.js.map +0 -1
- package/dist/lib/esnext/connection/util/Encoding.js.map +0 -1
- package/dist/lib/esnext/connection/util/functions.js.map +0 -1
- package/dist/lib/esnext/core/RequestModule.js.map +0 -1
- package/dist/lib/esnext/core/SubscriptionModule.js.map +0 -1
- package/dist/lib/esnext/core/subscription/EndpointHandler.js.map +0 -1
- package/dist/lib/esnext/core/subscription/SubjectManager.js.map +0 -1
- package/dist/lib/esnext/index.js.map +0 -1
- package/dist/lib/esnext/logger/AbstractLogger.js.map +0 -1
- package/dist/lib/esnext/logger/ConsoleLogger.js.map +0 -1
- package/dist/lib/esnext/logger/LoggerHelper.js.map +0 -1
- package/dist/lib/esnext/logger/LoggerInterface.js.map +0 -1
- package/dist/lib/esnext/logger/NullLogger.js.map +0 -1
- package/dist/lib/esnext/logger/WinstonLogger.js.map +0 -1
- package/dist/lib/esnext/logger/index.js.map +0 -1
- package/dist/lib/esnext/message/MessageFactory.js.map +0 -1
- package/dist/lib/esnext/message/guards.js.map +0 -1
- package/dist/lib/esnext/message/index.js.map +0 -1
- package/dist/lib/esnext/message/interfaces/HTTPProxyRequestOptions.js.map +0 -1
- package/dist/lib/esnext/message/interfaces/HighLevelRequestMethod.js.map +0 -1
- package/dist/lib/esnext/message/interfaces/HighLevelRequestOptions.js.map +0 -1
- package/dist/lib/esnext/message/interfaces/JobObservable.js.map +0 -1
- package/dist/lib/esnext/message/interfaces/index.js.map +0 -1
- package/dist/lib/esnext/message/request/AbstractMdg2Request.js.map +0 -1
- package/dist/lib/esnext/message/request/AuthenticationByTokenRequest.js.map +0 -1
- package/dist/lib/esnext/message/request/AuthenticationRequest.js.map +0 -1
- package/dist/lib/esnext/message/request/AuthenticationTokenRequest.js.map +0 -1
- package/dist/lib/esnext/message/request/CancelSubscriptionRequest.js.map +0 -1
- package/dist/lib/esnext/message/request/ConfigurationRequest.js.map +0 -1
- package/dist/lib/esnext/message/request/HTTPProxyRequest.js.map +0 -1
- package/dist/lib/esnext/message/request/HighLevelRequest.js.map +0 -1
- package/dist/lib/esnext/message/request/PingRequest.js.map +0 -1
- package/dist/lib/esnext/message/request/TransportLayerClientRequestHeader.js.map +0 -1
- package/dist/lib/esnext/message/request/index.js.map +0 -1
- package/dist/lib/esnext/message/request/raw/RawRequest.js.map +0 -1
- package/dist/lib/esnext/message/request/raw/RawRequestFactory.js.map +0 -1
- package/dist/lib/esnext/message/request/raw/example/CreateNotationSearchRequest.js.map +0 -1
- package/dist/lib/esnext/message/request/raw/index.js.map +0 -1
- package/dist/lib/esnext/message/response/AuthenticationByTokenResponse.js.map +0 -1
- package/dist/lib/esnext/message/response/AuthenticationResponse.js.map +0 -1
- package/dist/lib/esnext/message/response/AuthenticationTokenResponse.js.map +0 -1
- package/dist/lib/esnext/message/response/CancelSubscriptionResponse.js.map +0 -1
- package/dist/lib/esnext/message/response/ConfigurationResponse.js.map +0 -1
- package/dist/lib/esnext/message/response/DisconnectionMessage.js.map +0 -1
- package/dist/lib/esnext/message/response/ErrorResponse.js.map +0 -1
- package/dist/lib/esnext/message/response/HTTPProxyResponse.js.map +0 -1
- package/dist/lib/esnext/message/response/HighLevelResponse.js.map +0 -1
- package/dist/lib/esnext/message/response/LoadNotificationMessage.js.map +0 -1
- package/dist/lib/esnext/message/response/Mdg2Response.js.map +0 -1
- package/dist/lib/esnext/message/response/PermissionDeniedResponse.js.map +0 -1
- package/dist/lib/esnext/message/response/PingResponse.js.map +0 -1
- package/dist/lib/esnext/message/response/RejectResponse.js.map +0 -1
- package/dist/lib/esnext/message/response/index.js.map +0 -1
- package/dist/lib/esnext/message/types/Time.js.map +0 -1
- package/dist/lib/esnext/message/types/TransportLayerClientRequestHeaderFlag.js.map +0 -1
- package/dist/lib/esnext/message/types/index.js.map +0 -1
- package/dist/lib/esnext/message/update/HighLevelUpdate.js.map +0 -1
- package/dist/lib/esnext/message/update/SubscriptionLossMessage.js.map +0 -1
- package/dist/lib/esnext/message/update/index.js.map +0 -1
- package/dist/lib/esnext/mixins/AuthTokenRequestMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/EndpointRequestMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/HTTPProxyRequestMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/LoggerMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/MessageCompressorMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/OpenTelemetryMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/PingMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/ReconnectMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/RequestMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/auth/AppAuthMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/auth/CookieTokenAuthMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/auth/FetchAuthenticationMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/auth/SessionAuthMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/auth/TokenAuthMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/auth/UserCredentialAuthMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/auth/UserPasswordAuthMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/auth/index.js.map +0 -1
- package/dist/lib/esnext/mixins/connection/FrontgateWSMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/connection/index.js.map +0 -1
- package/dist/lib/esnext/mixins/index.js.map +0 -1
- package/dist/lib/esnext/mixins/subscription/DataObserver.js.map +0 -1
- package/dist/lib/esnext/mixins/subscription/EndpointSubscriptionMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/subscription/RawSubscriptionMixin.js.map +0 -1
- package/dist/lib/esnext/mixins/subscription/index.js.map +0 -1
- package/dist/lib/esnext/util/TimeOutWrapper.js.map +0 -1
- package/dist/lib/esnext/util/functions.js.map +0 -1
- package/dist/lib/esnext/version.js.map +0 -1
- package/dist/lib/node/FrontgateClient.js.map +0 -1
- package/dist/lib/node/Mdg2Client.js.map +0 -1
- package/dist/lib/node/authentication/AbstractAuthentication.js.map +0 -1
- package/dist/lib/node/authentication/AppAuthentication.js.map +0 -1
- package/dist/lib/node/authentication/AuthenticationInterface.js.map +0 -1
- package/dist/lib/node/authentication/CookieTokenAuthentication.js.map +0 -1
- package/dist/lib/node/authentication/CookieTokenAuthenticationFactors.js.map +0 -1
- package/dist/lib/node/authentication/TokenAuthentication.js.map +0 -1
- package/dist/lib/node/authentication/UserCredentialAuthentication.js.map +0 -1
- package/dist/lib/node/authentication/UserPasswordAuthentication.js.map +0 -1
- package/dist/lib/node/authentication/index.js.map +0 -1
- package/dist/lib/node/authentication/util/ChallengeResolver.js.map +0 -1
- package/dist/lib/node/authentication/util/SecretGenerator.js.map +0 -1
- package/dist/lib/node/authentication/util/index.js.map +0 -1
- package/dist/lib/node/common/Mdg2ClientOptions.js.map +0 -1
- package/dist/lib/node/common/constants.js.map +0 -1
- package/dist/lib/node/common/errors.js.map +0 -1
- package/dist/lib/node/common/functions.js.map +0 -1
- package/dist/lib/node/common/interfaces/PtlMessage.js.map +0 -1
- package/dist/lib/node/common/interfaces/index.js.map +0 -1
- package/dist/lib/node/common/interfaces/observe/ObserveOptions.js.map +0 -1
- package/dist/lib/node/common/interfaces/result/HTTPProxyRequestResult.js.map +0 -1
- package/dist/lib/node/common/interfaces/result/HighLevelRequestResult.js.map +0 -1
- package/dist/lib/node/common/interfaces/result/RequestResult.js.map +0 -1
- package/dist/lib/node/common/types/Quality.js.map +0 -1
- package/dist/lib/node/common/types/RequestQuality.js.map +0 -1
- package/dist/lib/node/common/types/index.js.map +0 -1
- package/dist/lib/node/compat/index.js.map +0 -1
- package/dist/lib/node/connection/AbstractFrontgateConnection.js.map +0 -1
- package/dist/lib/node/connection/ConnectionInterface.js.map +0 -1
- package/dist/lib/node/connection/FrontgateWSConnection.js.map +0 -1
- package/dist/lib/node/connection/JobPromise.js.map +0 -1
- package/dist/lib/node/connection/LatencyHandler.js.map +0 -1
- package/dist/lib/node/connection/LatencyTracker.js.map +0 -1
- package/dist/lib/node/connection/MessageProcessor.js.map +0 -1
- package/dist/lib/node/connection/index.js.map +0 -1
- package/dist/lib/node/connection/util/Compressor.js.map +0 -1
- package/dist/lib/node/connection/util/Encoding.js.map +0 -1
- package/dist/lib/node/connection/util/functions.js.map +0 -1
- package/dist/lib/node/core/RequestModule.js.map +0 -1
- package/dist/lib/node/core/SubscriptionModule.js.map +0 -1
- package/dist/lib/node/core/subscription/EndpointHandler.js.map +0 -1
- package/dist/lib/node/core/subscription/SubjectManager.js.map +0 -1
- package/dist/lib/node/index.js.map +0 -1
- package/dist/lib/node/logger/AbstractLogger.js.map +0 -1
- package/dist/lib/node/logger/ConsoleLogger.js.map +0 -1
- package/dist/lib/node/logger/LoggerHelper.js.map +0 -1
- package/dist/lib/node/logger/LoggerInterface.js.map +0 -1
- package/dist/lib/node/logger/NullLogger.js.map +0 -1
- package/dist/lib/node/logger/WinstonLogger.js.map +0 -1
- package/dist/lib/node/logger/index.js.map +0 -1
- package/dist/lib/node/message/MessageFactory.js.map +0 -1
- package/dist/lib/node/message/guards.js.map +0 -1
- package/dist/lib/node/message/index.js.map +0 -1
- package/dist/lib/node/message/interfaces/HTTPProxyRequestOptions.js.map +0 -1
- package/dist/lib/node/message/interfaces/HighLevelRequestMethod.js.map +0 -1
- package/dist/lib/node/message/interfaces/HighLevelRequestOptions.js.map +0 -1
- package/dist/lib/node/message/interfaces/JobObservable.js.map +0 -1
- package/dist/lib/node/message/interfaces/index.js.map +0 -1
- package/dist/lib/node/message/request/AbstractMdg2Request.js.map +0 -1
- package/dist/lib/node/message/request/AuthenticationByTokenRequest.js.map +0 -1
- package/dist/lib/node/message/request/AuthenticationRequest.js.map +0 -1
- package/dist/lib/node/message/request/AuthenticationTokenRequest.js.map +0 -1
- package/dist/lib/node/message/request/CancelSubscriptionRequest.js.map +0 -1
- package/dist/lib/node/message/request/ConfigurationRequest.js.map +0 -1
- package/dist/lib/node/message/request/HTTPProxyRequest.js.map +0 -1
- package/dist/lib/node/message/request/HighLevelRequest.js.map +0 -1
- package/dist/lib/node/message/request/PingRequest.js.map +0 -1
- package/dist/lib/node/message/request/TransportLayerClientRequestHeader.js.map +0 -1
- package/dist/lib/node/message/request/index.js.map +0 -1
- package/dist/lib/node/message/request/raw/RawRequest.js.map +0 -1
- package/dist/lib/node/message/request/raw/RawRequestFactory.js.map +0 -1
- package/dist/lib/node/message/request/raw/example/CreateNotationSearchRequest.js.map +0 -1
- package/dist/lib/node/message/request/raw/index.js.map +0 -1
- package/dist/lib/node/message/response/AuthenticationByTokenResponse.js.map +0 -1
- package/dist/lib/node/message/response/AuthenticationResponse.js.map +0 -1
- package/dist/lib/node/message/response/AuthenticationTokenResponse.js.map +0 -1
- package/dist/lib/node/message/response/CancelSubscriptionResponse.js.map +0 -1
- package/dist/lib/node/message/response/ConfigurationResponse.js.map +0 -1
- package/dist/lib/node/message/response/DisconnectionMessage.js.map +0 -1
- package/dist/lib/node/message/response/ErrorResponse.js.map +0 -1
- package/dist/lib/node/message/response/HTTPProxyResponse.js.map +0 -1
- package/dist/lib/node/message/response/HighLevelResponse.js.map +0 -1
- package/dist/lib/node/message/response/LoadNotificationMessage.js.map +0 -1
- package/dist/lib/node/message/response/Mdg2Response.js.map +0 -1
- package/dist/lib/node/message/response/PermissionDeniedResponse.js.map +0 -1
- package/dist/lib/node/message/response/PingResponse.js.map +0 -1
- package/dist/lib/node/message/response/RejectResponse.js.map +0 -1
- package/dist/lib/node/message/response/index.js.map +0 -1
- package/dist/lib/node/message/types/Time.js.map +0 -1
- package/dist/lib/node/message/types/TransportLayerClientRequestHeaderFlag.js.map +0 -1
- package/dist/lib/node/message/types/index.js.map +0 -1
- package/dist/lib/node/message/update/HighLevelUpdate.js.map +0 -1
- package/dist/lib/node/message/update/SubscriptionLossMessage.js.map +0 -1
- package/dist/lib/node/message/update/index.js.map +0 -1
- package/dist/lib/node/mixins/AuthTokenRequestMixin.js.map +0 -1
- package/dist/lib/node/mixins/EndpointRequestMixin.js.map +0 -1
- package/dist/lib/node/mixins/HTTPProxyRequestMixin.js.map +0 -1
- package/dist/lib/node/mixins/LoggerMixin.js.map +0 -1
- package/dist/lib/node/mixins/MessageCompressorMixin.js.map +0 -1
- package/dist/lib/node/mixins/OpenTelemetryMixin.js.map +0 -1
- package/dist/lib/node/mixins/PingMixin.js.map +0 -1
- package/dist/lib/node/mixins/ReconnectMixin.js.map +0 -1
- package/dist/lib/node/mixins/RequestMixin.js.map +0 -1
- package/dist/lib/node/mixins/auth/AppAuthMixin.js.map +0 -1
- package/dist/lib/node/mixins/auth/CookieTokenAuthMixin.js.map +0 -1
- package/dist/lib/node/mixins/auth/FetchAuthenticationMixin.js.map +0 -1
- package/dist/lib/node/mixins/auth/SessionAuthMixin.js.map +0 -1
- package/dist/lib/node/mixins/auth/TokenAuthMixin.js.map +0 -1
- package/dist/lib/node/mixins/auth/UserCredentialAuthMixin.js.map +0 -1
- package/dist/lib/node/mixins/auth/UserPasswordAuthMixin.js.map +0 -1
- package/dist/lib/node/mixins/auth/index.js.map +0 -1
- package/dist/lib/node/mixins/connection/FrontgateWSMixin.js.map +0 -1
- package/dist/lib/node/mixins/connection/index.js.map +0 -1
- package/dist/lib/node/mixins/index.js.map +0 -1
- package/dist/lib/node/mixins/subscription/DataObserver.js.map +0 -1
- package/dist/lib/node/mixins/subscription/EndpointSubscriptionMixin.js.map +0 -1
- package/dist/lib/node/mixins/subscription/RawSubscriptionMixin.js.map +0 -1
- package/dist/lib/node/mixins/subscription/index.js.map +0 -1
- package/dist/lib/node/util/TimeOutWrapper.js.map +0 -1
- package/dist/lib/node/util/functions.js.map +0 -1
- package/dist/lib/node/version.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,1162 +1,1328 @@
|
|
|
1
|
-
|
|
1
|
+
## <small>6.11.1 (2025-09-03)</small>
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
* chore(release): update changelog for v [a3c33f3]
|
|
4
|
+
* chore(vite): add test comment for release testing [a483f69]
|
|
5
|
+
* chore(vite): remove dummy commit [c46f37c]
|
|
6
|
+
* fix(release): use from package release tag [2349c0d]
|
|
7
|
+
* fix(release): use git tag for lerna [68081f6]
|
|
8
|
+
* Publish [03da28d]
|
|
4
9
|
|
|
5
|
-
## [6.10.3] (2025-07-04)
|
|
6
10
|
|
|
7
|
-
### Bug Fixes
|
|
8
11
|
|
|
9
|
-
|
|
10
|
-
- **websocket:** use correct state after error [03711df]
|
|
12
|
+
## <small>6.10.4 (2025-09-03)</small>
|
|
11
13
|
|
|
12
|
-
|
|
14
|
+
* chore(prettier): ignore changelogs [b0de59d]
|
|
15
|
+
* chore(release): do not use lerna tags [1328120]
|
|
16
|
+
* chore(release): update changelog for v [d27d46e]
|
|
17
|
+
* chore(release): update changelog for v6.10.4 [fa4645f]
|
|
18
|
+
* fix(build): remove sourcemaps [5f66db8]
|
|
19
|
+
* fix(changelog): create changelog before release [895ee0e]
|
|
20
|
+
* fix(changelog): use same changelog procedure as main [74752be]
|
|
21
|
+
* fix(fetch-authentication-mixin): log correct object [122aab9]
|
|
22
|
+
* fix(fetch-authentication-mixin): remove wrong inheritance [01feabf]
|
|
23
|
+
* fix(lerna): push tags after release [5f91cac]
|
|
24
|
+
* fix(release): do not push lerna output files [6fbc2db]
|
|
25
|
+
* fix(release): revert incorrect version bump [7880662]
|
|
26
|
+
* fix(release): revert lock because of the incorrect version bump [8a92597]
|
|
27
|
+
* fix(release): update release action to only release minor and patch [50141cb]
|
|
28
|
+
* fix(release): use git tags sepeatly to avoid using lerna [7cb23be]
|
|
29
|
+
* fix(release): use lerna option to skip change file check [ca095e0]
|
|
13
30
|
|
|
14
|
-
### Bug Fixes
|
|
15
31
|
|
|
16
|
-
- **connection:** only trigger disconenct after beeing authenticated [c58dfa9]
|
|
17
|
-
- **connection:** remove duplicate trigger [15fdd6b]
|
|
18
32
|
|
|
19
|
-
##
|
|
33
|
+
## <small>6.10.3 (2025-07-04)</small>
|
|
20
34
|
|
|
21
|
-
|
|
35
|
+
* Publish [66f9de8]
|
|
36
|
+
* Publish [4470ce9]
|
|
37
|
+
* fix(connection): only trigger disconenct after beeing authenticated [c58dfa9]
|
|
38
|
+
* fix(connection): remove duplicate trigger [15fdd6b]
|
|
39
|
+
* fix(reconnect): fix max delay [65ae503]
|
|
40
|
+
* fix(websocket): use correct state after error [03711df]
|
|
22
41
|
|
|
23
|
-
- **endpoint-subscription:** unsubscribe from correct subscription after reconnect [69aae93]
|
|
24
42
|
|
|
25
|
-
# [6.10.0] (2025-04-22)
|
|
26
43
|
|
|
27
|
-
|
|
44
|
+
## <small>6.10.1 (2025-05-05)</small>
|
|
28
45
|
|
|
29
|
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
46
|
+
* Publish [0573782]
|
|
47
|
+
* fix(demo-builder): id selector needs the pound sign [58cd0bc]
|
|
48
|
+
* fix(endpoint-subscription): unsubscribe from correct subscription after reconnect [69aae93]
|
|
49
|
+
* chore(deps): update dependency vite to v6.2.7 [security] [d66797b]
|
|
50
|
+
* feat(release): upload new API doc [0970535]
|
|
32
51
|
|
|
33
|
-
### Features
|
|
34
52
|
|
|
35
|
-
- **mixins:** add PingRequest mixin [c8fb0e2]
|
|
36
53
|
|
|
37
|
-
##
|
|
54
|
+
## 6.10.0 (2025-04-22)
|
|
38
55
|
|
|
39
|
-
|
|
56
|
+
* Publish [51fb9ab]
|
|
57
|
+
* fix(AuthTokenRequestMixin): add missing function for feature parity [46b9bef]
|
|
58
|
+
* fix(mixins): add custom mixin ability [e9a0b69]
|
|
59
|
+
* fix(tests): test correctly for message send [ac35fe0]
|
|
60
|
+
* feat(mixins): add PingRequest mixin [c8fb0e2]
|
|
40
61
|
|
|
41
|
-
- **authentication:** prepare auth property [b078298]
|
|
42
62
|
|
|
43
|
-
## [6.9.2] (2025-04-11)
|
|
44
63
|
|
|
45
|
-
|
|
64
|
+
## <small>6.9.3 (2025-04-16)</small>
|
|
46
65
|
|
|
47
|
-
|
|
66
|
+
* Publish [4266f61]
|
|
67
|
+
* fix(authentication): prepare auth property [b078298]
|
|
68
|
+
* chore(deps): update dependency vite to v6.2.6 [security] [3b9d6fa]
|
|
48
69
|
|
|
49
|
-
## [6.9.1] (2025-04-10)
|
|
50
70
|
|
|
51
|
-
### Bug Fixes
|
|
52
71
|
|
|
53
|
-
|
|
72
|
+
## <small>6.9.2 (2025-04-11)</small>
|
|
54
73
|
|
|
55
|
-
|
|
74
|
+
* Publish [b432bd7]
|
|
75
|
+
* fix(prepublish): add correct regex [d7efbb6]
|
|
76
|
+
* chore(actions): update paths in public release action [343adca]
|
|
56
77
|
|
|
57
|
-
### Features
|
|
58
78
|
|
|
59
|
-
- **subscriptions:** restart subscription on subscription loss [da2cf3e]
|
|
60
79
|
|
|
61
|
-
##
|
|
80
|
+
## <small>6.9.1 (2025-04-10)</small>
|
|
62
81
|
|
|
63
|
-
|
|
82
|
+
* Publish [fb43a57]
|
|
83
|
+
* chore(client): add LICENSE file [cf08b85]
|
|
84
|
+
* chore(dependencies): resolve babel runtime to newest version [92d0b15]
|
|
85
|
+
* chore(dependencies): resolve nx to newest version [cd3ace8]
|
|
86
|
+
* chore(depenendencies): update dependencies [4db5d3d]
|
|
87
|
+
* chore(depenendencies): update eslint and use flat config [241489a]
|
|
88
|
+
* chore(deps): update dependency vite to v5.4.12 [security] [3385ca0]
|
|
89
|
+
* chore(dev): add a semantic correct version to version.ts to prevent dropped connections [45a2e2d]
|
|
90
|
+
* chore(release): change public release script to update version [efbd98c]
|
|
91
|
+
* fix(client): yarn compatibility [3732147]
|
|
92
|
+
* fix(release): replace internal with external repo [a3ababb]
|
|
93
|
+
* feat(release): add rebase action for gh.com [81fc728]
|
|
64
94
|
|
|
65
|
-
- **subscription:** improve logging on initial subscription errors [9f9d7b4]
|
|
66
95
|
|
|
67
|
-
## [6.8.3] (2025-01-10)
|
|
68
96
|
|
|
69
|
-
|
|
97
|
+
## 6.9.0 (2025-01-21)
|
|
70
98
|
|
|
71
|
-
|
|
99
|
+
* Publish [fd24671]
|
|
100
|
+
* chore(client): deprecate defaultTimeoutInMs setter [094ffb2]
|
|
101
|
+
* feat(subscriptions): restart subscription on subscription loss [da2cf3e]
|
|
72
102
|
|
|
73
|
-
## [6.8.2] (2025-01-10)
|
|
74
103
|
|
|
75
|
-
### Bug Fixes
|
|
76
104
|
|
|
77
|
-
|
|
105
|
+
## <small>6.8.4 (2025-01-14)</small>
|
|
78
106
|
|
|
79
|
-
|
|
107
|
+
* Publish [9e6551c]
|
|
108
|
+
* fix(subscription): improve logging on initial subscription errors [9f9d7b4]
|
|
80
109
|
|
|
81
|
-
### Bug Fixes
|
|
82
110
|
|
|
83
|
-
- **subscriptions:** remove reconnect success hook on unsub [00ae3f7]
|
|
84
111
|
|
|
85
|
-
|
|
112
|
+
## <small>6.8.3 (2025-01-10)</small>
|
|
86
113
|
|
|
87
|
-
|
|
114
|
+
* Publish [959e7cd]
|
|
115
|
+
* fix(release): pack package seperatly [b3e8832]
|
|
116
|
+
* fix(workflow): add packing to release [e446eea]
|
|
88
117
|
|
|
89
|
-
- **versionReplacement:** do it before publish [cbd2372]
|
|
90
118
|
|
|
91
|
-
# 6.7.0 (2024-10-18)
|
|
92
119
|
|
|
93
|
-
|
|
120
|
+
## <small>6.8.2 (2025-01-10)</small>
|
|
94
121
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
122
|
+
* Publish [3bee417]
|
|
123
|
+
* Publish [152dcf8]
|
|
124
|
+
* Publish [bab4270]
|
|
125
|
+
* update sonarqube shared action [33460c1]
|
|
126
|
+
* fix(client): remove punctuation from package description [6043cc8]
|
|
127
|
+
* fix(demo-node): add typehint [118a7ef]
|
|
128
|
+
* fix(release): use correct lerna command [0066c34]
|
|
129
|
+
* fix(security): patch cross-spawn to secure version [1d54a35]
|
|
130
|
+
* fix(subscriptions): remove reconnect success hook on unsub [00ae3f7]
|
|
131
|
+
* fix(versionReplacement): do it before publish [cbd2372]
|
|
132
|
+
* tests(client): fix compressor usage in mock server [944da8f]
|
|
133
|
+
* chore(ci): grab newVersion, exclude demos from publish [d66b742]
|
|
134
|
+
* chore(demos): prevent publishing [ec297e8]
|
|
135
|
+
* chore(deps): update [570b8a8]
|
|
136
|
+
* chore(deps): update [b2ef1ab]
|
|
137
|
+
* chore(deps): update dependency happy-dom to v15 [security] [2b3cef7]
|
|
138
|
+
* chore(linting): move lint dependency into root [5cfe27f]
|
|
139
|
+
* chore(package): change license to Apache-2.0 [4c028e8]
|
|
140
|
+
* chore(repo): lerna switch [8d03c56]
|
|
99
141
|
|
|
100
|
-
### Features
|
|
101
142
|
|
|
102
|
-
- **authMixins:** export fixed connection interface [4e7e79d]
|
|
103
|
-
- **connectionBasedSubscription:** refactor raw subscription to not have workaround [282c49a]
|
|
104
143
|
|
|
105
|
-
## 6.
|
|
144
|
+
## 6.7.0 (2024-10-18)
|
|
106
145
|
|
|
107
|
-
|
|
146
|
+
* chore(backstage): setup [e1e1886]
|
|
147
|
+
* chore(deps): update dependency vite to v5 [security] [ea35754]
|
|
148
|
+
* chore(repo): bump version [666b2a5]
|
|
149
|
+
* feat(authMixins): export fixed connection interface [4e7e79d]
|
|
150
|
+
* feat(connectionBasedSubscription): refactor raw subscription to not have workaround [282c49a]
|
|
151
|
+
* fix(appAuthMixin): add timeout for auth message process [4e6ad12]
|
|
152
|
+
* fix(frontgateWsMixin): unhook on connection failure [9e54faf]
|
|
153
|
+
* fix(jsonPatch): properly catch error [2dd1d88]
|
|
154
|
+
* fix(reconnectMixin): avoid parallel reconnects [ea3a8a3]
|
|
108
155
|
|
|
109
|
-
- **ep-subscriptions:** fanout needs to respect request options [68948cf]
|
|
110
156
|
|
|
111
|
-
## 6.6.1 (2024-09-30)
|
|
112
157
|
|
|
113
|
-
|
|
158
|
+
## <small>6.6.2 (2024-10-01)</small>
|
|
114
159
|
|
|
115
|
-
|
|
160
|
+
* chore(repo): bump version [8ca769a]
|
|
161
|
+
* fix(ep-subscriptions): fanout needs to respect request options [68948cf]
|
|
116
162
|
|
|
117
|
-
# 6.6.0 (2024-09-17)
|
|
118
163
|
|
|
119
|
-
### Bug Fixes
|
|
120
164
|
|
|
121
|
-
|
|
165
|
+
## <small>6.6.1 (2024-09-30)</small>
|
|
122
166
|
|
|
123
|
-
|
|
167
|
+
* chore(repo): bump version [4d05818]
|
|
168
|
+
* fix(raw-subscriptions): add missing orderbook messages [9375572]
|
|
169
|
+
* docs(usage): cleanup mixin docs [5b2b004]
|
|
124
170
|
|
|
125
|
-
- **raw-subscriptions:** support orderbook price subscriptions [26ce7f1]
|
|
126
171
|
|
|
127
|
-
## 6.5.5 (2024-09-11)
|
|
128
172
|
|
|
129
|
-
|
|
173
|
+
## 6.6.0 (2024-09-17)
|
|
130
174
|
|
|
131
|
-
|
|
175
|
+
* chore(CHANGELOG): re-generate for all versions [b251e7c]
|
|
176
|
+
* chore(repo): bump version [27fc78d]
|
|
177
|
+
* feat(raw-subscriptions): support orderbook price subscriptions [26ce7f1]
|
|
178
|
+
* fix(dist): publish changelog [65b43b8]
|
|
179
|
+
* fix(release): restore update of CHANGELOG.md [86497c8]
|
|
132
180
|
|
|
133
|
-
## 6.5.4 (2024-09-10)
|
|
134
181
|
|
|
135
|
-
## 6.5.3 (2024-09-05)
|
|
136
182
|
|
|
137
|
-
|
|
183
|
+
## <small>6.5.5 (2024-09-11)</small>
|
|
138
184
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
-
|
|
185
|
+
* chore(deps): remove unused dts dependency [1c47a13]
|
|
186
|
+
* chore(deps): upgrade all [156e361]
|
|
187
|
+
* chore(repo): bump version [0928674]
|
|
188
|
+
* fix(frontgate-ws-mixin): handle missing header [ae91a2d]
|
|
143
189
|
|
|
144
|
-
## 6.5.2 (2024-08-27)
|
|
145
190
|
|
|
146
|
-
### Bug Fixes
|
|
147
191
|
|
|
148
|
-
|
|
192
|
+
## <small>6.5.4 (2024-09-10)</small>
|
|
149
193
|
|
|
150
|
-
|
|
194
|
+
* chore(repo): bump version [71e8422]
|
|
195
|
+
* chore(scripts): documentation/yaml linter [2456665]
|
|
196
|
+
* refactor(HTTProxyRequestable): invert definition to fix deprecation warning [eab2c28]
|
|
197
|
+
* docs(builder): builder based client documentation [fa59567]
|
|
198
|
+
* docs(examples): syntax highlighting plugin [d653e21]
|
|
151
199
|
|
|
152
|
-
### Bug Fixes
|
|
153
200
|
|
|
154
|
-
- **data-observer:** use object instead of any [637c12c]
|
|
155
|
-
- **fetch-auth-mixin:** persistently register connected-hook [c9b6f15]
|
|
156
|
-
- **frontgate-ws-mixin:** register authenticated-hook once [17e5ece]
|
|
157
201
|
|
|
158
|
-
|
|
202
|
+
## <small>6.5.3 (2024-09-05)</small>
|
|
159
203
|
|
|
160
|
-
|
|
204
|
+
* chore(deps): update [e9a6df9]
|
|
205
|
+
* chore(repo): bump version [d996dd1]
|
|
206
|
+
* fix(abstract-frontgate-connection): lint issue [c68b091]
|
|
207
|
+
* fix(http-proxy-request-mixin): typo in interface name [cbd5ff4]
|
|
208
|
+
* fix(http-proxy-request-result): export types [4af7f80]
|
|
209
|
+
* fix(HTTPProxyRequest): accept different body types [de2add8]
|
|
161
210
|
|
|
162
|
-
- **subscriptions:** support jsonpatch 'add' operation [9f99ebd]
|
|
163
|
-
- **subscriptions:** support jsonpatch 'remove' operation [93c7d62]
|
|
164
211
|
|
|
165
|
-
## 6.4.1 (2024-08-05)
|
|
166
212
|
|
|
167
|
-
|
|
213
|
+
## <small>6.5.2 (2024-08-27)</small>
|
|
168
214
|
|
|
169
|
-
|
|
170
|
-
-
|
|
215
|
+
* chore(repo): bump version [d6fb3a1]
|
|
216
|
+
* fix(token-auth): run hook on reconnect [6a5c9c6]
|
|
171
217
|
|
|
172
|
-
# 6.4.0 (2024-07-30)
|
|
173
218
|
|
|
174
|
-
### Bug Fixes
|
|
175
219
|
|
|
176
|
-
|
|
177
|
-
- **connection:** only set auth header if needed [f336461]
|
|
178
|
-
- **deps:** promote winston from devDep to dep [70d9272]
|
|
179
|
-
- **exports:** add missing export for timeouts [32349a8]
|
|
180
|
-
- **types:** fix typechecking errors in the client [f06e92b]
|
|
181
|
-
- **versions:** revert versions to 6.3.1 [ce40235]
|
|
220
|
+
## <small>6.5.1 (2024-08-26)</small>
|
|
182
221
|
|
|
183
|
-
|
|
222
|
+
* chore(repo): bump version [e7c40a6]
|
|
223
|
+
* fix(data-observer): use object instead of any [637c12c]
|
|
224
|
+
* fix(fetch-auth-mixin): persistently register connected-hook [c9b6f15]
|
|
225
|
+
* fix(frontgate-ws-mixin): register authenticated-hook once [17e5ece]
|
|
226
|
+
* tests(data-observer): test error cases [7c52f32]
|
|
184
227
|
|
|
185
|
-
- **mixins:** add http proxy request mixin [37a70f0]
|
|
186
|
-
- **mixins:** rename connection hooks to be more specific on the type of connection [8784971]
|
|
187
|
-
- **wsConnection:** apply more defaults for easier usage [25128e6]
|
|
188
228
|
|
|
189
|
-
## 6.7.0 (2024-10-18)
|
|
190
229
|
|
|
191
|
-
|
|
230
|
+
## 6.5.0 (2024-08-16)
|
|
192
231
|
|
|
193
|
-
|
|
232
|
+
* chore(repo): bump version [417c66d]
|
|
233
|
+
* feat(subscriptions): support jsonpatch 'add' operation [9f99ebd]
|
|
234
|
+
* feat(subscriptions): support jsonpatch 'remove' operation [93c7d62]
|
|
194
235
|
|
|
195
|
-
- fix(ep-subscriptions): fanout needs to respect request options [68948cf]
|
|
196
236
|
|
|
197
|
-
## <small>6.6.1 (2024-09-30)</small>
|
|
198
237
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
## 6.6.0 (2024-09-17)
|
|
238
|
+
## <small>6.4.1 (2024-08-05)</small>
|
|
202
239
|
|
|
203
|
-
|
|
240
|
+
* chore(repo): bump version [f5a1b49]
|
|
241
|
+
* fix(package): use npm to pack, as we use npm to release [4d77248]
|
|
242
|
+
* fix(release): check if package is at leaste a few kb big [a37ceda]
|
|
243
|
+
* fix(release): fix filename on upload to hakumen [8ea20f0]
|
|
244
|
+
* fix(release): hardcode fixed description for ep-reference [2b39017]
|
|
245
|
+
* fix(requests): add timeout to messages [98e547f]
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
## 6.4.0 (2024-07-30)
|
|
250
|
+
|
|
251
|
+
* chore(.gitignore): ignore .DS_Store files [ae743ec]
|
|
252
|
+
* chore(build): move typechecking into a dedicated script [7ac5425]
|
|
253
|
+
* chore(build): npm package manager for release [4fa5560]
|
|
254
|
+
* chore(build): root level fix all lint/prettier script [3cd3a89]
|
|
255
|
+
* chore(client): remove unused dependencies [86623dd]
|
|
256
|
+
* chore(demos): remove unused dependencies [4dee6ff]
|
|
257
|
+
* chore(deps): remove unused babel & linting deps [9322a51]
|
|
258
|
+
* chore(deps): remove unused devDeps [5d3d6fc]
|
|
259
|
+
* chore(docs): mkdocs setup [c33a241]
|
|
260
|
+
* chore(docs): move UPGRADING.md to root [f974aa3]
|
|
261
|
+
* chore(factset.io): deployment setup [aed09f7]
|
|
262
|
+
* chore(prettier): fix formatting [ec75d15]
|
|
263
|
+
* chore(publish): use npm publish and fetch all repo refs (#343) [be2d259], closes [#343]
|
|
264
|
+
* chore(repo): bump version [5ec495e]
|
|
265
|
+
* chore(repo): bump version.ts [d01d806]
|
|
266
|
+
* chore(repo): bump version.ts [7ed9b6e]
|
|
267
|
+
* chore(repo): move to monorepo [635f5ae]
|
|
268
|
+
* chore(repo): update changelog [d26b792]
|
|
269
|
+
* chore(repo): update changelog [d6ee432]
|
|
270
|
+
* chore(sonarqube): configure test coverage [93c0c70]
|
|
271
|
+
* chore(yarn): upgrade to yarn 4 [da7aab4]
|
|
272
|
+
* fix(client): deprecate mdg2 client [ef01b8d]
|
|
273
|
+
* fix(connection): only set auth header if needed [f336461]
|
|
274
|
+
* fix(demo-builder): move token url in correct place [fff7f0a]
|
|
275
|
+
* fix(deps): promote winston from devDep to dep [70d9272]
|
|
276
|
+
* fix(exports): add missing export for timeouts [32349a8]
|
|
277
|
+
* fix(release): change to yarn 4 syntax [53f63f8]
|
|
278
|
+
* fix(release): remove useless changelog statement [8bffa71]
|
|
279
|
+
* fix(release): update versions automatically [9067cb9]
|
|
280
|
+
* fix(types): fix typechecking errors in the client [f06e92b]
|
|
281
|
+
* fix(versions): revert versions to 6.3.1 [ce40235]
|
|
282
|
+
* fix(workflows): update artifactory action [26b27af]
|
|
283
|
+
* feat(demo-builder): add fetch for token auth [7aac4a3]
|
|
284
|
+
* feat(mixins): add http proxy request mixin [37a70f0]
|
|
285
|
+
* feat(mixins): rename connection hooks to be more specific on the type of connection [8784971]
|
|
286
|
+
* feat(wsConnection): apply more defaults for easier usage [25128e6]
|
|
287
|
+
* refactor(timeout): use a simpler version for timeouts [a7199cb]
|
|
204
288
|
|
|
205
|
-
## <small>6.5.5 (2024-09-11)</small>
|
|
206
289
|
|
|
207
|
-
- chore(deps): remove unused dts dependency [1c47a13]
|
|
208
|
-
- chore(deps): upgrade all [156e361]
|
|
209
|
-
- chore(repo): bump version [0928674]
|
|
210
|
-
- fix(frontgate-ws-mixin): handle missing header [ae91a2d]
|
|
211
290
|
|
|
212
|
-
## <small>6.
|
|
291
|
+
## <small>6.3.1 (2024-07-03)</small>
|
|
213
292
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
- docs(examples): syntax highlighting plugin [d653e21]
|
|
293
|
+
* chore(deps): update dependency ws to v8.17.1 [security] [01d91e9]
|
|
294
|
+
* chore(repo): bump version.ts [481584e]
|
|
295
|
+
* chore(repo): update changelog [92e2f42]
|
|
296
|
+
* fix(subscription-mixin): add request options to observe endpoint [2c474ad]
|
|
219
297
|
|
|
220
|
-
## <small>6.5.3 (2024-09-05)</small>
|
|
221
298
|
|
|
222
|
-
- chore(deps): update [e9a6df9]
|
|
223
|
-
- chore(repo): bump version [d996dd1]
|
|
224
|
-
- fix(abstract-frontgate-connection): lint issue [c68b091]
|
|
225
|
-
- fix(http-proxy-request-mixin): typo in interface name [cbd5ff4]
|
|
226
|
-
- fix(http-proxy-request-result): export types [4af7f80]
|
|
227
|
-
- fix(HTTPProxyRequest): accept different body types [de2add8]
|
|
228
299
|
|
|
229
|
-
##
|
|
300
|
+
## 6.3.0 (2024-06-10)
|
|
230
301
|
|
|
231
|
-
|
|
232
|
-
|
|
302
|
+
* chore(ci): update node version [5802cbb]
|
|
303
|
+
* chore(demo-server): remove dns logging [0df7098]
|
|
304
|
+
* chore(fortify): fix false positive [e41a45f]
|
|
305
|
+
* chore(mixins): apply fixes for sq code smells [edb92e3]
|
|
306
|
+
* chore(prettier): prettier fixes [2e5b1cf]
|
|
307
|
+
* chore(repo): bump version.ts [1ce4cfa]
|
|
308
|
+
* chore(repo): update changelog [95ec27f]
|
|
309
|
+
* fix(docTest): fix winston logger for doctest [48c1502]
|
|
310
|
+
* fix(workflow): update node version for release workflow [b322ca4]
|
|
311
|
+
* feat(app): add config for review apps [ecc6167]
|
|
312
|
+
* feat(builder): initial commit [2b0c10c]
|
|
313
|
+
* feat(test): add doctests [7bfa0b0]
|
|
314
|
+
* docs(architecture): depict common reconnect scenarios [03df347]
|
|
315
|
+
* docs(builder): add a comprehensive migration guide [c3b50f7]
|
|
233
316
|
|
|
234
|
-
## <small>6.5.1 (2024-08-26)</small>
|
|
235
317
|
|
|
236
|
-
- chore(repo): bump version [e7c40a6]
|
|
237
|
-
- fix(data-observer): use object instead of any [637c12c]
|
|
238
|
-
- fix(fetch-auth-mixin): persistently register connected-hook [c9b6f15]
|
|
239
|
-
- fix(frontgate-ws-mixin): register authenticated-hook once [17e5ece]
|
|
240
|
-
- tests(data-observer): test error cases [7c52f32]
|
|
241
318
|
|
|
242
|
-
## 6.5
|
|
319
|
+
## <small>6.2.5 (2024-04-29)</small>
|
|
243
320
|
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
321
|
+
* chore(gh-actions): upgrade sonarcloud action [84b0aaa]
|
|
322
|
+
* chore(repo): bump version.ts [b84a41c]
|
|
323
|
+
* chore(repo): update changelog [b16b9a8]
|
|
324
|
+
* feat(subscriptions): add request options [8703cc3]
|
|
325
|
+
* fix(compressor): limit memory usage [0d61395]
|
|
247
326
|
|
|
248
|
-
## <small>6.4.1 (2024-08-05)</small>
|
|
249
327
|
|
|
250
|
-
- chore(publish): use npm publish and fetch all repo refs (#343) [be2d259], closes [#343]
|
|
251
|
-
- chore(repo): bump version [f5a1b49]
|
|
252
|
-
- chore(repo): bump version [5ec495e]
|
|
253
|
-
- fix(connection): only set auth header if needed [f336461]
|
|
254
|
-
- fix(package): use npm to pack, as we use npm to release [4d77248]
|
|
255
|
-
- fix(release): check if package is at leaste a few kb big [a37ceda]
|
|
256
|
-
- fix(release): fix filename on upload to hakumen [8ea20f0]
|
|
257
|
-
- fix(release): hardcode fixed description for ep-reference [2b39017]
|
|
258
|
-
- fix(release): remove useless changelog statement [8bffa71]
|
|
259
|
-
- fix(requests): add timeout to messages [98e547f]
|
|
260
|
-
- fix(versions): revert versions to 6.3.1 [ce40235]
|
|
261
|
-
|
|
262
|
-
## 6.4.0 (2024-07-26)
|
|
263
|
-
|
|
264
|
-
- chore(.gitignore): ignore .DS_Store files [ae743ec]
|
|
265
|
-
- chore(build): move typechecking into a dedicated script [7ac5425]
|
|
266
|
-
- chore(build): npm package manager for release [4fa5560]
|
|
267
|
-
- chore(build): root level fix all lint/prettier script [3cd3a89]
|
|
268
|
-
- chore(client): remove unused dependencies [86623dd]
|
|
269
|
-
- chore(demos): remove unused dependencies [4dee6ff]
|
|
270
|
-
- chore(deps): remove unused babel & linting deps [9322a51]
|
|
271
|
-
- chore(deps): remove unused devDeps [5d3d6fc]
|
|
272
|
-
- chore(docs): mkdocs setup [c33a241]
|
|
273
|
-
- chore(docs): move UPGRADING.md to root [f974aa3]
|
|
274
|
-
- chore(factset.io): deployment setup [aed09f7]
|
|
275
|
-
- chore(prettier): fix formatting [ec75d15]
|
|
276
|
-
- chore(repo): bump version.ts [d01d806]
|
|
277
|
-
- chore(repo): bump version.ts [7ed9b6e]
|
|
278
|
-
- chore(repo): move to monorepo [635f5ae]
|
|
279
|
-
- chore(repo): update changelog [d26b792]
|
|
280
|
-
- chore(repo): update changelog [d6ee432]
|
|
281
|
-
- chore(sonarqube): configure test coverage [93c0c70]
|
|
282
|
-
- chore(yarn): upgrade to yarn 4 [da7aab4]
|
|
283
|
-
- fix(client): deprecate mdg2 client [ef01b8d]
|
|
284
|
-
- fix(demo-builder): move token url in correct place [fff7f0a]
|
|
285
|
-
- fix(deps): promote winston from devDep to dep [70d9272]
|
|
286
|
-
- fix(exports): add missing export for timeouts [32349a8]
|
|
287
|
-
- fix(release): change to yarn 4 syntax [53f63f8]
|
|
288
|
-
- fix(release): update versions automatically [9067cb9]
|
|
289
|
-
- fix(types): fix typechecking errors in the client [f06e92b]
|
|
290
|
-
- fix(workflows): update artifactory action [26b27af]
|
|
291
|
-
- feat(demo-builder): add fetch for token auth [7aac4a3]
|
|
292
|
-
- feat(mixins): add http proxy request mixin [37a70f0]
|
|
293
|
-
- feat(mixins): rename connection hooks to be more specific on the type of connection [8784971]
|
|
294
|
-
- feat(wsConnection): apply more defaults for easier usage [25128e6]
|
|
295
|
-
- refactor(timeout): use a simpler version for timeouts [a7199cb]
|
|
296
328
|
|
|
297
|
-
## <small>6.
|
|
329
|
+
## <small>6.2.4 (2024-04-22)</small>
|
|
298
330
|
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
- fix(subscription-mixin): add request options to observe endpoint [2c474ad]
|
|
331
|
+
* chore(repo): bump version.ts [6ff6bff]
|
|
332
|
+
* chore(repo): update changelog [8a5e164]
|
|
333
|
+
* fix(subscription-loss): serialize loss message properly [ac5f825]
|
|
303
334
|
|
|
304
|
-
## 6.3.0 (2024-06-10)
|
|
305
335
|
|
|
306
|
-
- chore(ci): update node version [5802cbb]
|
|
307
|
-
- chore(demo-server): remove dns logging [0df7098]
|
|
308
|
-
- chore(fortify): fix false positive [e41a45f]
|
|
309
|
-
- chore(mixins): apply fixes for sq code smells [edb92e3]
|
|
310
|
-
- chore(prettier): prettier fixes [2e5b1cf]
|
|
311
|
-
- chore(repo): bump version.ts [1ce4cfa]
|
|
312
|
-
- chore(repo): update changelog [95ec27f]
|
|
313
|
-
- fix(docTest): fix winston logger for doctest [48c1502]
|
|
314
|
-
- fix(workflow): update node version for release workflow [b322ca4]
|
|
315
|
-
- feat(app): add config for review apps [ecc6167]
|
|
316
|
-
- feat(builder): initial commit [2b0c10c]
|
|
317
|
-
- feat(test): add doctests [7bfa0b0]
|
|
318
|
-
- docs(architecture): depict common reconnect scenarios [03df347]
|
|
319
|
-
- docs(builder): add a comprehensive migration guide [c3b50f7]
|
|
320
336
|
|
|
321
|
-
## <small>6.2.
|
|
337
|
+
## <small>6.2.3 (2024-04-12)</small>
|
|
322
338
|
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
339
|
+
* chore(deps): update dependency express to v4.19.2 [security] [a13fd60]
|
|
340
|
+
* chore(deps): update dependency vite [security] [65ae2ef]
|
|
341
|
+
* chore(repo): bump version.ts [2783e5f]
|
|
342
|
+
* chore(repo): update changelog [5a1b37e]
|
|
343
|
+
* fix(client): handle disconnect/connect collision [8edfecb]
|
|
344
|
+
* fix(messages-without-job-id): add a new condition inside MessageFactory and change test case [eaf0bef]
|
|
345
|
+
* fix(modifiers): changed modifier for variable replaySubjectBufferSize from public to private [cae934a]
|
|
346
|
+
* feat(buffer): add variable to configure buffer size [c7d6ce2]
|
|
328
347
|
|
|
329
|
-
## <small>6.2.4 (2024-04-22)</small>
|
|
330
348
|
|
|
331
|
-
- chore(repo): bump version.ts [6ff6bff]
|
|
332
|
-
- chore(repo): update changelog [8a5e164]
|
|
333
|
-
- fix(subscription-loss): serialize loss message properly [ac5f825]
|
|
334
349
|
|
|
335
|
-
## <small>6.2.
|
|
350
|
+
## <small>6.2.2 (2024-03-14)</small>
|
|
336
351
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
- fix(client): handle disconnect/connect collision [8edfecb]
|
|
342
|
-
- fix(messages-without-job-id): add a new condition inside MessageFactory and change test case [eaf0bef]
|
|
343
|
-
- fix(modifiers): changed modifier for variable replaySubjectBufferSize from public to private [cae934a]
|
|
344
|
-
- feat(buffer): add variable to configure buffer size [c7d6ce2]
|
|
352
|
+
* chore(repo): bump version.ts [4ed4ba3]
|
|
353
|
+
* chore(repo): update changelog [f4c3dc3]
|
|
354
|
+
* fix(release): add missing meta info to customer download [ef862ab]
|
|
355
|
+
* fix(request-module): prevent chunk-flag on subscriptions [e0fcd82]
|
|
345
356
|
|
|
346
|
-
## <small>6.2.2 (2024-03-14)</small>
|
|
347
357
|
|
|
348
|
-
- chore(repo): bump version.ts [4ed4ba3]
|
|
349
|
-
- chore(repo): update changelog [f4c3dc3]
|
|
350
|
-
- fix(release): add missing meta info to customer download [ef862ab]
|
|
351
|
-
- fix(request-module): prevent chunk-flag on subscriptions [e0fcd82]
|
|
352
358
|
|
|
353
359
|
## <small>6.2.1 (2024-03-06)</small>
|
|
354
360
|
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
361
|
+
* chore(repo): bump version.ts [0f35907]
|
|
362
|
+
* chore(repo): update changelog [42591a5]
|
|
363
|
+
* fix(release): use openssl because of self-signed certificates [bf43dc5]
|
|
364
|
+
|
|
365
|
+
|
|
358
366
|
|
|
359
367
|
## 6.2.0 (2024-03-06)
|
|
360
368
|
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
369
|
+
* chore(release): automatically update ep reference download [bb09869]
|
|
370
|
+
* chore(repo): bump version.ts [5e1b13b]
|
|
371
|
+
* chore(repo): update changelog [1807432]
|
|
372
|
+
* fix(demo): disable autocomplete of password [563ed7a]
|
|
373
|
+
* fix(demo): set http method to POST [f8d2f50]
|
|
374
|
+
* fix(release): file build step [cc6fc47]
|
|
375
|
+
* fix(token-middleware): set path to current folder in URL instead of root [e489a00]
|
|
376
|
+
* feat(request-module): enable chunked response if supported [acf0c94]
|
|
377
|
+
* feat(request-module): support chunked responses [c191898]
|
|
378
|
+
* refactor(endpointhandler): remove client usage [6a248c4]
|
|
379
|
+
* refactor(requestModule): remove client usage [ef7eebd]
|
|
380
|
+
* refactor(subscrptionmodule): remove client usage [dad67ae]
|
|
381
|
+
|
|
382
|
+
|
|
373
383
|
|
|
374
384
|
## <small>6.1.1 (2024-02-21)</small>
|
|
375
385
|
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
386
|
+
* chore(deps): remove unused buffer dependency [ee40a42]
|
|
387
|
+
* chore(gitignore): allow storage of multiple env files [a893e95]
|
|
388
|
+
* chore(repo): bump version.ts [e39170e]
|
|
389
|
+
* chore(repo): bump version.ts [6f71834]
|
|
390
|
+
* chore(repo): update changelog [84912bf]
|
|
391
|
+
* chore(version): update workflow for bump up version [d2528a1]
|
|
392
|
+
* fix(demo): remove unusable encodings [b542af0]
|
|
393
|
+
* fix(errors): add response to fall-through errros [b879288]
|
|
394
|
+
* fix(request-module): handle actually undefined connection [e570530]
|
|
395
|
+
* fix(workflow): remove artifactory de as it is shut down [b8c5d5b]
|
|
396
|
+
* feat(fflate): update to newest version [0829f1e]
|
|
397
|
+
* refactor(abstract-authentication): remove unnecessary check [355d205]
|
|
398
|
+
* refactor(challenge-resolver): remove useless check [5990d62]
|
|
399
|
+
* refactor(connection): remove eslint-ignore tags [f6aee4c]
|
|
400
|
+
* refactor(mdg2client): correctly define connection as possibly undefined [27cdecd]
|
|
401
|
+
* refactor(node/middleware/endpoint): remove eslint-ignore tag [c35bfd5]
|
|
402
|
+
|
|
403
|
+
|
|
392
404
|
|
|
393
405
|
## 6.1.0 (2024-02-16)
|
|
394
406
|
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
407
|
+
* fixup! refactor(time-out-wrapper): add proper types [b8a4b8c]
|
|
408
|
+
* v6.1.0 [fa4d453]
|
|
409
|
+
* chore(dependencies): upgrade to latest minors [35b82a8]
|
|
410
|
+
* chore(github): add PR template [4d3d929]
|
|
411
|
+
* chore(repo): bump version.ts [ec34863]
|
|
412
|
+
* chore(repo): update changelog [5ed7779]
|
|
413
|
+
* chore(ssl): Add ssl(https) support for app [7fb763c]
|
|
414
|
+
* feat(reconnect): implement reconnect functionality for fetch config [e98fa92]
|
|
415
|
+
* fix(demo): update request for new payload [fdbfae5]
|
|
416
|
+
* fix(docs): export all types referenced in public interfaces [ac20137]
|
|
417
|
+
* fix(localStorage): add localStorage config only when session handling is enabled [c3f0bde]
|
|
418
|
+
* fix(release): create tgz with version name [3212fef]
|
|
419
|
+
* refactor(authentication-request): replace any with correct type [2e21726]
|
|
420
|
+
* refactor(challenge-resolver): use correct type / replace deprecated method [e824e73]
|
|
421
|
+
* refactor(common/functions): improve readability of errorHandler [ae5a9be]
|
|
422
|
+
* refactor(common/functions): separate increment from usage [e848b0c]
|
|
423
|
+
* refactor(common/functions): use correct types [f490505]
|
|
424
|
+
* refactor(compressor): avoid shadowing [60521ca]
|
|
425
|
+
* refactor(compressor): replace any with correct type [66ece17]
|
|
426
|
+
* refactor(connection/util/functions): replace any with slightly better type [7955cec]
|
|
427
|
+
* refactor(endpoint-handler): replace any with correct type [60d282f]
|
|
428
|
+
* refactor(latency-tracker): replace any with correct type [88b8eb0]
|
|
429
|
+
* refactor(observeoptions): remove obsolete property [edb75c1]
|
|
430
|
+
* refactor(secret-generator): remove unused parameter [90e131a]
|
|
431
|
+
* refactor(subject-manager): use correct types [3baa53f]
|
|
432
|
+
* refactor(subscription-module): rename variable to camelCase [7217c60]
|
|
433
|
+
* refactor(subscription-module): replace any with correct type [03cd26a]
|
|
434
|
+
* refactor(time-out-wrapper): add proper types [075b54e]
|
|
435
|
+
* refactor(user-credential-authentication): remove any cast [e648177]
|
|
436
|
+
* refactor(user-password-authentication): remove any cast [7aaf9d2]
|
|
437
|
+
|
|
438
|
+
|
|
425
439
|
|
|
426
440
|
## 6.0.0 (2024-02-07)
|
|
427
441
|
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
442
|
+
* fix(build):move vite-node to dependencies [afd0be6]
|
|
443
|
+
* v6.0.0 [2d4d402]
|
|
444
|
+
* chore(repo): bump version.ts [112b161]
|
|
445
|
+
* chore(repo): update changelog [9cb7960]
|
|
446
|
+
* fix(build): fix demo build path [f8d7849]
|
|
447
|
+
* fix(build): Fix duplicate build issue [5c074a9]
|
|
448
|
+
* fix(build): Fix duplicate build issue [3995a4c]
|
|
449
|
+
* fix(build): fix duplicate libs issue in build [749ce41]
|
|
450
|
+
* fix(build): fix index.html location to access fio url [5d1b3e5]
|
|
451
|
+
* fix(build): fix tgz lib issue [966dc82]
|
|
452
|
+
* fix(release): change pack name to get uploaded [6f957c9]
|
|
453
|
+
* fix(vite): move plugins deps from dev dependency to dependencies [130ad14]
|
|
454
|
+
* fix(vite): move vite from dev dependency to dependencies [1700820]
|
|
455
|
+
* fix(vite): move vite from dev dependency to dependencies [b7fd152]
|
|
456
|
+
* fix(vite): revert vite deps location [3087c86]
|
|
457
|
+
* feat(errors): add response error [b0ea45f]
|
|
458
|
+
|
|
459
|
+
|
|
444
460
|
|
|
445
461
|
## <small>5.8.6 (2024-02-01)</small>
|
|
446
462
|
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
463
|
+
* v5.8.6 [f1ee4c4]
|
|
464
|
+
* chore(repo): bump version.ts [34c1ea2]
|
|
465
|
+
* chore(repo): update changelog [d4f9636]
|
|
466
|
+
* feat(ConfigurationRequest): remove build type from system info [984c79e]
|
|
467
|
+
|
|
468
|
+
|
|
451
469
|
|
|
452
470
|
## <small>5.8.5 (2024-02-01)</small>
|
|
453
471
|
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
472
|
+
* v5.8.5 [b7b461f]
|
|
473
|
+
* chore(code-coverage): collect lcov coverage information [33214cc]
|
|
474
|
+
* chore(repo): update changelog [95a19c4]
|
|
475
|
+
* chore(sonarqube): reference file using relative path [109e2c5]
|
|
476
|
+
* feat(build): update to es2020 [c71ad9c]
|
|
477
|
+
* feat(CI): run prettier on CI [cb89ec4]
|
|
478
|
+
* docs(adr): adr for package splitting [59b12ce]
|
|
479
|
+
* fix(logger): set fatal to error in winston logger as fatal does not exist [41ecd78]
|
|
480
|
+
* fix(release): include version bump in commit [d063e82]
|
|
481
|
+
* fix(rename): rename sdk to frontgate-js-sdk [f67ef43]
|
|
482
|
+
|
|
483
|
+
|
|
464
484
|
|
|
465
485
|
## <small>5.8.4 (2024-01-12)</small>
|
|
466
486
|
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
487
|
+
* fix(env):fix env vars missing VITE_ prefix [4cc57a2]
|
|
488
|
+
* fix(eslint):upgrade eslint deps [c9384ca]
|
|
489
|
+
* fix(renovate):config eslint deps to create PRs on dashboard approval [8f74dec]
|
|
490
|
+
* fix(subscription):restart subscription on subscription loss [25727c3]
|
|
491
|
+
* fix(subscription):restart subscription on subscription loss [979bfac]
|
|
492
|
+
* v5.8.3 [e7c529c]
|
|
493
|
+
* v5.8.4 [6154b1e]
|
|
494
|
+
* chore(dependencies): remove obsolete config files [edebbca]
|
|
495
|
+
* chore(logger): bump version to 0.9.2 [5008e4f]
|
|
496
|
+
* chore(repo): update changelog [cfbb928]
|
|
497
|
+
* chore(repo): update changelog [5802d91]
|
|
498
|
+
* chore(slug): Added slug to clean up build on FIO [adf8cca]
|
|
499
|
+
* chore(slug): fix slug errors" [6ab146e]
|
|
500
|
+
* chore(style): prettier fixes [622d766]
|
|
501
|
+
* fix: fix slug issues [71f5d29]
|
|
502
|
+
* fix: refactor slug [4f723be]
|
|
503
|
+
* fix(actions): use PAT to push to main [a15619c]
|
|
504
|
+
* fix(config): remove umd ie config file [e81de76]
|
|
505
|
+
* fix(ie11): remove support for umd ie11 build [6ab2125]
|
|
506
|
+
* fix(local): use cross-env for windows variables [436ce61]
|
|
507
|
+
* fix(logger): revert logger change due to export problems [6a34244]
|
|
508
|
+
* fix(publish-de): configure node to use OpenSSL CA [c783fed]
|
|
509
|
+
* fix(publish): clear NODE_OPTIONS for vitest [f209073]
|
|
510
|
+
* fix(secret-generator): explicitly use undefined encoding for consistency [d712d63]
|
|
511
|
+
* fix(subscription): fix formatting changes [870a044]
|
|
512
|
+
* fix(tracing): ignore empty trace [4c093de]
|
|
513
|
+
* fix(workflow): remove extra whitespace [cd093c0]
|
|
514
|
+
* feat(release): add automated release [df026c3]
|
|
515
|
+
|
|
516
|
+
|
|
495
517
|
|
|
496
518
|
## <small>5.8.2 (2023-12-19)</small>
|
|
497
519
|
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
520
|
+
* chore(changelog): add 5.8.1 changelog [bc56d52]
|
|
521
|
+
* chore(version): version bump [141b8f6]
|
|
522
|
+
* v5.8.2 [6502a00]
|
|
523
|
+
* fix(formatting): fix lint issues [6eff4cf]
|
|
524
|
+
* fix(formatting): fix lint issues [e7f9db9]
|
|
525
|
+
* fix(tests): Added tests [e61c5c2]
|
|
526
|
+
* fix(tests): remove console stmts [e12441a]
|
|
527
|
+
* fix(token): fix browser node token issue [9f77718]
|
|
528
|
+
* fix(token): refactor to use typeOf to verify browser mode [cdcb063]
|
|
529
|
+
|
|
530
|
+
|
|
507
531
|
|
|
508
532
|
## <small>5.8.1 (2023-12-06)</small>
|
|
509
533
|
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
534
|
+
* Chore/dependencies/upgrade (#194) [0979c62], closes [#194]
|
|
535
|
+
* feat (sonarqube): add sonarqube to the project [aca27ba]
|
|
536
|
+
* v5.8.1 [960d730]
|
|
537
|
+
* fix: config renovate for major,minor and patch releases [3b007c7]
|
|
538
|
+
* fix: fix renovate creating PR for eslint deps [a0e553d]
|
|
539
|
+
* fix: update sonar properties [74a8b43]
|
|
540
|
+
* fix(base64url): remove unnecessary check [f7e8e96]
|
|
541
|
+
* fix(deployment): rename ci to continous-integration for FIO (#192) [c40a2a7], closes [#192]
|
|
542
|
+
* fix(docs): use correct tsconfig [618bf0d]
|
|
543
|
+
* fix(pipeline): typo in job name (#193) [c400c53], closes [#193]
|
|
544
|
+
* fix(renovate): clean renovate PRs [d508997]
|
|
545
|
+
* fix(renovate): configure renovate for typescript/eslint [cef0c82]
|
|
546
|
+
* fix(renovate): fix renovate PRs [1d1eb3a]
|
|
547
|
+
* fix(renovate): fix to create PRs manually via dependency dashboard [a687bf6]
|
|
548
|
+
* fix(renovate): update dependencies [8b3a7b9]
|
|
549
|
+
* fix(restartOnConnectionLoss): fix reset of shouldReconnectOnConnectionLost option [6e2afd5]
|
|
550
|
+
* fix(ts-error): fix connection related errors [bbd0b3d]
|
|
551
|
+
* fix(ts-errors): fix Demo App related errors [f01009f]
|
|
552
|
+
* fix(ts-errors): fix FrontgateConnectionOptions related errors [b89f925]
|
|
553
|
+
* fix(ts-errors): fix websocket related errors [32e6b7c]
|
|
554
|
+
* fix(ts-errors): update message processors [651261b]
|
|
555
|
+
* fix(yarn.lock): update file [5c61696]
|
|
556
|
+
* chore(dependency): upgrade vulnerable browserify-sign to ^4.2.2 [36ede46]
|
|
557
|
+
* chore(deps): update dependency eslint to v8.52.0 (#195) [e41c0dc], closes [#195]
|
|
558
|
+
* chore(deps): update dependency vite to v4.5.1 [security] [7fbe864]
|
|
559
|
+
* chore(deps): update fflate (#196) [9034f97], closes [#196]
|
|
560
|
+
* chore(git): add pre commit hooks [ebf511f]
|
|
561
|
+
* chore(linting): add eslint and prettier factset web defaults [32d6a8c]
|
|
562
|
+
* chore(linting): add versions correctly [be4d743]
|
|
563
|
+
* chore(linting): auto fixes [ef11999]
|
|
564
|
+
* chore(linting): manual fixes and ts-ignore comments [f66b446]
|
|
565
|
+
* chore(linting): prettier config files [86202a3]
|
|
566
|
+
* chore(linting): remove duplicate rule [b9d59b6]
|
|
567
|
+
* chore(packages): udpate eslint related packages [97c1452]
|
|
568
|
+
* chore(pipeline): temporarily disable ARM deployment (#191) [9c8dc31], closes [#191]
|
|
569
|
+
* chore(renovate): fix config [0416328]
|
|
570
|
+
* chore(renovate): ignore fflate as next major is not compatible (#198) [255ac75], closes [#198]
|
|
571
|
+
* chore(ts-errors): fix buffer errors [4d0c56d]
|
|
572
|
+
* chore(ts-errors): fix FrontgateWSConnection errors [b95099f]
|
|
573
|
+
* chore(ts-errors): fix httpproxyrequest errors [5d059a4]
|
|
574
|
+
* chore(ts-errors): fix messageProcessor errors [e8c8c21]
|
|
575
|
+
* chore(ts-errors): fix prending connection related errors [6b76599]
|
|
576
|
+
* chore(ts-errors): fix subject related errors [77ebffe]
|
|
577
|
+
* chore(ts-errors): fix tests [f5e6475]
|
|
578
|
+
* chore(ts-errors): fix ts errors [8c5dcd4]
|
|
579
|
+
* chore(ts-errors): fix ts-errors [6f03441]
|
|
580
|
+
* chore(ts-errors): fix userPwAuth errors [63a5b86]
|
|
581
|
+
* chore(ts-errors): fix using nullish coalescing operator [0a91257]
|
|
582
|
+
* chore(version): update version file [e94177b]
|
|
583
|
+
* chore(workflows): update node to new LTS version [cd962df]
|
|
584
|
+
* chore(yarn): update lock file [7bd52c5]
|
|
585
|
+
* feat: add sonar project properties [52c65e9]
|
|
586
|
+
* feat: add tests (#187) [fa909a4], closes [#187]
|
|
587
|
+
* feat(build): move to vite build env [7f1e11d]
|
|
588
|
+
* feat(logger): replace logger with package [5491550]
|
|
589
|
+
* feat(tests): use vitest [0da0999]
|
|
590
|
+
* upgrade: upgrade eslint deps [00d1e10]
|
|
591
|
+
* upgrade(eslint): upgrade eslint to latest version [b58bbae]
|
|
592
|
+
* test(locale-storage): move locale storage implementation to common file [0e6fbf4]
|
|
593
|
+
|
|
594
|
+
|
|
569
595
|
|
|
570
596
|
## 5.8.0 (2023-10-19)
|
|
571
597
|
|
|
572
|
-
|
|
573
|
-
|
|
598
|
+
* v5.8.0 (#190) [3cb45ac], closes [#190]
|
|
599
|
+
* feat: Add Base64Url support for token Authentication (#188) [7da1978], closes [#188]
|
|
600
|
+
|
|
601
|
+
|
|
574
602
|
|
|
575
603
|
## 5.7.0 (2023-10-05)
|
|
576
604
|
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
605
|
+
* v5.7.0 (#186) [59c1705], closes [#186]
|
|
606
|
+
* fix: fix session connection error (#184) [dbad7f1], closes [#184]
|
|
607
|
+
* feat(tracing): add tracing support [b189de9]
|
|
608
|
+
|
|
609
|
+
|
|
580
610
|
|
|
581
611
|
## <small>5.6.4 (2023-09-14)</small>
|
|
582
612
|
|
|
583
|
-
|
|
584
|
-
|
|
613
|
+
* v5.6.3 (#171) [224c1bd], closes [#171]
|
|
614
|
+
* v5.6.4 (#182) [abfb313], closes [#182]
|
|
615
|
+
* fix: refactor session handling code to make mdg2Client backward compatible (#179) [adfc5f0], closes [#179]
|
|
616
|
+
* Fix: fix undefined logger to endpointhandler from subscription Module (#167) [da440dd], closes [#167]
|
|
617
|
+
* Fix: Prevent form from submitting (#168) [832ecae], closes [#168]
|
|
585
618
|
|
|
586
|
-
## <small>5.6.3 (2023-07-17)</small>
|
|
587
619
|
|
|
588
|
-
- v5.6.3 (#171) [224c1bd], closes [#171]
|
|
589
|
-
- Fix: fix undefined logger to endpointhandler from subscription Module (#167) [da440dd], closes [#167]
|
|
590
|
-
- Fix: Prevent form from submitting (#168) [832ecae], closes [#168]
|
|
591
620
|
|
|
592
621
|
## <small>5.6.2 (2023-07-10)</small>
|
|
593
622
|
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
623
|
+
* v5.6.2 (#169) [6eb760e], closes [#169]
|
|
624
|
+
* fix(revert): revert changes to generate jobid (#166) [194ad30], closes [#166]
|
|
625
|
+
* chore(deps): add renovate.json (#141) [5e8514f], closes [#141]
|
|
626
|
+
* chore(Renovate): config updated [804beca]
|
|
627
|
+
|
|
628
|
+
|
|
598
629
|
|
|
599
630
|
## <small>5.6.1 (2023-05-11)</small>
|
|
600
631
|
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
632
|
+
* chore(release): release version v5.6.1 (#150) [be48e07], closes [#150]
|
|
633
|
+
* feat(auth): frontgate session handling and demo (#146) [c9e2ad7], closes [#146]
|
|
634
|
+
* feat(project): enable fortify on demand (#144) [de13167], closes [#144]
|
|
635
|
+
* Fix(instability): fix instability issues by differentiating timeout and other exceptions (#148) [180393b], closes [#148]
|
|
636
|
+
|
|
637
|
+
|
|
605
638
|
|
|
606
639
|
## 5.6.0 (2023-04-20)
|
|
607
640
|
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
641
|
+
* Release/5.6.0 (#147) [d33674a], closes [#147]
|
|
642
|
+
* feat(api): add getServerInfo for server time offset (#145) [04d5a39], closes [#145]
|
|
643
|
+
* fix(github): CODEOWNERS (#142) [8754d82], closes [#142]
|
|
644
|
+
* chore(artifactory): use secure https protocol (#131) [4c9f760], closes [#131]
|
|
645
|
+
* chore(docs): replace downloads url in README.md (#140) [680ca85], closes [#140]
|
|
646
|
+
* chore(github): use latest checkout action (#132) [8b05e84], closes [#132]
|
|
647
|
+
|
|
648
|
+
|
|
614
649
|
|
|
615
650
|
## <small>5.5.5 (2023-01-10)</small>
|
|
616
651
|
|
|
617
|
-
|
|
618
|
-
|
|
652
|
+
* v5.5.5 (#139) [6d27fcc], closes [#139]
|
|
653
|
+
* fix(subscription): prevent side effects from being reexecuted on new … (#137) [e7fecc7], closes [#137]
|
|
654
|
+
|
|
655
|
+
|
|
619
656
|
|
|
620
657
|
## <small>5.5.4 (2022-12-29)</small>
|
|
621
658
|
|
|
622
|
-
|
|
623
|
-
|
|
659
|
+
* v5.5.4 (#136) [ee583a3], closes [#136]
|
|
660
|
+
* fix(logger): guard all usage of localStorage (#135) [7da7c63], closes [#135]
|
|
661
|
+
|
|
662
|
+
|
|
624
663
|
|
|
625
664
|
## <small>5.5.3 (2022-12-28)</small>
|
|
626
665
|
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
666
|
+
* chore(release): add 5.5.3 [dc27e97]
|
|
667
|
+
* v5.5.3 [9cedbd5]
|
|
668
|
+
* fix(logging): gracefully handle disabled localstorage [30672eb]
|
|
669
|
+
|
|
670
|
+
|
|
630
671
|
|
|
631
672
|
## <small>5.5.2 (2022-11-25)</small>
|
|
632
673
|
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
674
|
+
* v5.5.2 (#127) [af0dc3b], closes [#127]
|
|
675
|
+
* feat(ci): using conventional-changelog with FactSet's preset (#125) [33f5816], closes [#125]
|
|
676
|
+
* feat(docs): using GitHub Action to publish docs (#126) [c9b6d3f], closes [#126]
|
|
677
|
+
* fix(ci): publishing to DE Artifactory (#124) [927a0fa], closes [#124]
|
|
678
|
+
* chore(release): update changelog [41d22e4]
|
|
679
|
+
|
|
680
|
+
|
|
638
681
|
|
|
639
682
|
## <small>5.5.1 (2022-11-25)</small>
|
|
640
683
|
|
|
641
|
-
|
|
642
|
-
|
|
684
|
+
* v5.5.1 [b26dad0]
|
|
685
|
+
* fix(observe): pre generate job id [cffa92b]
|
|
686
|
+
|
|
687
|
+
|
|
643
688
|
|
|
644
689
|
## 5.5.0 (2022-10-13)
|
|
645
690
|
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
691
|
+
* chore(docs): added faq section [74c86ff]
|
|
692
|
+
* chore(docs): improved compat faq [6c76ed6]
|
|
693
|
+
* chore(repo): bump version [43d634d]
|
|
694
|
+
* fix(esnext): prevent circular dependency breaking esnext [0f515d9]
|
|
695
|
+
* fix(Requestmodule): typo in timeout response [4c1f41f]
|
|
696
|
+
* feat(demo): cache-control for public token requests (#116) [e1d4ba7], closes [#116]
|
|
697
|
+
|
|
698
|
+
|
|
652
699
|
|
|
653
700
|
## <small>5.4.3 (2022-08-17)</small>
|
|
654
701
|
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
702
|
+
* v5.4.3 [3e06e7f]
|
|
703
|
+
* fix(core): timeout error during pending authentication (#115) [74a25e0], closes [#115]
|
|
704
|
+
* fix(demo): enable cross-origin resource sharing (#113) [0df2c58], closes [#113]
|
|
705
|
+
* fix(docs): CHANGELOG.md version [2cae0b3]
|
|
706
|
+
* fix(exports): FetchConnectionConfigurationResponseHeaders #110 [31d70a3], closes [#110]
|
|
707
|
+
* fix(ga): changed runners to ubuntu-latest [3e6f90c]
|
|
708
|
+
* fix(logger): remove references to global [2dd600d]
|
|
709
|
+
* fix(package): additional exports [3683711]
|
|
710
|
+
* fix(package): missing exports and deprecations [64c883d]
|
|
711
|
+
* fix(package): missing exports for authentication [88c6ea3]
|
|
712
|
+
* fix(types): refactoring and added types [97f9b4f]
|
|
713
|
+
* chore(docs): updated changelog [aabd6ad]
|
|
714
|
+
* chore(package): updated dependencies [7be4fae]
|
|
715
|
+
* feat(deploy): mdg2-client-arm [3c23edd]
|
|
716
|
+
|
|
717
|
+
|
|
669
718
|
|
|
670
719
|
## <small>5.4.1 (2022-05-10)</small>
|
|
671
720
|
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
721
|
+
* v5.4.1 [545a9ed]
|
|
722
|
+
* chore(release): update changelog [eb8a270]
|
|
723
|
+
* fix(client): pass correct option to property [1e048cb]
|
|
724
|
+
|
|
725
|
+
|
|
675
726
|
|
|
676
727
|
## 5.4.0 (2022-05-05)
|
|
677
728
|
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
729
|
+
* v5.4.0 [af66078]
|
|
730
|
+
* feat(core): connection and timeout handling improvements (#103) [c5eedd7], closes [#103]
|
|
731
|
+
* refactor(frontgate): change default hosts [139bfa1]
|
|
732
|
+
* fix(demo): multiple websocket connections [ded30ed]
|
|
733
|
+
|
|
734
|
+
|
|
682
735
|
|
|
683
736
|
## <small>5.3.6 (2022-04-07)</small>
|
|
684
737
|
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
738
|
+
* v5.3.6 [95a3ee0]
|
|
739
|
+
* feat(demo): middleware for testing endpoints (#91) [49f752f], closes [#91]
|
|
740
|
+
* feat(wsConnection): add randomness to reconnect delay to ease off load to fg [919faea]
|
|
741
|
+
* feat(wsconnection): timebox ws connection to prevent stale connections [a456456]
|
|
742
|
+
* chore(admin): added CODEOWNERS [06a6b6f]
|
|
743
|
+
|
|
744
|
+
|
|
690
745
|
|
|
691
746
|
## <small>5.3.5 (2022-03-02)</small>
|
|
692
747
|
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
748
|
+
* v5.3.5 [aa9263c]
|
|
749
|
+
* chore(changelog): update changelog [65acc5e]
|
|
750
|
+
* chore(error): handle permission error [757b6bf]
|
|
751
|
+
* chore(script): add new script for development [10d4f26]
|
|
752
|
+
* chore(status): update status code [13b16da]
|
|
753
|
+
* fix(input): fix quality's input selection [daecafd]
|
|
754
|
+
* feat(test): reduced unit test time by 42 percent [008ac7f]
|
|
755
|
+
|
|
756
|
+
|
|
700
757
|
|
|
701
758
|
## <small>5.3.4 (2022-01-24)</small>
|
|
702
759
|
|
|
703
|
-
|
|
704
|
-
|
|
760
|
+
* v5.3.4 [2c159b6]
|
|
761
|
+
* fix(subscriptions): throw error for failed subscriptions [3c88616]
|
|
762
|
+
|
|
763
|
+
|
|
705
764
|
|
|
706
765
|
## <small>5.3.3 (2022-01-20)</small>
|
|
707
766
|
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
767
|
+
* v5.3.3 [86e3721]
|
|
768
|
+
* fix(bundle): fix tree shaking [7bda469]
|
|
769
|
+
* fix(imports): cyclical imports causing warnings [9d1526d]
|
|
770
|
+
* docs(readme): added examples download link (#86) [507d58c], closes [#86]
|
|
771
|
+
* chore(publish): add GA to publish to DE artifactory (FAS-539) (#93) [c53e9da], closes [#93]
|
|
772
|
+
* feat(changelog): update to current date [1697012]
|
|
773
|
+
* feat(secretgenerator): use fb-tiger package [2b2502e]
|
|
774
|
+
* feat(tiger): remove old tiger application [06c4a07]
|
|
775
|
+
|
|
776
|
+
|
|
716
777
|
|
|
717
778
|
## <small>5.3.1 (2021-11-18)</small>
|
|
718
779
|
|
|
719
|
-
|
|
720
|
-
|
|
780
|
+
* v5.3.1 [1bbf7c8]
|
|
781
|
+
* fix(authentication): improved error handling and reconnect (#89) [98a4bfb], closes [#89]
|
|
782
|
+
|
|
783
|
+
|
|
721
784
|
|
|
722
785
|
## 5.3.0 (2021-11-16)
|
|
723
786
|
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
787
|
+
* v5.3.0 [d08c7f1]
|
|
788
|
+
* fix(package): typedoc error resolved after winston-clp update (#88) [ded5d5d], closes [#88]
|
|
789
|
+
* feat(logging): winston clp logger interface and demo (#87) [2d4bd48], closes [#87]
|
|
790
|
+
* feat(user-detection): extend logging of runtime env [8b6d4bd]
|
|
791
|
+
* feat(user-detection): improve version detection [4bb77f1]
|
|
792
|
+
* feat(user-detection): refactor version to work with cjs [d6cb455]
|
|
793
|
+
* feat(user-detection): split software and version [f6636dc]
|
|
794
|
+
* feat(user-detection): update CHANGELOG.md [27004e3]
|
|
795
|
+
* feat(user-detection): use ts-loader to support build type [8bd056f]
|
|
796
|
+
|
|
797
|
+
|
|
733
798
|
|
|
734
799
|
## <small>5.1.1 (2021-10-14)</small>
|
|
735
800
|
|
|
736
|
-
|
|
737
|
-
|
|
801
|
+
* v5.1.1 [0821ea6]
|
|
802
|
+
* docs(update): corrected imports for code examples (#84) [75813b8], closes [#84]
|
|
803
|
+
|
|
804
|
+
|
|
738
805
|
|
|
739
806
|
## 5.1.0 (2021-10-13)
|
|
740
807
|
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
808
|
+
* v5.1.0 [eb70259]
|
|
809
|
+
* docs(update): release notes [11e6f54]
|
|
810
|
+
* fix(imports): added authentication compat import [fa6f891]
|
|
811
|
+
* chore(docs): CHANGELOG.md refactored with version tags [02d4d74]
|
|
812
|
+
|
|
813
|
+
|
|
745
814
|
|
|
746
815
|
## <small>5.0.1 (2021-09-29)</small>
|
|
747
816
|
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
817
|
+
* docs(refactoring) reworked structure and examples (#77) [1b87494], closes [#77]
|
|
818
|
+
* v5.0.1 [cd7d1af]
|
|
819
|
+
* chore(ci): renamed ci action [7c79862]
|
|
820
|
+
* chore(docs): CHANGELOG.md updated [cf5f0ed]
|
|
821
|
+
* chore(docs): generated changelog.md using gren [05a33c8]
|
|
822
|
+
* fix(docs): remove deprecated 'mode' option in typedoc.json [2fc4dab]
|
|
823
|
+
* feat(connection): remove override of parameters [afdcb8f]
|
|
824
|
+
|
|
825
|
+
|
|
755
826
|
|
|
756
827
|
## 5.0.0 (2021-09-29)
|
|
757
828
|
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
829
|
+
* v5.0.0 [14db22f]
|
|
830
|
+
* feat(FAS-453): add default hosts [91ce34d]
|
|
831
|
+
* feat(FAS-453): add named constants for deployments [e655d2f]
|
|
832
|
+
* feat(token server): added config to return token in response body [ff3d47d]
|
|
833
|
+
* feat(token server): added helmet security [9e5b067]
|
|
834
|
+
* feat(token server): return token in the response body [84f6bd3]
|
|
835
|
+
* chore(config): changed recommended default encoding to jsjsonc-v2 [a7bc18d]
|
|
836
|
+
* chore(maintenance): updated dependencies and optimized ptl messages [a5451ac]
|
|
837
|
+
* refactor(ci): replace jenkins with github actions (#73) [c57ac3b], closes [#73]
|
|
838
|
+
* fix(auth): redundant idUser removed from constructor [96308ce]
|
|
839
|
+
* fix(connection): use correct disconnect message version [1c48f0d]
|
|
840
|
+
* fix(demo): removed sessionStorage for best practices [72e9ce8]
|
|
841
|
+
* fix(exports): CookieTokenAuthenticationFactors [3b29d4f]
|
|
842
|
+
* deprecate(option): minInterval removed in favor of server throttling [ee376a5]
|
|
843
|
+
|
|
772
844
|
|
|
773
845
|
### BREAKING CHANGE
|
|
774
846
|
|
|
775
|
-
|
|
847
|
+
* UserCredentialAuthentication constructor changed: idUser removed.
|
|
848
|
+
UserPasswordAuthentication constructor changed: idUser removed.
|
|
849
|
+
|
|
776
850
|
|
|
777
851
|
## 4.2.0 (2021-07-23)
|
|
778
852
|
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
853
|
+
* v4.2.0 [29a5817]
|
|
854
|
+
* feat(fetch-connection): allow customer object [c7f339b]
|
|
855
|
+
* feat(fetch-connection): update code style [b5f0607]
|
|
856
|
+
* feat(http-proxy): new api method requestProxyEndpoint [a0d7861]
|
|
857
|
+
* feat(security): remove peer authentication [ec5433c]
|
|
858
|
+
|
|
859
|
+
|
|
784
860
|
|
|
785
861
|
## <small>4.1.1 (2021-07-09)</small>
|
|
786
862
|
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
863
|
+
* v4.1.1 [ec4899e]
|
|
864
|
+
* fix(subscription): emit first value [73b6a2e]
|
|
865
|
+
* fix(subscriptions): add higher order observables [257c130]
|
|
866
|
+
|
|
867
|
+
|
|
790
868
|
|
|
791
869
|
## 4.1.0 (2021-06-25)
|
|
792
870
|
|
|
793
|
-
|
|
794
|
-
|
|
871
|
+
* v4.1.0 [327cfa6]
|
|
872
|
+
* feat(subscriptions): add feature to automaticaly restart subscriptions [be831a9]
|
|
873
|
+
|
|
874
|
+
|
|
795
875
|
|
|
796
876
|
## 4.0.0 (2021-06-01)
|
|
797
877
|
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
-
|
|
816
|
-
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
- feat(request-timeout): document usage [be1425e]
|
|
878
|
+
* fix:(subscription loss) removed void as return type [74d6195]
|
|
879
|
+
* fix:(subscriptionloss) handling message from frontgate [4966cae]
|
|
880
|
+
* fix:(subscriptionloss) updated unit tests [59f79f7]
|
|
881
|
+
* fix:(subscriptionloss)Deleting lost job [043ca5c]
|
|
882
|
+
* job deleted outside the loop [c3dcfc0]
|
|
883
|
+
* Updated function to boolean [86623f0]
|
|
884
|
+
* Updated Readme for flagPermissionDenied [2f69a09]
|
|
885
|
+
* Updated readme with how to enable flag_permission_denied_response [1dc9653]
|
|
886
|
+
* v3.3.3 [7cb7671]
|
|
887
|
+
* v4.0.0 [0f2343e]
|
|
888
|
+
* feat(authentication): enforce clientCredentials parameter [b62222b]
|
|
889
|
+
* feat(demo): replace local- with sessionStorage [e1642d4]
|
|
890
|
+
* feat(documentation): add documentation on using a proxy [40910a4]
|
|
891
|
+
* feat(FAS-491): implement client side ws timeout [da4860f]
|
|
892
|
+
* feat(FAS-491): take timeout from server response [bc9727b]
|
|
893
|
+
* feat(FAS-492): increase to 45sec [13c791a]
|
|
894
|
+
* feat(logger): document logging [fdc138e]
|
|
895
|
+
* feat(low-level-messages): remove all lowlevel messages [c7d4c2a]
|
|
896
|
+
* feat(request-timeout): document usage [be1425e]
|
|
897
|
+
* feat(request): configured flag_permission_denied_response globally [9c2b654]
|
|
898
|
+
* feat(request): support for flag_permission_denied_response for HighLevelRequests [8112a05]
|
|
899
|
+
* feat(sessionModule): delete session module [81d2252]
|
|
900
|
+
* feat(sessionModule): remove from demos [c23b3a5]
|
|
901
|
+
|
|
902
|
+
|
|
824
903
|
|
|
825
904
|
## <small>3.3.2 (2021-02-03)</small>
|
|
826
905
|
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
906
|
+
* 3.3.2 [0f13494]
|
|
907
|
+
* fix(dependencies):updated dependencies to latest and approved versions [cf401da]
|
|
908
|
+
* fix(dependencies):updated dependencies to latest and approved versions [db8ee95]
|
|
909
|
+
* fix(reconnect): Reconnect for any type of peer related disconnect. [c71a9f4]
|
|
910
|
+
|
|
911
|
+
|
|
831
912
|
|
|
832
913
|
## <small>3.3.1 (2021-02-01)</small>
|
|
833
914
|
|
|
834
|
-
|
|
835
|
-
|
|
915
|
+
* 3.3.1 [55953e1]
|
|
916
|
+
* fix(reconnect): Authentication sequence for auto reconnect. [25edd9d]
|
|
917
|
+
|
|
918
|
+
|
|
836
919
|
|
|
837
920
|
## 3.3.0 (2021-01-29)
|
|
838
921
|
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
922
|
+
* 3.3.0 [88802e2]
|
|
923
|
+
* feat(reconnect): add reconnection mechanism [868cd4f]
|
|
924
|
+
* fix(demo): increase timeout on endpoint request [99f947c]
|
|
925
|
+
|
|
926
|
+
|
|
842
927
|
|
|
843
928
|
## <small>3.2.2 (2021-01-18)</small>
|
|
844
929
|
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
930
|
+
* 3.2.2 [d20a2ed]
|
|
931
|
+
* feat(internal demo app) created internal demo app including low level message [ddec104]
|
|
932
|
+
* fix(demo app) added for attribute to labels [987f1be]
|
|
933
|
+
* fix(demo app) fixed linting error [c3a9cd1]
|
|
934
|
+
* fix(demo app) updated demo app [db26af6]
|
|
935
|
+
* fix(demo app) updated typo mistake [d36a30b]
|
|
936
|
+
* refactor(messages): Raw response creation improved. [1c85360]
|
|
937
|
+
* fix(core): high level request may be sent as raw request. [f6e4fd3]
|
|
938
|
+
* fix(request): Raw request factory addresses id_job and resend_counter. [eba9588]
|
|
939
|
+
* chore(dependencies): removed unused axios package (#41) [088fe0b], closes [#41]
|
|
940
|
+
* chore(license): update license in package.json (FAS-470) (#36) [5182f12], closes [#36]
|
|
941
|
+
|
|
942
|
+
|
|
856
943
|
|
|
857
944
|
## <small>3.2.1 (2020-12-16)</small>
|
|
858
945
|
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
946
|
+
* v3.2.0 [e721cba]
|
|
947
|
+
* feat(latency): New optional latency tracker. [3a5cbb1]
|
|
948
|
+
* feat(request): create endpointrequests with timeouts,and reject [417df6f]
|
|
949
|
+
* refactor(messages): Message versions to number. [ed81471]
|
|
950
|
+
* fix(SonarQube): fix several code smells and add tests (#32) [0d7ec4f], closes [#32]
|
|
951
|
+
|
|
952
|
+
|
|
864
953
|
|
|
865
954
|
## 3.1.0 (2020-12-03)
|
|
866
955
|
|
|
867
|
-
|
|
868
|
-
|
|
956
|
+
* v3.1.0 [5361d31]
|
|
957
|
+
* feat(auth): app and user id for endpoint requests [76b842b]
|
|
958
|
+
|
|
959
|
+
|
|
869
960
|
|
|
870
961
|
## 3.0.0 (2020-11-25)
|
|
871
962
|
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
963
|
+
* v3.0.0 [5405e41]
|
|
964
|
+
* fix(memory): objects to maps and limit buffer size (#30) [3d62916], closes [#30]
|
|
965
|
+
* feat(core): single session handling (#27) [a8338eb], closes [#27]
|
|
966
|
+
* feat(proxy): added websocket options for ws library (#29) [b586231], closes [#29]
|
|
967
|
+
|
|
968
|
+
|
|
876
969
|
|
|
877
970
|
## <small>2.3.1 (2020-10-28)</small>
|
|
878
971
|
|
|
879
|
-
|
|
880
|
-
|
|
972
|
+
* v2.3.1 [74ead32]
|
|
973
|
+
* Fix: PeerAuthentication import [51bbe98]
|
|
974
|
+
|
|
975
|
+
|
|
881
976
|
|
|
882
977
|
## 2.3.0 (2020-10-07)
|
|
883
978
|
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
979
|
+
* (feat) allow to perform raw requests (#26) [53b885a], closes [#26]
|
|
980
|
+
* v2.3.0 [e7b2bdc]
|
|
981
|
+
* New: Introduced tls option. (#25) [026c385], closes [#25]
|
|
982
|
+
* chore(uglify): replace dependency due to deprecation [1180fe9]
|
|
983
|
+
* fix(websocket-connection): prevent connection conflicts [1701f9f]
|
|
984
|
+
* Update: Replaced deprecated config with websocket protocol [8edd89c]
|
|
985
|
+
|
|
986
|
+
|
|
890
987
|
|
|
891
988
|
## 2.2.0 (2020-06-15)
|
|
892
989
|
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
990
|
+
* 2.2.0 [e6a0a1b]
|
|
991
|
+
* Update: Reintegrated UMD package into build (FAS-420) [e52b002]
|
|
992
|
+
* Update: Reject Response handling. [5453523]
|
|
993
|
+
|
|
994
|
+
|
|
896
995
|
|
|
897
996
|
## <small>2.1.1 (2020-05-15)</small>
|
|
898
997
|
|
|
899
|
-
|
|
900
|
-
|
|
998
|
+
* 2.1.1 [85ce560]
|
|
999
|
+
* Fix: added missing export (#20) [5156169], closes [#20]
|
|
1000
|
+
|
|
1001
|
+
|
|
901
1002
|
|
|
902
1003
|
## 2.1.0 (2020-05-12)
|
|
903
1004
|
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
1005
|
+
* 2.1.0 [60f9f3c]
|
|
1006
|
+
* Update: Unit tests and docs. Verified functionality in demo app. [8292ab9]
|
|
1007
|
+
* New: Added support for obtaining authentication tokens. [7ac181b]
|
|
1008
|
+
|
|
1009
|
+
|
|
907
1010
|
|
|
908
1011
|
## 2.0.0 (2020-04-28)
|
|
909
1012
|
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
1013
|
+
* 2.0.0 [1a211ae]
|
|
1014
|
+
* Update: Generated new docs (FAS-394) [8561139]
|
|
1015
|
+
* Update: Implemented support for PermissionDeniedResponse (FAS-394) [fb78dfe]
|
|
1016
|
+
* Update: Removed FrontgateHTTPConnection and Improved Demo (FAS-386) [b882c51]
|
|
1017
|
+
* Fix: Promise.js file should end with a newline (FAS-394) [834295e]
|
|
1018
|
+
|
|
1019
|
+
|
|
915
1020
|
|
|
916
1021
|
## <small>1.3.1 (2019-10-15)</small>
|
|
917
1022
|
|
|
918
|
-
|
|
1023
|
+
* Release of version: v1.3.1 [b9a8464]
|
|
1024
|
+
|
|
1025
|
+
|
|
919
1026
|
|
|
920
1027
|
## 1.3.0 (2019-10-15)
|
|
921
1028
|
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
1029
|
+
* Release of version: v1.3.0 [92c03ec]
|
|
1030
|
+
* Update: condition [ac19bd6]
|
|
1031
|
+
* Update: Do not expose PeerAuthentication and fix TODOs [76c5e3d]
|
|
1032
|
+
* Update: security test related changes [38edc3a]
|
|
1033
|
+
|
|
1034
|
+
|
|
926
1035
|
|
|
927
1036
|
## <small>1.2.5 (2019-10-10)</small>
|
|
928
1037
|
|
|
929
|
-
|
|
1038
|
+
* Docs: package version 1.2.5 [64dcc12]
|
|
1039
|
+
|
|
1040
|
+
|
|
930
1041
|
|
|
931
1042
|
## <small>1.2.4 (2019-10-10)</small>
|
|
932
1043
|
|
|
933
|
-
|
|
1044
|
+
* Update: new package version [fff679a]
|
|
1045
|
+
|
|
1046
|
+
|
|
934
1047
|
|
|
935
1048
|
## <small>1.2.3 (2019-10-09)</small>
|
|
936
1049
|
|
|
937
|
-
|
|
938
|
-
|
|
1050
|
+
* New: setConnectionFromFetchConfiguration [5f9c527]
|
|
1051
|
+
* New: tag v1.2.3 [04b5b18]
|
|
1052
|
+
|
|
1053
|
+
|
|
939
1054
|
|
|
940
1055
|
## <small>1.2.2 (2019-09-13)</small>
|
|
941
1056
|
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
1057
|
+
* Release of version: v1.2.2 [68412c3]
|
|
1058
|
+
* Docs: README.md [44e3b1b]
|
|
1059
|
+
* Fix: bug of filter out zero value response [2b1164e]
|
|
1060
|
+
|
|
1061
|
+
|
|
945
1062
|
|
|
946
1063
|
## <small>1.2.1 (2019-09-11)</small>
|
|
947
1064
|
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
1065
|
+
* Release of version: v1.2.1 [9821a25]
|
|
1066
|
+
* Release of version: v1.2.1-beta.4 [055774b]
|
|
1067
|
+
* Fix: Bad option of release task [54ecd78]
|
|
1068
|
+
* Fix: fix code smells detected by sonarqube [ab82401]
|
|
1069
|
+
* Fix: handling of json representation in HighLevelUpdate message [120ed49]
|
|
1070
|
+
* Update: added docs to the repo [454b83e]
|
|
1071
|
+
* Update: added support for HighLevelRequest with headerflag no_merge [7f4c074]
|
|
1072
|
+
* Update: aligend mdg2-client with to the new repostiory standards. [4108fe2]
|
|
1073
|
+
* Update: improve error-response logging to add the failing request to the log output if an error-resp [b68e762]
|
|
1074
|
+
* Update: improve README.md description [7aadd1d]
|
|
1075
|
+
* Update: improve sonarqube stats [72c2e1c]
|
|
1076
|
+
* Update: remove token and adds no_merge flag for demo [4d1877d]
|
|
1077
|
+
* Update: test recursive file access for github pages [46198cf]
|
|
1078
|
+
* Update: test recursive file access for github pages [c7293a0]
|
|
1079
|
+
* Update: test recursive file access for github pages [eed031a]
|
|
1080
|
+
* Update: test recursive file access for github pages [b37888c]
|
|
1081
|
+
* Update: test recursive file access for github pages [5aacaff]
|
|
1082
|
+
* Update: test recursive file access for github pages [16738fe]
|
|
1083
|
+
* Update: test recursive file access for github pages [82b7d8c]
|
|
1084
|
+
* Update: test recursive file access for github pages [08dcced]
|
|
1085
|
+
* Update: test recursive file access for github pages [f112b57]
|
|
1086
|
+
* Update: updated documentation [d9df13a]
|
|
1087
|
+
* Update: upgraded typedoc dependency and configuration [858f62d]
|
|
1088
|
+
|
|
1089
|
+
|
|
971
1090
|
|
|
972
1091
|
## <small>1.2.1-beta.3 (2019-07-19)</small>
|
|
973
1092
|
|
|
974
|
-
|
|
975
|
-
|
|
1093
|
+
* Cookie auth [7bc6c1a]
|
|
1094
|
+
* Release of version: v1.2.1-beta.3 [abae506]
|
|
1095
|
+
|
|
1096
|
+
|
|
976
1097
|
|
|
977
1098
|
## <small>1.2.1-beta.2 (2019-07-18)</small>
|
|
978
1099
|
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
1100
|
+
* Release of version: v1.2.1-beta.2 [5034712]
|
|
1101
|
+
* Fix: resolved linting issue [93f94f7]
|
|
1102
|
+
* Update: do not export the FrontgateHTTPConnection unless it is not fully supported [3703372]
|
|
1103
|
+
|
|
1104
|
+
|
|
982
1105
|
|
|
983
1106
|
## <small>1.2.1-beta.1 (2019-06-25)</small>
|
|
984
1107
|
|
|
985
|
-
|
|
986
|
-
|
|
1108
|
+
* Release of version: v1.2.1-beta.1 [dea855f]
|
|
1109
|
+
* New: HighLevelResult type for requestEndpoint [0131e74]
|
|
1110
|
+
|
|
1111
|
+
|
|
987
1112
|
|
|
988
1113
|
## <small>1.2.1-beta.0 (2019-06-18)</small>
|
|
989
1114
|
|
|
990
|
-
|
|
1115
|
+
* Release of version: v1.2.1-beta.0 [3df3e3f]
|
|
1116
|
+
|
|
1117
|
+
|
|
991
1118
|
|
|
992
1119
|
## 1.2.0-beta.0 (2019-06-18)
|
|
993
1120
|
|
|
994
|
-
|
|
995
|
-
|
|
1121
|
+
* Release of version: v1.2.0-beta.0 [2c2052c]
|
|
1122
|
+
* Update: npm dependency core-js [28d542b]
|
|
1123
|
+
|
|
1124
|
+
|
|
996
1125
|
|
|
997
1126
|
## 1.1.0-beta.0 (2019-06-17)
|
|
998
1127
|
|
|
999
|
-
|
|
1000
|
-
|
|
1128
|
+
* Release of version: v1.1.0-beta.0 [ef826ac]
|
|
1129
|
+
* New: split authentication token (cookie and header / subprotocol) for better security [736bbd8]
|
|
1130
|
+
|
|
1131
|
+
|
|
1001
1132
|
|
|
1002
1133
|
## 1.0.0-beta.3 (2019-05-22)
|
|
1003
1134
|
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1135
|
+
* Release of version: v1.0.0-beta.3 [d2534ab]
|
|
1136
|
+
* Update: add some minor improvements [bde77af]
|
|
1137
|
+
* Update: improved the process and error handling of finding the correct subject [a2e0b4c]
|
|
1138
|
+
* Update: minor improvements and fixes of linting issues [ef358ce]
|
|
1139
|
+
* New: Implement cas/attribute/get [140ff19]
|
|
1140
|
+
* New: Move AttributeService to Mdg2Client [924d7b8]
|
|
1141
|
+
* Fix: fixed issue when sending umlaute via a HighLevelRequest post body. [9efae50]
|
|
1142
|
+
|
|
1143
|
+
|
|
1011
1144
|
|
|
1012
1145
|
## 1.0.0-beta.2 (2019-03-22)
|
|
1013
1146
|
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1147
|
+
* Release of version: v1.0.0-beta.2 [d4cc5a8]
|
|
1148
|
+
* Update: FAS-307 Adds path_prefix option and set default to connections [738319c]
|
|
1149
|
+
* Update: FAS-307 fix unit tests and comment [bbdc05a]
|
|
1150
|
+
|
|
1151
|
+
|
|
1017
1152
|
|
|
1018
1153
|
## 1.0.0-beta.1 (2019-03-13)
|
|
1019
1154
|
|
|
1020
|
-
|
|
1021
|
-
|
|
1155
|
+
* Release of version: v1.0.0-beta.1 [790387c]
|
|
1156
|
+
* Update: update the logger (default loglevel changed from DEBUG to WARN) and fix a minor issue when l [3c7e383]
|
|
1157
|
+
|
|
1158
|
+
|
|
1022
1159
|
|
|
1023
1160
|
## 1.0.0-beta.0 (2019-02-28)
|
|
1024
1161
|
|
|
1025
|
-
|
|
1026
|
-
|
|
1162
|
+
* Dev [6f2f051]
|
|
1163
|
+
* Release of version: v1.0.0-beta.0 [0e99de1]
|
|
1164
|
+
|
|
1165
|
+
|
|
1027
1166
|
|
|
1028
1167
|
## <small>0.9.4 (2018-10-16)</small>
|
|
1029
1168
|
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1169
|
+
* Release of version: v0.9.4 [9ce1a48]
|
|
1170
|
+
* Upgraded logger dependency to 0.4.0 [7c8636d]
|
|
1171
|
+
* Update: added improved Logging forHighLevelRequests [d67fa5c]
|
|
1172
|
+
* Update: fixed url representation (refs: FAS-210) [407eb50]
|
|
1173
|
+
* Update: removed credentials from the test and added explaination to README.md how to perform the tes [85b6804]
|
|
1174
|
+
* Update: removed Open Todos from README.md [628aa3b]
|
|
1175
|
+
* Update: updated dependencies [3e133eb]
|
|
1176
|
+
* Update: updated dependencies [9059d84]
|
|
1177
|
+
* Fix: add babel polfyfill [d82bb47]
|
|
1178
|
+
* Fix: fixed linting errors for magic numbers [fc80546]
|
|
1179
|
+
* Fix: fixed request versions [cdd6cc3]
|
|
1180
|
+
|
|
1181
|
+
|
|
1041
1182
|
|
|
1042
1183
|
## <small>0.9.3 (2018-09-13)</small>
|
|
1043
1184
|
|
|
1044
|
-
|
|
1045
|
-
|
|
1185
|
+
* Release of version: v0.9.3 [7ee2bd5]
|
|
1186
|
+
* Fix: fixed reference to resolve entrypoint [61370cd]
|
|
1187
|
+
|
|
1188
|
+
|
|
1046
1189
|
|
|
1047
1190
|
## <small>0.9.2 (2018-09-12)</small>
|
|
1048
1191
|
|
|
1049
|
-
|
|
1050
|
-
|
|
1192
|
+
* Release of version: v0.9.2 [d809527]
|
|
1193
|
+
* Update: updated logger dependency [b059b6f]
|
|
1194
|
+
|
|
1195
|
+
|
|
1051
1196
|
|
|
1052
1197
|
## <small>0.9.1 (2018-09-12)</small>
|
|
1053
1198
|
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1199
|
+
* Release of version: v0.9.1 [c3b2d13]
|
|
1200
|
+
* Update:refs FAS-203 change README.md [480429a]
|
|
1201
|
+
* Update: added RejectResponse [934ca59]
|
|
1202
|
+
* Update: Authentications now will handle string inputs for idApp/idUser correctly (refs: FAS-208). [1662879]
|
|
1203
|
+
* Update: updated logger and moved demo app into separate folder [be51fd2]
|
|
1204
|
+
|
|
1205
|
+
|
|
1059
1206
|
|
|
1060
1207
|
## 0.9.0 (2018-05-23)
|
|
1061
1208
|
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1209
|
+
* Release of version: v0.9.0 [db394af]
|
|
1210
|
+
* Fix: fixed reference to FieldInstanceIdCacheInterface. upgraded dependency to the logger to 0.2.3 [64c2916]
|
|
1211
|
+
* Update: removed loglevel dependency and introduced @platform.shared.libs.typescript/logger [f9133b8]
|
|
1212
|
+
* Update: updated logger to 0.2.2 and changed implementation accordingly. [3c517e4]
|
|
1213
|
+
|
|
1214
|
+
|
|
1066
1215
|
|
|
1067
1216
|
## 0.8.0 (2018-05-22)
|
|
1068
1217
|
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1218
|
+
* Release of version: v0.8.0 [ef9b5a2]
|
|
1219
|
+
* Update: added implementation for NotationFieldValueCreationUpdate [2821e58]
|
|
1220
|
+
* Update: removed docs from the repository. [41380a8]
|
|
1221
|
+
* Update: updated @platform.mdg-api-framework/mdg2.ptl.foundation so that uglification works out of th [17876a3]
|
|
1222
|
+
* Update: updated other dependencies [6a6747b]
|
|
1223
|
+
|
|
1224
|
+
|
|
1074
1225
|
|
|
1075
1226
|
## 0.7.0 (2018-05-18)
|
|
1076
1227
|
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1228
|
+
* Release of version: v0.7.0 [2e0633f]
|
|
1229
|
+
* Update: changed module resolution to es2015 to allow treeshaking [e3cd229]
|
|
1230
|
+
* Update: exported utilities [95d3967]
|
|
1231
|
+
* Update: fixed UserAuthentication [630f32b]
|
|
1232
|
+
* Update: removed karma unit tests; fixed functional tests, resolved linting issues [76d5b3a]
|
|
1233
|
+
* Docs: updated readme [1dc4d45]
|
|
1234
|
+
* Fix: fixed unit test execution for ci [94261fb]
|
|
1235
|
+
|
|
1236
|
+
|
|
1084
1237
|
|
|
1085
1238
|
## 0.6.0 (2018-05-09)
|
|
1086
1239
|
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1240
|
+
* Enhancements [c059fd0]
|
|
1241
|
+
* Release of version: v0.6.0 [c9d9918]
|
|
1242
|
+
* Separted the PushClient into a Subscription Module; created a Result Builder, added unit tests [13c6e71]
|
|
1243
|
+
* Docs: update Readme.md [c7f79b5]
|
|
1244
|
+
* Docs: updated Readme.md [fc1f20f]
|
|
1245
|
+
* Update: created docbock-descriptions for all relevant methods of the Mdg2Client. [4803e3b]
|
|
1246
|
+
* Update: fixed tests [b104c4b]
|
|
1247
|
+
* Update: fixed tests, changed observe endpoint function [f753ecf]
|
|
1248
|
+
* Update: forwarded losshandling to lib-user (onError method); added notationSubsample request (in wor [0e6f885]
|
|
1249
|
+
* Update: improved coverage [2d44fa5]
|
|
1250
|
+
* Update: improved coverage, made logger injectable (incomplete) [3fc32e2]
|
|
1251
|
+
* Update: improved coverage; chagned Mdg2Connection to FrontgateConnection [dc1ec1d]
|
|
1252
|
+
* Update: improved test coverage, fixed some subscription issues [7508f62]
|
|
1253
|
+
* Update: made HighLevelSubscriptions work and improved subsample handling [822cd73]
|
|
1254
|
+
* Update: renamed MessageFactory, added build:docs task, improved code [16e2d2a]
|
|
1255
|
+
* Update: replaced ResponseFactorys switch statement [a89b3a4]
|
|
1256
|
+
* Update: split up enums, types, interfaces and placed it into the scope they belong to [42f052a]
|
|
1257
|
+
* Update: updated dependencies [28cbe91]
|
|
1258
|
+
* Fix: fixed high level update result [2a51f1d]
|
|
1259
|
+
|
|
1260
|
+
|
|
1106
1261
|
|
|
1107
1262
|
## 0.5.0 (2018-03-01)
|
|
1108
1263
|
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1264
|
+
* Release of version: v0.5.0 [8505962]
|
|
1265
|
+
* Docs: Chaged order in README.md [0fc36df]
|
|
1266
|
+
* Docs: Updated README.md [91f8d95]
|
|
1267
|
+
* Update: changed Mdg2WebSocketConnection to Mdg2Connection [cf7bb19]
|
|
1268
|
+
* Update: extracted cache from mdg2Client to its own MemotyCache implementation; added StorageCache [2805700]
|
|
1269
|
+
* Update: moved connection layer out [f45350a]
|
|
1270
|
+
* Update: renamed MemoryCache to RuntimeCache; let StorageCache extend from RuntimeCache; add option t [5ee061f]
|
|
1271
|
+
* Update: replaced mocha test setup with karma setup; updated unit and functional tests [68403c1]
|
|
1272
|
+
|
|
1273
|
+
|
|
1117
1274
|
|
|
1118
1275
|
## 0.4.0 (2018-02-08)
|
|
1119
1276
|
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1277
|
+
* Release of version: v0.4.0 [91f4b29]
|
|
1278
|
+
* replaced getSomething with getter functions and replaced pushClient check for message type with guar [5feeeb8]
|
|
1279
|
+
* Update: added comment to "ts-ignore", added types definitions, sorted import order [ecf83d1]
|
|
1280
|
+
* Update: fixed remaining linting errors [65aa652]
|
|
1281
|
+
* Update: Improved code to be aligned with tslint rules [92b9802]
|
|
1282
|
+
* Update: improved code; added more guards [8b62add]
|
|
1283
|
+
* Update: improved test coverage [cc25558]
|
|
1284
|
+
* Update: made responseData private [7e07f70]
|
|
1285
|
+
* Update: moved functionality to resolve the dataset from the FieldService to the TransportLayerClient [aa72838]
|
|
1286
|
+
* Update: moved TransportLayerClientRequestHeader from ./message/ to ./message/request/util/ [6bedbd7]
|
|
1287
|
+
* Update: moved update messages from ./message/update to ./message/response/update [ad7f090]
|
|
1288
|
+
* Update: removed uneccessary constructors [dcac589]
|
|
1289
|
+
* Update: renamed Mdg2Request to AbstractMdg2Request [1904394]
|
|
1290
|
+
* Update: renamed MessageFactory to ResponseFactory [6bef57b]
|
|
1291
|
+
* Update: renamed method getIdFieldInstace to getFieldInstanceId [76522a0]
|
|
1292
|
+
* Update: updated dependencies [3035ae5]
|
|
1293
|
+
* New: added karma setup to run tests after update [8498496]
|
|
1294
|
+
* Docs: fixed documentation failure. [b7b3297]
|
|
1295
|
+
|
|
1296
|
+
|
|
1138
1297
|
|
|
1139
1298
|
## <small>0.3.1 (2018-01-29)</small>
|
|
1140
1299
|
|
|
1141
|
-
|
|
1142
|
-
|
|
1300
|
+
* Release of version: v0.3.1 [2d28729]
|
|
1301
|
+
* Update: cleaned up imports and moved rxjs operators to pushClient [b26cc98]
|
|
1302
|
+
|
|
1303
|
+
|
|
1143
1304
|
|
|
1144
1305
|
## 0.3.0 (2018-01-25)
|
|
1145
1306
|
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1307
|
+
* Release of version: v0.3.0 [294dc3d]
|
|
1308
|
+
* Update: major upgrade - improved and cleaned up complete codebase. [c572118]
|
|
1309
|
+
* Docs: added documentation for how to use the library within a webpack project that makes use of ugli [8d3ffd6]
|
|
1310
|
+
* Docs: fixed code example to align with interface IField [034d020]
|
|
1311
|
+
|
|
1312
|
+
|
|
1150
1313
|
|
|
1151
1314
|
## 0.2.0 (2018-01-09)
|
|
1152
1315
|
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1316
|
+
* Initial Commit [470808e]
|
|
1317
|
+
* Release of version: v0.2.0 [346d4fb]
|
|
1318
|
+
* Update: changed quality type, emitted first observable result, added response.findeValues method [1e97090]
|
|
1319
|
+
* Update: release of version 0.1.2 [edd26cb]
|
|
1320
|
+
* Update: updated lint task to use lint-standards repo; updated release task to newer version. [1bebb60]
|
|
1321
|
+
* Update: updated Readme; fixed subscriptions [2950c68]
|
|
1322
|
+
* Feature: removed observe() from Mdg2Client and created a PushClient; added fieldInstanceId cache to [00f88e1]
|
|
1323
|
+
* Docs: update Readme [0a3ead8]
|
|
1324
|
+
* Fix: added babel-loader for Datamodel files, in order to uglify them [a46f007]
|
|
1325
|
+
* Fix: creection of the repository reference [57b9823]
|
|
1326
|
+
|
|
1327
|
+
|
|
1328
|
+
|