Skip to content
  • Charles Samborski's avatar
    [release] v0.14.4 · d66e1a41
    Charles Samborski authored
    - **[Feature]** Add `HttpJson` Opentelemetry exporter. This uses the OTLP JSON-over-HTTP format and
      uses the same options as the `Grpc` exporter.
    - **[Fix]** Refactor API errors, start conversion such that all errors have a code and description.
    - **[Fix]** Improve OAuth token claim errors, especially around time period validation.
    - **[Fix]** Update to Opentelemetry `0.25`.
    - **[Internal]** Implement `sqlx` error wrapper supporting `Clone` and `Eq`.
    - **[Internal]** Update Docker images used in Gitlab CI.
    - **[Internal]** Remove `AnyError` error type. All errors are now `Clone` and `Eq`.
    d66e1a41
This project manages its dependencies using Cargo. Learn more