v0.5.0-rc.8 #943
v0.5.0-rc.8
#943
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v0.5.0-rc.8 - 2024-12-16
Bug Fixes
(gate) Cache deno imports on deploy (#925)
MET-766
and
MET-746
Migration notes
(metagen) Client file upload fixup (#936)
and Python.
Migration notes
Type duplication bug (#938)
Migration notes
Features
(metagen) Python client file upload (#931)
MET-769
Migration notes
(metagen) Typescript client file upload (#934)
MET-768.
Migration notes
(subs,deno) Advanced filters + context util + replay aware logger (#930)
Solves
MET-720,
MET-749
and
MET-760.
Basic overview
Given an expression tree, a field can represent either an operator
(e.g., and, or, lte, etc.) or a 'special' field (started_at, ended_at,
status).
We can now answer queries such as: 'List all failed runs that started
between x and y but did not end at z, where the value is not null, or
alternatively completed but returned null'
Injection on output types (outjection) (#935)
MET-140
MET-47
Migration notes
Miscellaneous Tasks
Improve ux, installer (#932)
Migration notes
This discussion was created from the release v0.5.0-rc.8.
Beta Was this translation helpful? Give feedback.
All reactions