Skip to content

Commit 5ea4370

Browse files
Changelog for v3.1.0 (#819)
<!-- The PR description should answer 2 (maybe 3) important questions: --> ### What Update version and changelog
1 parent d0cd20d commit 5ea4370

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace]
22
resolver = "2"
33

4-
package.version = "3.0.0"
4+
package.version = "3.1.0"
55
package.edition = "2021"
66
package.license = "Apache-2.0"
77

changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
### Added
66

7+
### Changed
8+
9+
### Fixed
10+
11+
## [v3.1.0] - 2025-08-01
12+
13+
### Added
14+
715
- Added optimizations to make sure nested `Or` and `And` values create balanced trees to improve memory usage.
816

917
- Added optimization to flatten a set of `Or` equals comparisons into an `In` call
@@ -421,7 +429,8 @@ Initial release.
421429

422430
<!-- end -->
423431

424-
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v3.0.0...HEAD
432+
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v3.1.0...HEAD
433+
[v3.1.0]: https://github.com/hasura/ndc-postgres/releases/tag/v3.1.0
425434
[v3.0.0]: https://github.com/hasura/ndc-postgres/releases/tag/v3.0.0
426435
[v2.1.1]: https://github.com/hasura/ndc-postgres/releases/tag/v2.1.1
427436
[v2.1.0]: https://github.com/hasura/ndc-postgres/releases/tag/v2.1.0

0 commit comments

Comments
 (0)