Skip to content

Releases: 256dpi/fire

v0.34.4

12 Mar 12:59
Compare
Choose a tag to compare
  • roast: added hooks
  • roast: renamed parameter
  • roast: correct error validation
  • blaze: added redirect bucket method

v0.34.3

22 Feb 10:22
Compare
Choose a tag to compare
  • updated go
  • updated main dependencies

v0.34.2

19 Feb 19:26
Compare
Choose a tag to compare
  • 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

08 Sep 15:11
Compare
Choose a tag to compare
  • 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

12 Jun 20:05
Compare
Choose a tag to compare
  • 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

v0.33.5

21 Dec 13:43
Compare
Choose a tag to compare
  • roast: fix error equality
  • fire: do not wrap client errors

v0.33.4

21 Dec 13:20
Compare
Choose a tag to compare
  • roast: support international filenames
  • blaze: support international filenames
  • roast: properly handle translated errors
  • fire: translate known errors
  • roast: exposed document not unique
  • fire: expose document not unique error
  • fire: added model client

v0.33.3

06 Dec 23:15
Compare
Choose a tag to compare
  • blaze: require timeout for upload and download action
  • fire: ensure timeout is provided when an action is constructed
  • roast: support existing tester
  • coal: do not ensure collections during creation, but expose method

v0.33.2

04 Nov 08:46
Compare
Choose a tag to compare
  • blaze: wrap registry
  • coal: wrap registry with lookup method
  • stick: added registry lookup
  • blaze: allow zero size when deleting
  • blaze: verify file uniqueness in lists
  • blaze: go back to reference retainment
  • blaze: trigger update on ref change to raise error
  • fire: properly return error from context helpers
  • blaze: set new link reference during claim
  • removed task
  • updated readme

v0.33.1

15 Sep 11:12
Compare
Choose a tag to compare
  • fire: expose parent model during forwarded requests
  • fire: do not use flags for timestamp modifier
  • coal: added verify function
  • axe: added await function
  • glut: added restricted values with custom deadline
  • glut: added ensure
  • glut: renamed functions
  • ash: fixed access check for collection actions
  • blaze: added attach function
  • roast: attempt to decode jsonapi errors
  • roast: added await method
  • roast: added call method
  • roast: added URL method
  • simplified testing
  • updated lungo