Releases: elasticio/component-commons-library
Releases · elasticio/component-commons-library
3.2.1
- Updated maester-client and other dependencies
3.2.0
- Added new functions:
- isNumberNaN(number)
- timestamp(date)
- isDateValid(date)
- timeToString(date)
- Updated @elastic.io/jsonata-moment to 1.1.6 to fix a vulnerability found in jsonata 1.8.6
3.1.6
- Changed environment variable
API_REQUEST_TIMEOUT
maxValue to 120 sec (used to be 20 sec)
3.1.5
- Updated @elasticio/maester-client to v5.0.1
3.1.4
Add possibility to set RetryOptions for methods getAttachment and uploadAttachment on AttachmentProcessor class.
3.1.2
Update jsonata-moment to 1.1.5 to support Jsonata 1.8.6
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.0
Upload attachments through Maester (#56)
1.2.0
- Added
fetchAllSecretsForWorkspace
method to PlatformApiLogicClient