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