Skip to content

Commit

Permalink
Merge branch 'main' into handle-missing-config-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jumaallan authored Aug 8, 2024
2 parents f90f292 + 17524e0 commit 455a279
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@
### Changed
* Remove `prodUrl` and `testURl` from Config model struct since the `prod_url` and `test_url` keys are no longer used in the `smile_config.json` file.

## 10.2.7

### Changed
* All polling methods now return a `AsyncThrowingStream<JobStatusResponse<T>, Error>` and instead of a timeout, if there is no error it'll return the last valid response and complete the stream.

## 10.2.6

### Changed
* Removed `SmileID.setEnvironment()` since the API Keys are no longer shared between environments
* All polling methods now return a `AsyncThrowingStream<JobStatusResponse<T>, Error>` and instead of a timeout, if there is no error it'll return the last valid response and complete the stream.
* Fixed a bug where prep upload would not work for previously attempted API requests


## 10.2.5

#### Fixed
Expand Down

0 comments on commit 455a279

Please sign in to comment.