Skip to main content

CHANGELOG

1.0.7 (2026-07-14)

Bug Fixes

  • limit SmartCheckFinishedConsumer (31aaff69), refs: ADI-2591 ADI-2593
    • limiting SmartCheckFinishedConsumer processing rate
    • enabling db connection pooling
    • removing DataSourceProvider
    • Roles.json as embedded resource

1.0.6 (2026-07-09)

Bug Fixes

  • reuse a NpgsqlDataSource instance for the same connection string (4ea52ce4), refs: ADI-2591

1.0.5 (2026-07-02)

Bug Fixes

  • limit smart check request http handler (acf675bc), refs: ADI-2591
    • fix: limit smart check request http handler
    • default to http 2
    • max connections per server to 10
    • pooled connections to 10
    • pooled connection idle timeout to 10 seconds
    • handler lifetime to infinite

1.0.4 (2026-07-01)

Bug Fixes

  • RFC 9457, disable DB pooling (efb25ccb), refs: ADI-2574
    • limit database connection count
    • disable tenant database connection pooling
    • limit integration message consumption concurrency to 10
    • all endpoints follow RFC 9457

1.0.3 (2026-05-20)

Bug Fixes

1.0.2 (2026-05-14)

Bug Fixes

  • status endpoints fail (9f2c570), refs: ADI-2229
    • fix: status endpoints fail
    • add null conditional operator for EndpointData in ImpersonateService

1.0.1 (2026-05-12)

Bug Fixes