Releases: belong-inc/go-hubspot
Releases · belong-inc/go-hubspot
v0.9.0
What's Changed
- Add NewBool function to convert regular bool to hubspot boolean by @marcopollivier in #32
New Contributors
- @marcopollivier made their first contribution in #32
Full Changelog: v0.8.0...v0.9.0
v0.8.0
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 toHsInt
.
- Fixed the ability to bind string format numbers (e.g.
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
Summary
API Update
- Support CRM Company API.
Other
- Added tool to generate model from HubSpot field list CSV.
- Please refer to README.md for Usage.
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
Summary
API update
- The following APIs have been implemented in Beta.
- CRM Tickets API
What's Changed
- Add support for CRM/Tickets API endpoints by @sblackstone in #21
- Update README.md by @kk-no in #22
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Summary
General update
- Upgrade go.mod directive version to
1.16
. - Option argument added to
Delete()
forhubspot.Client
. - ContentType argument added to
NewRequest()
andCreateAndDo()
forhubspot.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
- Add delete contact functionality by @moses-lee in #15
- Support for the CRM imports API by @sblackstone in #14
- upgrade go and toolset version and run formatter by @kk-no in #18
- CRM Schemas/Properties CRUD support by @sblackstone in #17
- Update README.md and add const for mimetype by @kk-no in #20
New Contributors
- @moses-lee made their first contribution in #15
Full Changelog: v0.4.0...v0.5.0
v0.4.0
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
- @sblackstone made their first contribution in #12
Full Changelog: v0.3.0...v0.4.0
v0.3.0
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
- @shigwata made their first contribution in #9
- @thenoakes made their first contribution in #10
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.1
v0.1.0
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.