cube.js v0.29.0 Release Notes

Release Date: 2021-12-14 // over 2 years ago
  • 🔋 Features

    • 0️⃣ Reuse queue by default for multi-tenancy instead of creating it per tenant (f2a2fb9)
    • playground: GraphiQL sandbox. Allow using the cube GraphQL API (#3810) (1f39042)

    ⏪ Reverts

    🐛 Bug Fixes

    chore

    💥 BREAKING CHANGES

    • Before this change querying queue was created for each tenant
    • ⬇️ Drop support for Node.js 10 (12.x is a minimal version)
    • ⬆️ Upgrade Node.js to 14 for Docker images
    • ⬇️ Drop support for Node.js 15
    • ⬇️ drop Angular 10/11 support
    • client-core: All undefined/null measure values will now be converted to 0