Skip to content

Releases: belong-inc/go-hubspot

v0.9.0

22 May 01:04
f288b6c
Compare
Choose a tag to compare

What's Changed

  • Add NewBool function to convert regular bool to hubspot boolean by @marcopollivier in #32

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

08 Feb 04:44
d62f156
Compare
Choose a tag to compare

Summary

API Update

  • Support Conversation Visitor Identification API.

Bugfix

  • Fix HsInt Marshal/Unmarshal process.
    • Fixed the ability to bind string format numbers (e.g. "0") returned by HubSpot to HsInt.

What's Changed

  • Visitor Identification module added. by @Sehbaz in #28
  • Implements Unmarshaler and Stringer interface for HsInt by @kk-no in #29
  • update README.md by @kk-no in #31

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

15 Nov 01:36
4f48fed
Compare
Choose a tag to compare

Summary

API Update

  • Support CRM Company API.

Other

  • Added tool to generate model from HubSpot field list CSV.

What's Changed

  • Add support for companies CRM API calls by @joidegn in #23
  • Add default properties for company object by @kk-no in #24

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

12 Jul 01:45
234ec35
Compare
Choose a tag to compare

Summary

API update

  • The following APIs have been implemented in Beta.
    • CRM Tickets API

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

27 Apr 04:14
e7c15ab
Compare
Choose a tag to compare

Summary

General update

  • Upgrade go.mod directive version to 1.16.
  • Option argument added to Delete() for hubspot.Client.
  • ContentType argument added to NewRequest() and CreateAndDo() for hubspot.Client.

API update

  • Contact delete API is now available.
  • The following APIs have been implemented in Beta.
    • CRM Imports/Schemas/Properties API

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

09 Feb 10:38
afef880
Compare
Choose a tag to compare

Summary

  • Marketing transactional email is now available.
  • README.md and example updated.

What's Changed

  • Add support for hubspot single email send via marketing/transactional endpoint. by @sblackstone in #12
  • Add transactional email to README.md and example_test.go by @kk-no in #13

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

25 Oct 09:01
f64c04f
Compare
Choose a tag to compare

Summary

  • Private app authentication is now available.
  • hubspot.SetAPIKey is deprecated. Please see HubSpot official document for more information.
  • README.md and test updated.

What's Changed

  • Fix typos by @shigwata in #9
  • Allow use of private app for authentication by @thenoakes in #10
  • Add deprecated comments to SetAPIKey and replace usages by @kk-no in #11

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

08 Jun 06:07
9b2ab52
Compare
Choose a tag to compare

Features

  • Add client of Marketing domain to handle marketing email statistics PR #6

Full Changelog: v0.1.1...v0.2.0

v0.1.1

28 Feb 09:31
bf2c28e
Compare
Choose a tag to compare

Notes

This release is bug fix only.
Changed the receiver of the method to a pointer so that it does not become panic even if it is nil.

v0.1.0

01 Dec 08:37
e78153e
Compare
Choose a tag to compare

Notes

This release includes support for the following. You will need to prepare the necessary information for API Key or OAuth refresh token flow in advance. Also, structures are passed as interfaces{} when using each API, type assertions to concrete types are required. This is to support the use of custom fields. Please refer to the README for detailed instructions.

  • Contact and Deal API (Get/Create/Update).
  • Associate CRM Objects API.
  • Default field and Custom field can be used.
  • API Key and OAuth refresh token flow are available.