Enigma Go Versions Save

Go library for consuming Qlik's Associative Engine.

v4.1.0

2 months ago

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

What's Changed

  • feat: Support suspend list (#315) by @DnlLrssn
  • chore: update dependencies (#319) by @glooms
  • chore: generate code & bump to golang 1.21 (#316) by @glooms

Full Changelog: https://github.com/qlik-oss/enigma-go/compare/v4.0.1...v4.1.0

v4.0.1

10 months ago

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

What's Changed

Full Changelog: https://github.com/qlik-oss/enigma-go/compare/v4.0.0...v4.0.1

v4.0.0

10 months ago

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

Full Changelog: https://github.com/qlik-oss/enigma-go/compare/v3.7.0...v4.0.0

v3.7.0

1 year ago

What's Changed

Full Changelog: https://github.com/qlik-oss/enigma-go/compare/v3.6.0...v3.7.0

v3.6.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/qlik-oss/enigma-go/compare/v3.5.0...v3.6.0

v3.5.0

1 year ago

Updating to latest released Engine JSON-RPC specification.

v3.4.0

1 year ago

v3.3.0

1 year ago

Release: v3.3.0 for QIX schema version 12.1373.0

v3.2.0

2 years ago

Context handling improvment:

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

v3.1.0

2 years ago

Performance improvements to JSON encoding/decoding:

  • Now using github.com/goccy/go-json instead of the standard encoding/json package.
  • Float64 custom encoding/decoding now uses the strconv package directly.