Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Releases: helpscout/helpscout-api-java

v1.6.2

Choose a tag to compare

@bob983 bob983 released this 14 Apr 10:45

v1.5.1: Bug Fix

Choose a tag to compare

@scalabilitysolved scalabilitysolved released this 28 Oct 17:12

Version 1.5.1 specifically addresses one bug in the Address model where JSON being de-serialized threw an exception as it needed java.util.Date objects in place of java.util.Calendar objects. More detail can be found in the PR (closed) for this bug #14

v1.5.0: Bug Fixes

Choose a tag to compare

@jacobwallace jacobwallace released this 27 Aug 13:54

Version 1.5.0 addresses numerous issues and PRs, and also cleans up many areas of the code base:

  • Identifiers are now of type Long (matching model objects). Old methods using Integer are deprecated.
  • Added support for generics.
  • Lombok-ified many classes.
  • Added toString() methods to model objects.
  • The build now also generates a source JAR.
  • Reformatted code to use spaces instead of tabs.
  • Used Base64 encoder from Apache Commons Codec insead of "sun.misc" package. Fixes issue #2.
  • Initialized ApiClient instance at class-load time and refactored ApiClient.getInstance(). Fixes issue #6.
  • Fixed error in example CreateConversation.java, and also improved exception messages in the case of bad requests. Fixes issue #8.

Thanks to our many contributors who submitted pull requests for this release!

v1.4.0: Reports

Choose a tag to compare

@jacobwallace jacobwallace released this 23 Jun 20:13

Added support for getting reports.

v1.3.13: Update thread text

Choose a tag to compare

@briandame briandame released this 25 Apr 18:19

Added support to update the body text of a thread.

v1.3.12: Search Conversations and Customers

Choose a tag to compare

@briandame briandame released this 04 Mar 20:13

Added support for searching for conversations and customers.

v1.3.11: Get current user

Choose a tag to compare

@briandame briandame released this 04 Feb 14:35

Added a function to get the User associated with the API key used to make the request.

v1.3.10: Delete a Note

Choose a tag to compare

@briandame briandame released this 21 Oct 20:42
  • Added an endpoint to delete a note.