Releases: Axway/agent-sdk
Releases · Axway/agent-sdk
v1.0.11
- Improvements in number of API Calls to Central
- Jobs library not uses a backoff timer for consecutive failures
- ConsumerInstance does not lose categories on updates
v1.0.10
APIGOV-17614 - report metrics to CONDOR (#161) * APIGOV-17614 - publish metric events * APIGOV-17614 - cleanup metric event queue * APIGOV-17614 - fix existing tests * APIGOV-17614 - keep track of failing metric pushes, only reset counters for successful publishes * APIGOV-17614 - add publish metric flag and tests * APIGOV-17614 - add validation to metric event tests * APIGOV-17614 - do not count metrics when published disabled, skip event processor on metric events
v1.0.9
v1.0.8
v1.0.20210616
-
Traceability Agent: update default report interval to 15 mins.
-
API Service: added a customizable title pattern for API Service Revisions.
v1.0.20210610
INT - update to new release
v1.0.20210603
Transaction sampling:
- ability to sample the transaction to be sent to Amplify Central per API (refer to
TRACEABILITY_SAMPLING_PER_API
variable - https://github.com/Axway/agent-sdk/blob/main/docs/traceability/index.md#traceability-sampling - the sampling does not take into consideration the transactions in error. Error transactions are always sent to Amplify platform (refer to
TRACEABILITY_SAMPLING_REPORTALLERRORS
variable - https://github.com/Axway/agent-sdk/blob/main/docs/traceability/index.md#traceability-sampling
v1.0.20210520
New available features:
- Customize redaction masking character: ability to customize the masking character for trace redaction (refer to
TRACEABILITY_REDACTION_MASKING_CHARACTERS
variable - https://github.com/Axway/agent-sdk/blob/main/docs/traceability/index.md#traceability-redaction) - Transaction sampling: ability to sample the transaction to be sent to Amplify Central (refer to
TRACEABILITY_SAMPLING_PERCENTAGE
variable - https://github.com/Axway/agent-sdk/blob/main/docs/traceability/index.md#traceability-sampling)
v1.0.20210505
New available features:
- Usage report: ability to sent to Amplify platform the number of transaction the traceability agent is monitoring.
v1.0.20210421
New available feature:
- Trace redaction: ability to redact/sanitize every information sent by traceability agent to Amplify platform. By default everything is redacted. Refer to https://github.com/Axway/agent-sdk/blob/main/docs/traceability/index.md#traceability-redaction