v0.3.3 #570
v0.3.3
#570
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.3.3 - 2024-01-31
Bug Fixes
(ci) Bug in `typegraph` release job (#545)
Motivation and context
jco
output path is wrong.Migration notes
N/A
Checklist
(ci) Typo in release.yml (#548)
Fix small typo. Surprised
act
didn't catch this, it must evaluateexpressions lazily.
(ci) Force/skip push to registries on manual release (#549)
What it says on the tin can. Also fixes a typo in the
vscode-extension
job.
Motivation and context
Manual re-release breaks otherwise as seen
here.
(ci) Typos in release.yml (#550)
Oof, I can't believe I missed these. The publish steps are hard to test
locally with
act
so ig they require extra scrutiny.Motivation and context
Bug on manual dispatch of
releasae
wflow.(ci) Mismatch in location of `$AZURE_DEVOPS_TOKEN` (#551)
Another minor issue with the release workflow.
Motivation and context
Failure in release run
here.
(ci,release) Hack for broken arm64 builds, bump deno to 1.40.1, bump to 0.3.3 (#565)
This provides a temporary fix for the broken build on arm64. The issue's
related to
wasm-opt
builds not being availaible for install byghjk/cargo-binstall. This PR uses
cargo install
directly instead whenin the dockerfile.
It also:
Motivation and context
Failure in CI
run..
Migration notes
No changes required
Checklist
(cli) Bad conditionals in loader detection (#559) - BREAKING: bad conditionals in loader detection (#559)
loader_cmd
despite being set in
get_loader_cmd
.setup
task inwhiz.yaml
Motivation and context
The old conditionals were faulty.
Migration notes
node
andbun
loaders are now run with thecwd
set to thedirectory of the typegraph as opposed to the
metatype.yml
file. Thisshould resolve settings to the nearest
package.json
despite location.Checklist
(cli, typegate) Explicitly import DenoRuntime.import modules from path (#564)
When using the dynamic
import
function, if you provide it a raw pathlike
/foo/bar/baz
and deno detects the current module's loaded from aremote host, it'll convert it to a http url. Reasonable behavior but it
turned out to be the cause of #560.
This pr fixes this issue along with:
main.ts
in a try/catch block for better errorlogging.
Motivation and context
#560
Migration notes
No changes required
Checklist
(oauth2-profiler) Fix OAuth2 profiler params (#562)
Pass the appropriate request URL and headers to the profiler resolver.
Motivation and context
It used the provider url instead of the (typegate) request URL, causing
internal queries to fail.
Migration notes
N/A
Checklist
(template/node) Update sdk version to 0.3.2 + add `deno.static` (#558)
Motivation and context
Sync template examples with latest 0.3.2.
Added missing
deno.static
andfunc.rate(...)
on node.Migration notes
N/A
Checklist
(vscode-extension) Fix publisher name and version (#553)
on Azure Devops.
dev/lock.yml
for automatic versioning.Motivation and context
Failure
to publish the extension.
Migration notes
Blank
Checklist
The change come with new or modified tests(N/A)Hard-to-understand functions have explanatory comments(N/A)End-user documentation is updated to reflect the change(N/A)Documentation
(website) Move typegraphs in separate folder + add ts version (#552)
Motivation and context
Better organization + typescript examples.
Migration notes
N/A
Checklist
Features
(node) Node fontend missing features (#557)
Motivation and context
Easier translation from python to typescript typegraph.
Migration notes
N/A
Checklist
(prisma) Add support multi-field ids and id on struct (#556)
Adds support for more advanced id fields and unique constraints:
Motivation and context
Support these kind of construct:
Migration notes
No migration needed.
Checklist
(typegate) Oauth2 token validation endpoint (#567)
Create an oauth2 token validation endpoint:
/:tgName/auth/validate
.Motivation and context
Migration notes
Checklist
(typegate-rt) Extend typegate runtime (#561)
Extend the typegate runtime with the following queries:
findListQueries
: find all the queries that returns a list oft.struct
.Motivation and context
Console.
Migration notes
N/A
Checklist
(vscode-ext) Logo, README, display name, description (#554)
Flattened context (#555)
Flatten profile fields in the context.
So instead of
we would have:
Motivation and context
It was impossible to get the nested id into a
from_context
injection.Now we can inject
.from_context("profile.id")
.Migration notes
Checklist
Refactor
(ci) `workflow_dispatch` for release wflow (#546)
vscode-extension
release jobMotivation and context
Provides recovery path for when things break.
Migration notes
Doesn't affect end users.
Checklist
This discussion was created from the release v0.3.3.
Beta Was this translation helpful? Give feedback.
All reactions