Skip to content

Releases: citilinkru/camunda-client-go

Fixed invalid QueryFetchAndLock.ProcessVariables type

21 Nov 00:11
Compare
Choose a tag to compare

What's Changed

  • closes #23 Fixed invalid QueryFetchAndLock.ProcessVariables type by @liderman in #31

Full Changelog: v2.3.2...v2.3.3

v2.3.2

20 Nov 23:21
Compare
Choose a tag to compare

What's Changed

  • Fixed QueryFetchAndLockTopic with TenantIdIn by @liderman in #30
  • Added integration tests

Full Changelog: v2.3.1...v2.3.2

Fixed process instance get variable list

14 Nov 11:06
Compare
Choose a tag to compare
  • Fixed process instance get variable list

Full support API Process Instance

26 Sep 17:13
Compare
Choose a tag to compare
  • Full support API Process Instance
  • Migrate from TravisCI to Github Actions
  • Update linters

History API

30 Aug 10:58
Compare
Choose a tag to compare
  • Added new method History.GetProcessInstance
  • Added example for use method History.GetProcessInstance

Fixed vendoring for major version 2

23 Mar 10:29
Compare
Choose a tag to compare
v2.1.1

updated version in go.mod and readme.md

Added new method send message as a new service

23 Mar 09:15
Compare
Choose a tag to compare
v2.1.0

added send message method

Fixed Unmarshal error for ExternalTask.GetList* methods

08 Jan 16:11
Compare
Choose a tag to compare

Fixed Unmarshal error for methods:

  • ExternalTask.GetList
  • ExternalTask.GetListPost

Added support for go modules solving many problems

30 Aug 21:54
Compare
Choose a tag to compare
  • fixed issues #16 #13
  • Added information on contributing
  • Added examples of running tests
  • A little refactoring
  • Added linter rules

Added progressive timeout on connection error

08 Dec 22:05
Compare
Choose a tag to compare
v1.1.2

sleep when retrying to pull external tasks