Skip to content

Commit

Permalink
update changelog for v2024.07.18 (#854)
Browse files Browse the repository at this point in the history
<!-- The PR description should answer 2 (maybe 3) important questions:
-->

### What

update changelog for new release

### How

:)

V3_GIT_ORIGIN_REV_ID: 6620f9923f393d190f0f2fab1aced1cff4d6aec0
  • Loading branch information
paritosh-08 authored and hasura-bot committed Jul 18, 2024
1 parent 34d1ac5 commit 5a59887
Showing 1 changed file with 31 additions and 20 deletions.
51 changes: 31 additions & 20 deletions v3/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,13 @@

## [Unreleased]

### Fixed

- Fixed a bug where command targeted relationships were not using the Open DD
argument name instead of the data connector's argument name when querying the
data connector

## [v2024.07.10]
### Added

### Fixed

- Build-time check to ensure boolean expressions cannot be built over nested
array fields until these are supported.

- Fixes a bug with variable nullability coercion. Specifically, providing a
non-null variable for a nullable field should work, as all non-nullable
variables can be used as nullable variables via "coercion".

- Fixes a bug where data connectors without the `foreach` capability were not
allowed to create local relationships
### Changed

## [v2024.07.04]
## [v2024.07.18]

### Added

Expand Down Expand Up @@ -62,6 +48,30 @@ By incorporating remote relationships into the where expression, you can
seamlessly query and filter data that spans across multiple data sources, making
your GraphQL queries more versatile and powerful.

### Fixed

- Build-time check to ensure boolean expressions cannot be built over nested
array fields until these are supported.

- Fixed a bug where command targeted relationships were not using the Open DD
argument name instead of the data connector's argument name when querying the
data connector

## [v2024.07.10]

### Fixed

- Fixes a bug with variable nullability coercion. Specifically, providing a
non-null variable for a nullable field should work, as all non-nullable
variables can be used as nullable variables via "coercion".

- Fixes a bug where data connectors without the `foreach` capability were not
allowed to create local relationships

## [v2024.07.04]

### Added

- Query Usage Analytics - usage analytics JSON data is attached to `execute`
span using `internal.query_usage_analytics` attribute

Expand Down Expand Up @@ -219,7 +229,8 @@ Initial release.

<!-- end -->

[Unreleased]: https://github.com/hasura/v3-engine/compare/v2024.06.13...HEAD
[v2024.06.13]: https://github.com/hasura/v3-engine/releases/tag/v2024.06.13
[v2024.07.04]: https://github.com/hasura/v3-engine/releases/tag/v2024.07.04
[Unreleased]: https://github.com/hasura/v3-engine/compare/v2024.07.18...HEAD
[v2024.07.18]: https://github.com/hasura/v3-engine/releases/tag/v2024.07.18
[v2024.07.10]: https://github.com/hasura/v3-engine/releases/tag/v2024.07.10
[v2024.07.04]: https://github.com/hasura/v3-engine/releases/tag/v2024.07.04
[v2024.06.13]: https://github.com/hasura/v3-engine/releases/tag/v2024.06.13

0 comments on commit 5a59887

Please sign in to comment.