Skip to content

Releases: qlik-oss/enigma-go

Release v4.2.0

14 May 09:13
Compare
Choose a tag to compare

Updates based on recent qix-spec changes and minor package updates.

What's Changed

  • feat: update based on qix-spec (#325)
  • chore: update dependencies (#324 )

Full Changelog: v4.1.0...v4.2.0

Release v4.1.0

01 Mar 10:31
Compare
Choose a tag to compare

This release adds support for suspended events and also includes security-updates

What's Changed

Full Changelog: v4.0.1...v4.1.0

Release v4.0.1

18 Jul 13:26
Compare
Choose a tag to compare

This release fixes the go module from the v4.0.0 that wasn't correctly updated.

What's Changed

Full Changelog: v4.0.0...v4.0.1

Release v4.0.0

18 Jul 07:42
Compare
Choose a tag to compare

New major release for enigma-go. This is due to the change of the function-signature of CancelReload which now takes a parameter. This is breaking change since the parameter will be required and any code using the function will have to adapt to the new functionality.

What's Changed

  • chore: update enigma with QIX-RPC v. 12.1777.0 by @glooms in #307

Full Changelog: v3.7.0...v4.0.0

Release v3.7.0

24 Apr 06:43
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update github.com/jaytaylor/html2text digest to 74c2419 by @renovate in #302
  • chore: generate enigma-go based on engine v12.1678.0 by @wennmo in #303

Full Changelog: v3.6.0...v3.7.0

Release v3.6.0

07 Mar 09:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.6.0

Release v3.5.0

28 Nov 10:44
Compare
Choose a tag to compare

Updating to latest released Engine JSON-RPC specification.

v3.4.0

01 Aug 06:49
Compare
Choose a tag to compare
Release: v3.4.0 for QIX schema version 12.1425.0

Release v3.3.0

23 May 10:28
Compare
Choose a tag to compare

Release: v3.3.0 for QIX schema version 12.1373.0

Release v3.2.0

14 Feb 13:59
Compare
Choose a tag to compare

Context handling improvment:

  • Contexts with httptrace.ClientTrace should now be fully supported.