Releases: fnrun/fnrun
Releases · fnrun/fnrun
v0.7.0
v0.6.0
v0.6.0 - 2021-09-08
Added
- message printed when starting the runner
- healthcheck middleware
Fixed
- return error from Azure ServiceBus source when renew lock operation fails instead of causing infinite loop
v0.5.0
v0.5.0 - 2021-09-05
Added
- source for Azure ServiceBus queues
- fnrunner restart options
Changed
- Allow user to opt out of sending Kafka message via middleware when the output is nil
- Breaking fnrunner restarts after 10s by default after receiving an error while serving
v0.4.0
v0.4.0 - 2021-06-13
Added
- Custom resolver configuration for sqs source
- Windows support
v0.3.0
v0.3.0 - 2021-05-20
Added
- Ratelimiter middleware
- Fnrunner expands environment variables found in YAML inputs
Changed
- Breaking moved source out of
pkgfolder into root folder
Fixed
- Race conditions in service cli fn
v0.2.0
Added
shutdownGracePeriodoption to http sourceignoreErrorsto kafka source- cron source
- kafka middleware
- circuitbreaker middleware
Changed
- Breaking: rename key in Lambda source input from
bodytoevent - Breaking: rename the Lambda source
jsonDeserializeBodyconfiguration option tojsonDeserializeEvent
v0.1.0
Added
- Fn, Source, and Middleware interfaces.
- Component registry.
- Config package.
- fnrunner program.
- Initial Fn implementations: cli, http, identity, and pool.
- Initial Middleware implementations: debug, jq, json, key, and timeout.
- Initial Source implementations: http, kafka, lambda, and sqs.