Skip to content

Commit

Permalink
feat: doc polish (#735)
Browse files Browse the repository at this point in the history
- doc polish and cleanup
- upgrade website except Docusaurus as the css issue is stil present
- bump to next pre-release
- not everything is done, but let's iterate!



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
  - Added platform compatibility for `x86_64-linux`.
- Introduced new functionalities for generating Python code and enhanced
type management.
- Added import statement for `std_url` and new task for installing WASI
adapter files.
- Enhanced runtime support for additional parameters and error handling.

- **Improvements**
- Enhanced GraphQL query handling with new error types and display
methods.
- Improved WASM runtime build process for better architecture targeting.

- **Documentation**
  - Updated feature overview and added a "Features Roadmap" component.
  - Enhanced various guides and references for better clarity.
- Added new sections for Typegate, Typegraph, Runtimes, Prisma, Auth,
Tooling, and SDK.
  - Corrected typos and improved code example presentation.

- **Bug Fixes**
  - Fixed issues in Python and WASM runtime tests to ensure reliability.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Signed-off-by: Teo Stocco <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
zifeo and coderabbitai[bot] authored May 27, 2024
1 parent ceeaa98 commit 8bf253b
Show file tree
Hide file tree
Showing 65 changed files with 4,615 additions and 4,039 deletions.
650 changes: 477 additions & 173 deletions CHANGELOG.md

Large diffs are not rendered by default.

33 changes: 17 additions & 16 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
Expand Up @@ -15,7 +15,7 @@ exclude = [
"libs/pyrt_wit_wire",
]
[workspace.package]
version = "0.4.2"
version = "0.4.3-0"
edition = "2021"

[workspace.dependencies]
Expand Down
8 changes: 5 additions & 3 deletions dev/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dev:
(const\s+TEMPORAL_VERSION\s*=\s*").*(";): TEMPORAL_VERSION
(const\s+WASMTIME_VERSION\s*=\s*").*(";): WASMTIME_VERSION
(const\s+METATYPE_VERSION\s*=\s*").*(";): METATYPE_VERSION
.github/*/*.yml:
.github/**/*.yml:
'( GHJK_VERSION: ").+(")': GHJK_VERSION
'( DENO_VERSION: ").+(")': DENO_VERSION
'([\s-]+uses:\s+metatypedev/setup-ghjk@).+()': GHJK_ACTION_VERSION
Expand All @@ -32,6 +32,8 @@ dev:
'(\s*"version"\s*:\s*").+(",?)': METATYPE_VERSION
meta-lsp/vscode-metatype-support/package.json:
'(\s*"version"\s*:\s*").+(",?)': METATYPE_VERSION
typegate/tests/**/*.snap:
'(\s*static\s*MT_VERSION:\s*&str\s*=\s*").+(";)': METATYPE_VERSION
typegraph/python/typegraph/__init__.py:
(version = ").+("): METATYPE_VERSION
typegraph/node/sdk/package.json:
Expand Down Expand Up @@ -99,8 +101,8 @@ dev:
WASMTIME_PY_VERSION: 21.0.0
TYPEGRAPH_VERSION: 0.0.3
PRISMA_VERSION: 5.5.2
METATYPE_VERSION: 0.4.2
PUBLISHED_VERSION: 0.4.1
METATYPE_VERSION: 0.4.3-0
PUBLISHED_VERSION: 0.4.2
WASM_OPT_VERSION: 0.116.1
MOLD_VERSION: v2.4.0
CMAKE_VERSION: 3.28.0-rc6
Expand Down
Loading

0 comments on commit 8bf253b

Please sign in to comment.