This changelog documents changes between release tags.
- Enable Aggregates
- Fix filtering across relationships
- Fix github workflow
- Fix order by LOWER cast
- Update to fix a bug to add support for UBigInt, HugeInt, UHugeInt
- Add support for Timestamps with Timezone
- Fix object type mapping on JOINS
- Cast ORDER BY columns to lowercase so that field sorting yields A a B b rather than A B a b
- Bugfix for query builder
- Fix packaging
- Add table comments to descriptions
- Special case Timestamps and BigInt filtering
- Update Documentation for ndc-hub
- Update workflow to publish to registry
- Update SDK version
- Fix versions in connector-definition
- Update workflow to open a PR in ndc-hub
- Update SDK to 5.2.0
- Pin version to 0.1.5
- Bump Version
- Change orderBy to use default casing. (Ordering is case-sensitive and uses underlying implementation which differs from Postgres)
- Remove linux/arm/v7 from platforms
- Add QEMU to Docker workflow
- Bump version
- Add Relationships support
- Fix OrderBy across relationships
- Add Filtering on Relationships
- Ship a multi-arch build
- Update generate-config to use the proper configuration directory
- Update SDK to 4.5.0
- Update packaging to use a Dockerized Command
- Fix generate-config to only re-write the config if the introspection results are different
- Initial Version Tag