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