Releases: pcelvng/task-tools
Releases · pcelvng/task-tools
0.32.0
What's Changed
- Bump github.com/sirupsen/logrus from 1.8.1 to 1.8.3 by @dependabot[bot] in #242
- Bump github.com/sirupsen/logrus from 1.8.1 to 1.8.3 in /apps by @dependabot[bot] in #243
- Fix date index by @jbsmith7741 in #241
- test minio in CircleCI by @jbsmith7741 in #245
- Flowlord UI by @jbsmith7741 in #244
- Add backload UI
- Fix: Add custom datehour picker for backload by @jbsmith7741 in #246
Full Changelog: v0.31.1...v0.32.0
0.31.1
What's Changed
- Bump golang.org/x/crypto from 0.36.0 to 0.45.0 by @dependabot[bot] in #238
- alert-fix for reoccuring alerts for unfinished tasks by @jbsmith7741 in #239
- Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /apps by @dependabot[bot] in #240
Full Changelog: v0.31.0...v0.31.1
0.31.0
What's Changed
- Replace in-memory cache: used for phase/task management with sqlite without losing functionality.
- db has versioning and migrations enabled for future changes
- New UI dashboard returned from the /web/* endpoints
- About: replaces /info endpoint to provide runtime and db details
- Tasks: current and historical record of tasks
- Alerts: show alerted tasks by day.
- notification now send a link to the dashboard alert page rather than a link to a file
- Files: Details about file-matching and processing
- Workflow: provides a list of all phases and workflow files
Full Changelog: v0.30.0...v0.31.0
0.30.0
What's Changed
- Bump github.com/go-chi/chi/v5 from 5.0.11 to 5.2.2 in /apps by @dependabot[bot] in #231
- Add iterator to file reading by @jbsmith7741 in #228
- Batch Refactoring by @jbsmith7741 in #232
- Nsq monitor Utils by @jbsmith7741 in #233
- updated matchFolder to properly include trailing literal segments by @zJeremiah in #235
- fix for docker build path by @jbsmith7741 in #234
Full Changelog: v0.29.2...v0.30.0
0.29.2
What's Changed
- Docs by @jbsmith7741 in #218
- Bump golang.org/x/crypto from 0.22.0 to 0.31.0 in /apps by @dependabot in #220
- Bump golang.org/x/crypto from 0.22.0 to 0.31.0 by @dependabot in #221
- BigQuery Worker by @jbsmith7741 in #219
- bq: write to file fixes and table template support by @jbsmith7741 in #223
- module security update by @jbsmith7741 in #225
- ensure cron tasks get added to cache by @jbsmith7741 in #222
- Refactoring of Bootstrap package by @jbsmith7741 in #224
- bootstrap refactoring fixes by @jbsmith7741 in #226 (v0.29.1)
- Bootstrap config parsing fixes by @jbsmith7741 in #230 (v0.29.2)
NOTE change in behavior:
Previously bootstrap was importing packages for both sql and postgres. If you were relying on this behavior add these imports in your app.
import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/lib/pq"
)Full Changelog: v0.28.0...v0.29.2
0.28.0
What's Changed
New
- Weekly Iteration Support & better recap time metrics by @jbsmith7741 in #214
- added json(b) functionality for sql-load file data by @zJeremiah in #216
Fixes
- Schedule workflow phases that have a cron and a dependsOn by @jbsmith7741 in #215
- bug fix for parsing TaskTime by @jbsmith7741 in #217
Full Changelog: v0.27.0...v0.28.0
0.27.0
What's Changed
- Flowlord batcher by @jbsmith7741 in #198
- Unit Tests: Get all unit tests running by @jbsmith7741 in #201
- sql-load: fix for strings in arrays with quotes ' by @jbsmith7741 in #203
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #205
- flowlord: Add batch support to backload endpoint by @jbsmith7741 in #204
- fixes for building docker and apps by @jbsmith7741 in #208
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #209
- dependency update for issues found with dependabot by @jbsmith7741 in #211
- patch: flowlord /backload endpoint with meta field by @jbsmith7741 in #213
Full Changelog: v0.26.0...v0.27.0
0.26.0
What's Changed
- sql-load: array support by @jbsmith7741 in #195
- Add DB.Options helper by @jbsmith7741 in #199
- remove ssl prefix in options by @jbsmith7741 in #200
Full Changelog: v0.25.4...v0.26.0
0.25.4
What's Changed
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #190
- Bump golang.org/x/crypto from 0.0.0-20220427172511-eb4f295cb31f to 0.17.0 by @dependabot in #192
- Bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in #191
- Update Documentation by @jbsmith7741 in #193
- slack/flowlord bug fix by @jbsmith7741 in #196
Full Changelog: v0.25.3...v0.25.4
0.25.3
What's Changed
- bug fix: add job in meta to all children by @jbsmith7741 in #189
Full Changelog: v0.25.2...v0.25.3