Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 14:55
· 5 commits to main since this release

🚀 Features

  • (client) Optionally customize TLS1.2 cipher suites

🚜 Refactor

  • [breaking] Use omitempty instead of pointers where the zero value has no meaning
  • [breaking] Normalize enums / consts names to go conventions

⚠️ BREAKING CHANGES:

  • use omitempty instead of pointers where the zero value has no meaning
  • normalize enums / consts names to go conventions