Releases: 256dpi/fire
Releases · 256dpi/fire
v0.35.0
- tidied modules
- torch: handle failed computations
- torch: simplify failure handling
- added todo
- torch: added missing tests
- coal: visualize deeply nested items
- ci: skip graphviz tests
- coal: clarified item base embedding rules
- blaze: fix upload with unknown extension
- axe: added queue context
- axe: return job management errors
- coal: verify migration concurrency
- coal: verify transaction store
- flame: support missing token data getter
- flame: check client presence
- glut: return Lock early if not locked
- fire: enforce controller group prefix
- spark: fix shutdown crash
- fire: properly check boolean filters
- roast: support ignore values in first dimension
- spark: prevent panic on absent reporter
- stick: prevent panic when setting nil on non-pointer field
- coal: surface cursor stream errors
- blaze: properly capture fields
- blaze: custom misuse panic message
- blaze: fixed file link validation
- fire: error construction panics
- coal: increment attempts on unknown commit result error
- fire: improved resource checks
- flame: verify resource owner existence
- coal: set missing context
- coal: fix project ID mismatch crash
- coal: clear spans when done
- blaze: ensure download is closed
- axe: stop if stream failed during await
- fire: properly check relationship payloads
- spark: ensure goroutine exit
- glut: ensure lock is released on data error
- glut: return error when lock has been lost
- stick: ignore unexported fields
- blaze: fix goroutine leak
- coal: set missing context
- updated dependencies
- torch: set default progress
- torch: extracted enqueue process helper
- torch: honor retry interval in compute filter
- torch: limit compute recompute filter to valid status
- torch: validate operation scan batch
- torch: treat missing model as no-op in process task
- torch: skip tag decrement and model update when not needed
- torch: clear dangling tag in scan when filter rejects
- ci: modernized
v0.34.5
v0.34.4
v0.34.3
v0.34.2
- blaze: check existence earlier during Assign
- coal: added note about using "$unset" with "Apply"
- coal: support translation when using "Apply"
- fire: support absent filtering for strings
- fire: support absent relationship filters
- flame: added callback
- torch: only attempt computations once by default
- torch: remove tag only if run in transaction
- torch: fix recomputation of zero value
- updated lungo
v0.34.1
- blaze: use improved media type parser from serve
- torch: updated tag names
- coal: prevent use of dot notation in tag names
- torch: do not recompute zero hashes
- coal: introduced Item interface
- coal: added List helper
- axe: use coal.Item for events
- coal: visualize item fields
- coal: added item path support
- coal: added item type
- stick: refactored UnmarshalKeyedList
- coal: removed ToM and ToD helpers
- stick: choose URL validity requirement and fixed tests
- stick: IsURL checks request URL validity
- ash: relax field existence requirement
- coal: support extensions
- torch: add model name to compute and check operation name
- torch: always clear computation status
v0.34.0
- torch: added sync/async operation, computatation and check framework
- roast: allow zero or many await callbacks
- spark: cleaned up readme
- coal: added model tags (with wildcard index)
- coal: return error for writes during a read only transaction
- coal: expand transaction information
- coal: handle unknown transaction result error
- coal: validate updated models
- coal: extracted apply helper
- coal: stop ProcessEach pipeline on worker error
- axe: improved await error handling
- axe: support extending jobs
- stick: support building accessor for nil value
- blaze: added assign helper
- use xo.Crash instead of xo.Panic
- support both pagination mechanism or only cursor pagination
- updated dependencies