v2.2.0-stable Release
about 4 years ago by Steve Duda
v2.2.0-stable of the IDL-Mapper Sidecar was released on 03/01/2022.
Check out the full v2.2 documentation for a complete picture of updates and enhancements
New Features
- Added a temporary message warning that /map endpoint will be deprecated in 2022 and users
should be migrated to /v2/map endpoint. - Idl-mapper runs as non-root user
- Added optional HTTP compression which can be used with the http-compression flag.
- Docker images are also available from private Amazon ECR.
- Updated Sidecar Mapper response error codes. Possible error codes: 400 BadRequest, 404 Not Found, 405 Method Not Allowed
- Added an optional API-key as an extra layer of authentication.
- Added flags warning-threshold and error-threshold for log warning or error when error count reaches predefined threshold. Default threshold for warning - 50%, for error - 90%.
- Added HTTP(S) proxy support. When calling Check-in Service API Sidecar will use a proxy server if configured.
- Added verification type telemetry
- Added optional API authorization.
- Extended /metrics endpoint with expired_envelopes_count and no_content_count fields.
- Added /config endpoint which provides sidecar instance metadata
- Logging notification messages returned from Check-in Service
Changed
- The Sidecar is now built using the most recent go version (go v1.17).
- Updated dependencies
Fixed
- Remove x509ignoreCN env flag dependency
Performance
Note: All stats measured against the /v2/map endpoint without any optional runtime flags enabled.

