Releases: elasticio/component-commons-library
Releases · elasticio/component-commons-library
4.0.0
- BREAKING CHANGE – All clients named
*RestClient
have been removed except forPlatformApiRestClient
. Any removed client logic should now be implemented within components. PlatformApiRestClient
has been migrated from therequest
library toaxios
.- The following libraries have been removed from the main dependencies:
- @elastic.io/ntlm-client
- async
- bunyan-serializers
- elasticio-node
- better-npm-audit
- remove-leading-slash
- remove-trailing-slash
- request
- The
axiosReqWithRetryOnServerError
function can now operate without requiring a context.
3.2.2
3.2.1
3.2.0
3.1.6
3.1.5
3.1.4
Add possibility to set RetryOptions for methods getAttachment and uploadAttachment on AttachmentProcessor class.
3.1.2
3.1.0
- Added method fetchSecretById for PlatformApiLogicClient
- Added method refreshTokenBySecretId for PlatformApiLogicClient
- Added User-Agent headers to PlatformApiRestClient
- Added new REST client FacelessRestClient
2.0.2
- Fix dependencies