Skip to content

Releases: form3tech-oss/f1

v2.1.0

15 Jul 06:10
cd26e01
Compare
Choose a tag to compare

Summary

The v2.1.0 release of f1 is closer to a complete rewrite, than a feature release. Includes massive
performance, security, usability and maintainability improvements.

Transforming f1 into a modern, high-quality and efficient package.

Highlights

Detailed

Breaking

Deprecations

Performance

Features

Fixes

Usability

Testing

CI

Dependencies

Linting

Run golangci-lint as part of CI and enable most linters:

Documentation:

Cleanup

Read more

v2.0.22

22 Feb 16:58
e8614f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.21...v2.0.22

v2.0.21

09 Nov 09:49
8ee2967
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.20...v2.0.21

v2.0.20

06 Nov 12:28
2fd182e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.19...v2.0.20

v2.0.19

19 Oct 16:42
033e38d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.18...v2.0.19

v2.0.18

29 Sep 07:13
52025dc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.17...v2.0.18

Security fixes

06 Mar 11:15
ef67c14
Compare
Choose a tag to compare
Merge pull request #123 from form3tech-oss/chore-fix-image-cve

fix: updates golang.org/x/image  CVE-2022-41727

v2.0.16

23 Sep 14:53
3f11716
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/guptarohit/asciigraph from 0.5.2 to 0.5.3 by @dependabot in #94
  • Bump github.com/prometheus/common from 0.31.0 to 0.32.1 by @dependabot in #89
  • Bump go.uber.org/goleak from 1.1.10 to 1.1.12 by @dependabot in #86
  • Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 by @dependabot in #90
  • Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.1 by @dependabot in #93
  • Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #96
  • update yaml package by @rkorkosz-f3 in #110
  • Update readme with the output description by @bpiekny-form3 in #111
  • [skip ci] Updating CODEOWNERS file by @jeeves-form3 in #113
  • Replace deprecated ioutil by @dmytro-vovk-f3 in #115

New Contributors

Full Changelog: v2.0.15...v2.0.16

Made metrics usable from outside of the internal package

24 Dec 14:13
1a0d68c
Compare
Choose a tag to compare

Use metrics.GetMetrics() to gain access to the internal metrics, and analyse performance programmatically.

Add godoc documentation

12 Oct 08:12
0126db0
Compare
Choose a tag to compare
Merge pull request #87 from form3tech-oss/andyk-add-godoc

Added package and struct level documentation