v0.15.7

ConduitPlatform/Conduitv0.15.7Nov 25, 2022by kkopanidis

AI Summary

This release (v0.15.7) of Conduit adds several new features including raw query support for database operations, request params splitting functionality, and route field descriptions support, while also improving Redis compatibility and fixing various bugs related to body parameters in GET requests.

Key Highlights

  • Added raw query support for database operations (database, grpc-sdk)
  • Implemented request params split across grpc-sdk, hermes, admin, and router
  • Added route field descriptions support (hermes, grpc-sdk)
  • Improved Redis support with new options compatibility
  • Fixed body parameters handling in GET requests

New Features

  • Raw query support for database operations
  • Route field descriptions support
  • Request parameters splitting functionality
  • Improved Redis support with new options compatibility
  • Custom endpoints location enum for database

Full Release Notes

## What's Changed
* build: docker compose rename default mongodb db by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/437
* build: simplify compose volume names by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/438
* build(deps): bump engine.io from 6.2.0 to 6.2.1 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/440
* build(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/441
* fix(database): body params getting in GET requests by @sdimitris in https://github.com/ConduitPlatform/Conduit/pull/442
* feat(hermes,grpc-sdk): route field descriptions support by @sdimitris in https://github.com/ConduitPlatform/Conduit/pull/439
* Improved redis support by @SotiriaSte in https://github.com/ConduitPlatform/Conduit/pull/435
* fix(router,admin,hermes): new redis options compatibility by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/443
* fix(grpc-sdk): missing fs-extra by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/444
* refactor(database): custom endpoints location enum by @sdimitris in https://github.com/ConduitPlatform/Conduit/pull/448
* feat(database,grpc-sdk): raw query support by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/445
* feat(grpc-sdk,hermes,admin,router): request params split by @SotiriaSte in https://github.com/ConduitPlatform/Conduit/pull/446


**Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.15.6...v0.15.7