Skip to content

v1.4.0

Compare
Choose a tag to compare
@vlastahajek vlastahajek released this 17 Jul 12:36
· 340 commits to master since this release

Breaking changes

  1. #156 Fixing Go naming and code style violations:
  • Introducing new *API interfaces with proper name of types, methods and arguments.
  • This also affects the Client interface and the Options type.
  • Affected types and methods have been deprecated and they will be removed in the next release.

Bug fixes

  1. #152 Allow connecting to server on a URL path
  2. #154 Use idiomatic go style for write channels (internal)
  3. #155 Fix panic in FindOrganizationByName in case of no permissions