Releases: fortio/dflag
Releases · fortio/dflag
v1.7.3
What's Changed
- Bump fortio.org/log from 1.12.2 to 1.14.0 by @dependabot in #62
- Bump fortio.org/sets from 1.1.1 to 1.2.0 by @dependabot in #66
- Bump fortio.org/log from 1.14.0 to 1.16.0 by @dependabot in #65
- Use https://github.com/fortio/log/releases/tag/v1.17.1 by @ldemailly in #68
Full Changelog: v1.7.2...v1.7.3
v1.7.2
Very minor, just dependency updates
What's Changed
- Bump fortio.org/log from 1.12.1 to 1.12.2 by @dependabot in #59
- Bump fortio.org/sets from 1.0.4 to 1.1.0 by @dependabot in #60
- go get -u ./... && go mod tidy by @ldemailly in #61
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- Test fix (#53)
- Switch to shared workflows + newer linter fixes + dependencies update by @ldemailly in #58
Full Changelog: v1.7.0...v1.7.1
v1.7.0
v1.6.0
What's Changed
Note that it also means typos can only been seen in logs or by checking updater.Warnings() in addition to the err
You can get the count of these warnings calling a new updater.Warnings() api (and decide to fatal out if that's what you did before)
- And also dependencies updates
Full Changelog: v1.5.3...v1.6.0
v1.5.3
v1.5.2
What's Changed
- Bump fortio.org/sets from 1.0.0 to 1.0.2 (better doc, improved perf)
- Bump fortio.org/log from 1.2.2 to 1.3.0 (mtls logging)
Full Changelog: v1.5.1...v1.5.2
v1.5.1
v1.5.0
What's Changed
- Created/introduced a new fortio.org/sets package adding a bunch of Set functions (sets.New, Add, Has, Remove, Clone) (some coming from fortio/delta)
- Change all
dflag.Set
tosets.Set
, or when creatingsets.New("x", "y", ...)
- Change all
- Add a String() to Set and Array so it looks better on UI and symmetrical with coma input by (#4)
Full Changelog: v1.4.2...v1.5.0
v1.4.2
Readme updates
Full Changelog: v1.4.1...v1.4.2