Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

1.9.0

Compare
Choose a tag to compare
@pjenvey pjenvey released this 26 Oct 00:15
· 101 commits to main since this release
1.9.0
c17d733

Chore

Features

Doc

Bug Fixes

  • don't panic gen_range with an empty range (#428) (c6218b1d, closes #427)
  • Add get_id_token function and Authorization header (7e1f090c)
  • add check for image_hosts (#378) (f9649c50)

Test

  • add contract tests for tiles caching (#431) (8e43e071)
  • update contract-tests sequence diagram (#426) (8ab95c12)
  • add capability to specify service in client scenarios step (#422) (9d95f7ef)
  • add capability of querying and clearing record of requests to partner API (#415) (0b9c0f7d)
  • Merge contile-integration-test repository into contile (885c9786)
  • upgrade contile-integration-tests Docker images v22.1.2 (#398) (82100167)
  • rename contile integration tests to contract tests (#391) (e4d93310)
  • return JSON in response content for smoke tests (#395) (c5fa2abc)

Refactor

  • Use async friendly RwLocks in async code paths (#394) (64a401b7)