@@ -6,7 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [ Go module
7
7
versioning] ( https://go.dev/doc/modules/version-numbers ) .
8
8
9
- ## [ Unreleased] ( https://github.com/autometrics-dev/autometrics-go/compare/v0.7.0...main )
9
+ ## [ Unreleased] ( https://github.com/autometrics-dev/autometrics-go/compare/v0.8.0...main )
10
+
11
+ ### Added
12
+
13
+ ### Changed
14
+
15
+ ### Deprecated
16
+
17
+ ### Removed
18
+
19
+ ### Fixed
20
+
21
+ ### Security
22
+
23
+ ## [ 0.8.0] ( https://github.com/autometrics-dev/autometrics-go/releases/tag/v0.8.0 ) 2023-09-18
10
24
11
25
### Added
12
26
@@ -39,14 +53,6 @@ versioning](https://go.dev/doc/modules/version-numbers).
39
53
now return a [ CancelCauseFunc] ( https://pkg.go.dev/context#CancelCauseFunc )
40
54
to cleanly shutdown (early or as a normal shutdown process) all metric collection.
41
55
42
- ### Deprecated
43
-
44
- ### Removed
45
-
46
- ### Fixed
47
-
48
- ### Security
49
-
50
56
## [ 0.7.0] ( https://github.com/autometrics-dev/autometrics-go/releases/tag/v0.7.0 ) 2023-09-04
51
57
52
58
### Added
@@ -59,7 +65,7 @@ versioning](https://go.dev/doc/modules/version-numbers).
59
65
### Changed
60
66
61
67
- Function calls metric has been renamed from ` function_calls_count_total ` to ` function_calls_total `
62
- - Function calls duration histogram has been renamed from ` function_calls_duration `
68
+ - Function calls duration histogram has been renamed from ` function_calls_duration `
63
69
to ` function_calls_duration_seconds `
64
70
- Function caller label has been split from ` caller ` to ` caller_function ` and ` caller_label `
65
71
@@ -70,7 +76,7 @@ versioning](https://go.dev/doc/modules/version-numbers).
70
76
- The Go generator now removes all the old defer statements in function bodies before re-adding
71
77
only the necessary ones. This means calling ` go generate ` on a file that has no annotation
72
78
at all effectively cleans up the whole file from autometrics.
73
-
79
+
74
80
### Changed
75
81
76
82
- Instead of returning an error when the go generator does not find the autometrics import
@@ -155,7 +161,7 @@ import (
155
161
- Build information (branch, commit, version) can optionally be added to metrics. All queries
156
162
have been updated to use the new information when available
157
163
- The generator has proper ` --version ` and ` --help ` subcommands
158
- -
164
+ -
159
165
160
166
### Changed
161
167
0 commit comments