Skip to content

Commit

Permalink
Merge pull request #43 from hasura/codedmart/representation
Browse files Browse the repository at this point in the history
Scalar type representation
  • Loading branch information
codedmart authored Dec 20, 2024
2 parents 5dcaabd + e78b843 commit add48db
Show file tree
Hide file tree
Showing 21 changed files with 785 additions and 1,058 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### Added
- Basic support for struct and range types

### Changed
- Breaking change: `configuration.json` has changed. Configs prior to v2 need to be deleted and re-initialized

### Fixed
- Fixed capabilities to match what the connector is capable of

## [v1.0.0]

- Updated for stable release
Expand Down
1 change: 1 addition & 0 deletions crates/configuration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ anyhow = { workspace = true }
schemars = { workspace = true, features = ["smol_str", "preserve_order"] }
serde = { workspace = true }
serde_json = { workspace = true, features = ["raw_value"] }
smol_str = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["full"] }
yup-oauth2 = { workspace = true }
Expand Down
141 changes: 0 additions & 141 deletions crates/configuration/src/config.sql

This file was deleted.

154 changes: 0 additions & 154 deletions crates/configuration/src/config2.sql

This file was deleted.

Loading

0 comments on commit add48db

Please sign in to comment.