v0.3.2 #544
v0.3.2
#544
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.3.2 - 2024-01-12
Bug Fixes
(ci) Release changelog generation (#542)
Describe your change
Configures the
checkout
action step in the workflow that generates theworkflow to clone the full git history.
Motivation and context
The updates to the release workflow that introduce git
cliff based changelogs (back in #487) don't
appear to be in effect.
Migration notes
No end user changes required.
Checklist
(website) Fix docusaurus warnings (#526)
Describe your change
Fix docusaurus warnings on the website
Motivation and context
Solves
MET-307
Migration notes
Checklist
Fix stage iteration (#540)
Describe your change
iterChildStages
function. It does not yield accurate valuesin some edge cases.
the
GraphQLQuery
object.Motivation and context
Sibling stages can be falsely registered as children, for example with
the following stages:
Migration notes
No migration needed.
Checklist
Features
(cli) Interactive deployment for prisma (#527)
Describe your change
Make the CLI interactive for migration options to development and
production databases.
Motivation and context
MET-257
Migration notes
This creates some breaking changes if you use the CLI in a
non-interactive way.
Checklist
(gate) Redis-less mode (#528)
Describe your change
Fallback to
MemoryRegister
andNoLimiter
if typegate is unable toconnect to Redis.
Motivation and context
Enable Redis-Less mode.
Migration notes
Checklist
(lsp) Simple diagnostics (#496)
Describe your change
Adds a simple LSP implementation for diagnostics.
Motivation and context
Better DX, catch potential errors while editing the typegraph module.
Migration notes
Checklist
(prisma) Connect/create many relation (#522)
Describe your change
create: [ ... ]
andconnect: [ ... ]
Motivation and context
Solves
MET-304
Checklist
(python_wasi) Vm docking (#520)
Describe your change
wasmedge_sdk_bindgen
withVmDock
Motivation and context
wasmedge_sdk_bindgen
is deprecated,VmDock
replaces it entirely.Checklist
(sdk/node) Move js deno to node (#539)
Describe your change
Change deno frontend to pure node
Motivation and context
Easier integration.
Migration notes
Checklist
Customizable oauth2 profiler (#538)
Describe your change
Enable custom profiler for the std (predefined) Oauth2 providers:
Motivation and context
We may want for example to add the Github login in the profile in
addition to the id.
Migration notes
No migration needed.
Checklist
Limited parallel loads (#537)
Describe your change
Limit the number of parallel loads.
The default max is the number of CPU cores, but it can be set with the
option
--max-parallel-loads=N
.Motivation and context
When we have a high number of typegraphs, the loader processes exhaust
the CPU load.
Migration notes
No migration needed.
Checklist
Miscellaneous Tasks
(release) Bump 0.3.2 (#543)
Bump the version of all metatype libs to 0.3.2.
Motivation and context
About to tag the next version.
Migration notes
Change their manifests to point at the new version.
Checklist
Refactor
(ci) Use `ghjk` for deps (#495)
Describe your change
This PR merges most of the CI test runs into one and make use of the
ghjk
tool to install most of the dependencies.Motivation and context
Improve tool dependency management.
Migration notes
Checklist
Use shadow_rs for versions (#523)
Describe your change
Replaces the
common::get_version
util function with thePKG_VERSION
variables extracted from
shadow_rs
.If you know of any other opportunities where we can replace things from
shadow_rs
, we can add them in this PR as wel..Motivation and context
shadow_rs
makes the old function redundantChecklist
Testing
(gate) Add tests with file upload and apollo client (#529)
Describe your change
Add file upload test using raw fetch and apollo client.
Motivation and context
Ensure common uses of upload feature to work.
Migration notes
Checklist
This discussion was created from the release v0.3.2.
Beta Was this translation helpful? Give feedback.
All reactions