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