Releases: qlik-oss/enigma-go
Releases · qlik-oss/enigma-go
Release v4.2.0
Updates based on recent qix-spec changes and minor package updates.
What's Changed
Full Changelog: v4.1.0...v4.2.0
Release v4.1.0
Release v4.0.1
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
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: v3.7.0...v4.0.0
Release v3.7.0
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
What's Changed
- chore: fetch latest specs by @qlikossbuild in #295
- chore: fetch latest specs by @qlikossbuild in #296
- chore: fetch latest specs by @qlikossbuild in #297
- chore: fetch latest specs by @qlikossbuild in #298
- chore(deps): bump golang.org/x/net from 0.0.0-20221014081412-f15817d10f9b to 0.7.0 by @dependabot in #301
- chore: fetch latest specs by @qlikossbuild in #299
New Contributors
- @dependabot made their first contribution in #301
Full Changelog: v3.5.0...v3.6.0
Release v3.5.0
Updating to latest released Engine JSON-RPC specification.
v3.4.0
Release v3.3.0
Release: v3.3.0 for QIX schema version 12.1373.0
Release v3.2.0
Context handling improvment:
- Contexts with
httptrace.ClientTrace
should now be fully supported.