Conversation
# [3.17.0-beta.1](v3.16.0...v3.17.0-beta.1) (2026-02-11) ### Features * move data engine to a standalone package without react dependency [LIBS-711] ([#1392](#1392)) ([f16c5c8](f16c5c8))
# [3.17.0-beta.2](v3.17.0-beta.1...v3.17.0-beta.2) (2026-02-11) ### Features * support api key authentication and automatic query alias creation ([#1418](#1418)) ([6e8e9f6](6e8e9f6))
|
🎉 This PR is included in version 3.17.0-beta.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
|
* chore: bump cli-style * chore: move from cli-style to shared configs
# [3.17.0-beta.3](v3.17.0-beta.2...v3.17.0-beta.3) (2026-04-15) ### Bug Fixes * move from cli-style to shared configs ([#1434](#1434)) ([9a08180](9a08180))
|
🎉 This PR is included in version 3.17.0-beta.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
and make GH workflow run on push and pull_request events
# [3.17.0-beta.4](v3.17.0-beta.3...v3.17.0-beta.4) (2026-04-16) ### Bug Fixes * linting issue ([#1435](#1435)) ([38ef33d](38ef33d))
|
🎉 This PR is included in version 3.17.0-beta.4 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
|
|
🎉 This PR is included in version 3.17.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |







This is the beta->master release of two features - see #1392 and #1418
To test, see standalone-engine-test.js (runnable in Node with --url and --apiKey arguments) and fetchData.aliasing.test.ts (runnable with Jest)
DataEngine docs can be found here