Skip to content

Freshdesk Freshdesk: Downloads

Summary

You can download all the supported plugin releases from this page.

The change log for each version series can be found under the download link & hash.

See the versioning scheme for compatibility information.

Releases

Version 4.0.0

Download: freshdesk-4.0.0.tgz

SHA256: 71e95db71c4abf9726e5819f3dbaefb412d9694de99a53bcbe6f99d510bec491

Series History

See the revision history for series 4.0.x below

Revisions
4.0.0 - 15/11/2022

Changed

  • Add support for alpine-3.16

  • Drop support for alpine-3.12

Version 3.2.0

Download: freshdesk-3.2.0.tgz

SHA256: b706eaa0bd117a116e635f792ee81242cb36803ba1fe2741d8aed3f85dd4dc7d

Series History

See the revision history for series 3.2.x below

Revisions
3.2.0 - 07/11/2022

Changed

  • Update dependencies

Version 3.1.0

Download: freshdesk-3.1.0.tgz

SHA256: 363c3144624585ddb63dc8d5c8d5695fa7076184b2a24b1368f14bec522de787

Series History

See the revision history for series 3.1.x below

Revisions
3.1.0 - 01/11/2022

Changed

  • Update dependencies.

Version 3.0.0

Download: freshdesk-3.0.0.tgz

SHA256: 38e83c631d6ba52ea3b39ae4a74509b26024897991729f33bee972fb3ef13d4f

Series History

See the revision history for series 3.0.x below

Revisions
3.0.0 - 15/03/2022

Changed

  • Dropped support for alpine-3.11 (Task Builder v1.x) & added alpine-3.13 (Task Builder v3.x).

Version 2.3.0

Download: freshdesk-2.3.0.tgz

SHA256: c2e28cde5226119aec6adef93d9a25ccd24d03824e409c57aab3904a359863d5

Series History

See the revision history for series 2.3.x below

Revisions
2.3.0 - 30/09/2021

Fixed

  • Fix bug in tickets.assign_to_agent

Version 2.2.0

Download: freshdesk-2.2.0.tgz

SHA256: 51d115cb48d1aff1c6542c3f53191dc74f03ad15c3a267807508bc33b052cf9f

Series History

See the revision history for series 2.2.x below

Revisions
2.2.0 - 08/09/2021

Changed

  • Improved plugin startup speed.

Version 2.1.0

Download: freshdesk-2.1.0.tgz

SHA256: 1960189df45fbf49d21bf0a1f822f01c1525a0523dcb44f9da4cbc55ffd1bb42

Series History

See the revision history for series 2.1.x below

Revisions
2.1.0 - 21/06/2021

Fixed

  • Fix resource Forbidden error to show more user friendly error messages

Version 2.0.0

Download: freshdesk-2.0.0.tgz

SHA256: c03d0d2f387a5ef122d18ac197418944f9ff4fb1102ec7f086c031a7217ee8d0

Series History

See the revision history for series 2.0.x below

Revisions
2.0.0 - 07/06/2021

Added

  • New display, select and select_one actions for display tables

Deprecated

  • output_tables and input_tables deprecated in favour of new display / select tables

Changed

  • All search actions now output a SearchResult dictionary making it easier to use the results.

Versioning Scheme

Plugin versions are in major.minor.patch format.

Major

  • Significant functionality changes
  • May not be backward compatible

Minor

  • Bug fixes
  • Minor functionality changes
  • Backward compatible

Patch

  • No functional changes
  • Reserved for documentation updates