Tuesday, 17 December, 2024
- Fixed a 'fetch' illegal invocation error for browsers.
Tuesday, 12 November, 2024
- Upgraded
cross-fetch
to version4.0.0
. - Added retries on responses with status codes
408
,500
,502
,503
,504
,521
,522
,524
, in addition to handling just429
. - Added retries on request errors with codes
ETIMEDOUT
,ECONNRESET
,EADDRINUSE
,ECONNREFUSED
,EPIPE
,ENOTFOUND
,ENETUNREACH
,EAI_AGAIN
, andECONNABORTED
. - Added a delay fallback for non-number Retry-After headers for
429
responses.
Thursday, 19 September, 2024
- Added
NamedGroupsClient
. OperationsBase
now requires a base path.
Tuesday, 10 September, 2024
- Added
odata
link to theReportLinks
response object interface.
Wednesday, 14 August, 2024
- Removed
groupingAndMappingBasePath
parameter fromOperationsBase
constructor. TheGrouping and Mapping
related clients now read frombasePath
.
Wednesday, 14 August, 2024
CVE-2024-39338
patch.
Thursday, 8 August, 2024
- Updated
carbon-calculation
interfaces and clients to support the new EC3 workflow.- Interfaces matching
EC3(Configuration|Job).*
are used in both workflows. - Interfaces matching
EC3Report(Configuration|Job).*
refer to the old workflow (coupled with reports) - Interfaces matching
EC3Extraction(Configuration|Job).*
refer to the new workflow (coupled with extractions)
- Interfaces matching
Wednesday, 19 June, 2024
- Added ODataTable annotations to the OData metadata response.
Monday, 10 June, 2024
- Exposed IOCLCAJobsClient interface
Wednesday, 3 April, 2024
- Exposed common types
PreferReturn
Tuesday, 2 April, 2024
- Reverted minor version due to incorrect property fields.
Monday, 1 April, 2024
- Re-Added
Undefined
field toDataType
,QuantityType
andCalculatedPropertyType
.
Thu, 28 March, 2024
- New
Metadata
property for all Group CRUD operations.
Fri, 15 March, 2024
- Removed old versions of
Mappings Client
from reporting. - Removed old version of
Extraction Client
from reporting. - Removed old exports from reporting/index.ts
- Added
grouping-and-mapping
folder for new version clients. - Added new
Mappings, Groups, Properties, Extraction, CDM, AuditTrail
clients to grouping-and-mapping. - Added new interfaces for grouping-and-mapping clients.
- Added grouping-and-mapping integration tests and unit tests.
- Updated
GlobalSetup.ts
with new grouping-and-mapping clients. - Updated integration tests to use the new grouping-and-mapping clients.
- Updated exports in
insights-client.ts
to export new clients from grouping-and-mapping. - Moved
Errors.ts
tocommon
folder.
Tuesday, 12 December, 2023
- Fixed
ExtractionLog
message
type.
Tuesday, 12 December, 2023
- Added
GroupCreateCopy
andSourceGroupReference
interfaces. - Added new base path
GROUPING_AND_MAPPING_BASE_PATH
. - Added
copyGroup
function to implement group copying functionaliy.
Tuesday, 19 September, 2023
- Added
ExtractionRunRequest
interface. - Added optional
extractionRequest
parameter inrunExtraction
function to specify Extraction properties.
Tuesday, 12 July, 2023
- Added
AggregationClient
andIAggregationClient
files to clients andAggregationProperties
to interfaces for implementing the aggregation functionalities. - Added funtions in
IReportsClient
,ReportsClient
andReports
to implement the aggregation functionalities. - Added the unit tests and integration tests for the aggregation client functionalities.
Fri, 7 Jul 2023
- Added handling of responses with status code 429 Too Many Requests. Now the client will retry such responses, delaying each retry by the amount of seconds specified in the Retry-After response header. A maximum of 3 attempts will be made per request.
Wed, 5 Jul 2023
-
EC3ConfigurationClient
getConfigurations
return type has been corrected to match actual response.EC3Configuration
>EC3ConfigurationMinimal
Thu, 3 Mar 2023
-
Removed
url
dependency. -
Environment variables for example,
IMJS_URL_PREFIX
, have been removed. -
-
OneClickLCAClient
>OCLCAJobsClient
getOneclicklcaAccessToken
>getOCLCAAccessToken
getOneclicklcaJobStatus
>getOCLCAJobStatus
createOneclicklcaJob
>createJob
-
-
JobCreate
>OCLCAJobCreate
JobCreation
>OCLCAJob
JobCreationResponse
>OCLCAJobSingle
JobLinks
>OCLCAJobLinks
JobStatus
>OCLCAJobStatus
JobStatusLinks
>OCLCAJobStatusLinks
JobStatusResponse
>OCLCAJobStatusSingle
-
- In
OCLCAJobStatus.status
, the typeStatusEnum
and associated namespace were removed and replaced withCarbonUploadState
.
- In
Fri, 25 Nov 2022
- Added missing base path exports.
Tue, 15 Nov 2022
- Added EC3 Jobs client.
- Added EC3 Configurations client.