Skip to content

v1.1.2

Compare
Choose a tag to compare
@Aetopia Aetopia released this 18 Jun 18:19
· 180 commits to main since this release
a8a9493

Changes

  • Replace asynchronous code with synchronous code.
  • Refine JSON Deserialization.
  • Use WebClient instead of HttpClient.
    • Even the official documentation recommends HttpClient over WebClient, WebClient suffices the needs of the project.