Skip to content

Releases: Rckov/Http2Client-TLS

Http2Client v1.1.4

13 Aug 12:15
e20012a

Choose a tag to compare

Optimized Http2Client Library Loading by @Rckov in #2

What's Changed

Optimized Http2Client to avoid loading the native library on every instance creation. Previously each new client would load the same library separately, which was inefficient.
Now the library loads once at startup with Http2Client.Initialize() and all instances share it.

Changes:

  • Http2Client.Initialize() - one-time library loading
  • Http2Client.IsInitialized - check library status
  • Http2Client.Cleanup() - resource cleanup
  • Removed per-instance library path configuration

Full Changelog: v1.1.3...v1.1.4

Http2Client v1.1.3

10 Aug 19:39

Choose a tag to compare

Full Changelog: v1.0.3...v1.1.3

refactor!: update API and extend functionality

Http2Client v1.0.3

06 Aug 20:45
d2446c3

Choose a tag to compare

What's Changed

  • feat!: update API and extend functionality by @Rckov in #1

New Contributors

  • @Rckov made their first contribution in #1

Full Changelog: https://github.com/Rckov/Http2Client-TLS/commits/v1.0.3