Skip to content

Commit

Permalink
Add a changelog for v1.0.2. (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirTalwar committed Aug 12, 2024
1 parent 8e759c0 commit 91a6a39
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 22 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
resolver = "2"

package.version = "1.0.1"
package.version = "1.0.2"
package.edition = "2021"
package.license = "Apache-2.0"

Expand Down
26 changes: 15 additions & 11 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,19 @@

### Changed

- Upgrade ndc-sdk-rs to v0.2.2
[#555](https://github.com/hasura/ndc-postgres/pull/555)
### Fixed

## [v1.0.2]

### Changed

- Upgrade ndc-sdk-rs to v0.3.0, including the following changes:
- Listen on all IPv4 and IPv6 changes by default
[ndc-sdk-rs#22](https://github.com/hasura/ndc-sdk-rs/pull/22)
- Replace the health check with a readiness check
[ndc-sdk-rs#27](https://github.com/hasura/ndc-sdk-rs/pull/27)
- Allow unsecured requests to the `/health` endpoint
[ndc-sdk-rs#27](https://github.com/hasura/ndc-sdk-rs/pull/27)

### Fixed

Expand All @@ -21,8 +32,6 @@
- Support network_supeq and network_subeq by default.
[#541](https://github.com/hasura/ndc-postgres/pull/541)

### Changed

### Fixed

- Generate the comparison operator `_neq`.
Expand All @@ -42,8 +51,6 @@
- Warn when starting the connector with an older configuration version.
[#537](https://github.com/hasura/ndc-postgres/pull/537)

### Fixed

## [v0.8.0]

### Added
Expand All @@ -55,10 +62,6 @@
- Implement native query builder in the CLI plugin.
([#511](https://github.com/hasura/ndc-postgres/pull/511))

### Changed

### Fixed

## [v0.7.1] - 2024-06-20

### Added
Expand Down Expand Up @@ -308,7 +311,8 @@ Initial release.

<!-- end -->

[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.0.2...HEAD
[v1.0.2]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.2
[v1.0.1]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.1
[v1.0.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.0
[v0.8.0]: https://github.com/hasura/ndc-postgres/releases/tag/v0.8.0
Expand Down

0 comments on commit 91a6a39

Please sign in to comment.