Skip to content

0.44.0 - Release - Clickhouse support, Postgres smart parser ui tweaks, dependency updates

Latest
Compare
Choose a tag to compare
@hkdeman hkdeman released this 20 Dec 20:42

__ Generated By Clidey's Auto GitHub Release__

Features:

  • Clickhouse support 🥳 (yay! let us know if you run into any bugs)
  • Add smart parsing Postgres URL (a big thanks to @HarshDodiya1)

Security Fixes [Availability]

  • Fix memory unbound consumption bug (a big thanks to @thevilledev)

Maintenance:

  • Small UI tweaks 🎨
  • Dependency updates :dependabot:
  • Move to Parcel for better build performance (fix up the file server to work with the new bundle)
  • Make the notification styling matching Clidey platform's.

What's Changed

  • add ClickHouse support by @modelorona in #211
  • update clickhouse raw execute query to use params by @modelorona in #264
  • build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /frontend by @dependabot in #263
  • build(deps): bump rollup from 2.79.1 to 2.79.2 in /frontend by @dependabot in #262
  • build(deps): bump dset from 3.1.3 to 3.1.4 in /frontend by @dependabot in #261
  • build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /frontend by @dependabot in #260
  • build(deps): bump gorm.io/driver/postgres from 1.5.9 to 1.5.11 in /core by @dependabot in #254
  • build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.19 to 2.5.20 in /core by @dependabot in #250
  • build(deps): bump github.com/99designs/gqlgen from 0.17.56 to 0.17.57 in /core by @dependabot in #249
  • build(deps): bump @types/react-dom from 18.3.0 to 18.3.1 in /frontend by @dependabot in #246
  • build(deps-dev): bump @types/lodash from 4.17.12 to 4.17.13 in /frontend by @dependabot in #244
  • build(deps): bump @testing-library/jest-dom from 6.6.2 to 6.6.3 in /frontend by @dependabot in #242
  • build(deps): bump ws from 7.5.9 to 7.5.10 in /frontend by @dependabot in #267
  • build(deps): bump micromatch from 4.0.7 to 4.0.8 in /frontend by @dependabot in #266
  • build(deps): bump express from 4.19.2 to 4.21.2 in /frontend by @dependabot in #259
  • build(deps): bump webpack from 5.92.0 to 5.97.1 in /frontend by @dependabot in #265
  • build(deps): bump @apollo/client from 3.11.8 to 3.12.2 in /frontend by @dependabot in #257
  • build(deps): bump react-router-dom from 6.27.0 to 7.0.2 in /frontend by @dependabot in #253
  • build(deps-dev): bump tailwindcss from 3.4.14 to 3.4.16 in /frontend by @dependabot in #270
  • build(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /core by @dependabot in #283
  • build(deps): bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 in /core by @dependabot in #282
  • build(deps): bump github.com/99designs/gqlgen from 0.17.57 to 0.17.60 in /core by @dependabot in #277
  • build(deps): bump gorm.io/driver/sqlite from 1.5.6 to 1.5.7 in /core by @dependabot in #276
  • build(deps): bump @testing-library/react from 16.0.1 to 16.1.0 in /frontend by @dependabot in #274
  • build(deps): bump nanoid from 3.3.7 to 3.3.8 in /frontend by @dependabot in #279
  • build(deps): bump @highlight-run/react from 7.0.3 to 8.0.2 in /frontend by @dependabot in #273
  • build(deps-dev): bump @graphql-codegen/typescript from 4.1.1 to 4.1.2 in /frontend by @dependabot in #272
  • Update README.md using remote ollama server by @learningpro in #251
  • feat(auth): fix dos attack bug by @hkdeman in #293
  • [FR] Added feature to automatically parse postgres url when pasting by @HarshDodiya1 in #255

New Contributors

Full Changelog: 0.43.0...0.44.0