v1.0.0-rc.1 #138
Closed
jshlbrd
announced in
Announcements
v1.0.0-rc.1
#138
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
⚠ BREAKING CHANGES
cmd/development/substation
refactored intocmd/client/file/substation
condition.Inspector
is no longer in the public APIcondition
inspectors refactored into individual functionsconfig.Capsule
refactored intomessage
packageconfig.Channel
is no longer in the public APIprocess
package refactored intotransform
packageinternal/transform
package removedinternal/sink
package removedproto
removedutility_secret
transformenrich_kv_store_set
transform had it's object.key and object.set_key behavior flipped (key is now the value put into the KV, set_key is now the key used in the KV)send_http
transform is nowsend_http_post
TTLOffset
settings are now strings instead of integers (e.g., "15m")meta_metric_duration
andutility_metric_count
in transform packageTransforms
method in substation packagecmd/file/client
application toexamples/cmd/file/client
Features
substation
packagemessage
packagecmd/aws/lambda/substation
meta_negate
inspector tocondition
packagemeta_err
transform totransform
packagemeta_switch
transform totransform
packagestring_append
transform totransform
packagestring_uuid
transform totransform
packageutility_delay
transform totransform
packageutility_err
transform totransform
packagesend
transformsbuild/terraform/aws/
build/scripts/config/format.sh
build/scripts/terraform/format.sh
build/config/substation.libsonnet
build/config/substation_test.jsonnet
go.mod
and development containers to Go 1.19examples/
utility_secret
transformmeta_for_each
in condition packagego.mod
to Go 1.20array_zip
transformFixes
meta_err
transform returns input Message if an error occursThis discussion was created from the release v1.0.0-rc.1.
Beta Was this translation helpful? Give feedback.
All reactions