v0.14.2

ConduitPlatform/Conduitv0.14.2Jul 21, 2022by kkopanidis

AI Summary

This release (v0.14.2) focuses on database improvements for ConduitPlatform. It removes support for certain SQL databases by cleaning up related packages and introduces a new feature that converts JSON to JSONB type for PostgreSQL databases, which improves query performance.

Key Highlights

  • Removed packages for unsupported SQL databases (cleanup/maintenance task)
  • Added JSON to JSONB type conversion for PostgreSQL databases
  • Improved PostgreSQL database performance through JSONB type usage

New Features

  • Convert JSON to JSONB type in model for Postgres Databases

Full Release Notes

## What's Changed
* chore: remove packages for Unsupported SQL Databases by @Michael-Vol in https://github.com/ConduitPlatform/Conduit/pull/254
* feat(database): Convert JSON to JSONB type in model for Postgres Databases  by @Michael-Vol in https://github.com/ConduitPlatform/Conduit/pull/253


**Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.14.1...v0.14.2