Releases: go-go-golems/parka
Releases · go-go-golems/parka
v0.4.9
Changelog
- e0f4ac6 ✨ Add a pseudo plugin evaluator that can lookup AWS SSM values
- 1fc3c4e ✨ Add recursive config entry lookup to SSM evaluator (but not to env evaluator)
- 0b8501e Merge pull request #81 from wesen/task/80/add-pseudo-plugin-to-lookup-ssm
- 3c009dd Merge pull request #82 from wesen/task/80/add-pseudo-plugin-to-lookup-ssm
v0.4.8
v0.4.7
v0.4.6
Changelog
- fd45e91 ⬆️ Bump glazed
- 2141d38 🎨 ⬆️ Update for new glazed commandDescription format
- 8e7870e 🎨 Adapt to new clay APIs
- 3361b9f 🎨 Merge OverridesAndDefaults into a shared structured for Command and CommandDir
- c9df950 🎨 Merge OverridesAndDefaults into a shared structured for Command and CommandDir
- 6774a75 Merge pull request #75 from wesen/task/add-command-handler
v0.4.5
Changelog
v0.4.4
v0.4.3
v0.4.2
v0.4.1
Changelog
- 6956188 🚑 Fix missing content-type on json.QueryHandler
- f49fbbf ⬆️ Bump glazed
- 70edecf 🎨 💩 Further clean up formatter and middleware APIs
- 92bef94 🎨 Fix serve verb to use HandleDataTables
- e789ac8 🎨 Remove dependency on server for Handle commands
- 870a810 ✨ Add error message rendering
- cb19553 ✨ Add streaming row file download output
- baa44d1 ✨ Add support for outputFile handler
- 303ba8f ✨ Add support for streaming template handler
- 3b42d53 ✨ First JSON streaming handler!
- 2619140 🚜 Move Handle* commands to their respective handlers
- 067595b Merge pull request #71 from wesen/task/67/add-streaming-support