Skip to content

2.3.1

Compare
Choose a tag to compare
@guanguans guanguans released this 08 Mar 10:21
· 155 commits to main since this release

2.3.1 - 2024-03-08

Feat

  • Utils: Add userAgent method to generate user agent string
  • httpclient: Add User-Agent header to HTTP requests

Refactor

  • Authenticator: improve constructor logic
  • HasHttpClient: adjust multipart options handling
  • HasHttpClient: Improve HTTP client options handling
  • Utils: improve multipartFor method
  • Utils: Improve handling of contents in Utils class

Test

  • AuthenticatorTest: add tests for Authenticator class