File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
7
+ ## [ 1.16.0] - 2021-12-02
8
+ ### Added
9
+ - Add the ability to provide a function as multiple interfaces at once using ` fx.As ` .
10
+
8
11
### Changed
9
- - ` fx.Annotate ` : support variadic functions, and feeding value groups into
10
- them.
12
+ - ` fx.Annotate ` : support variadic functions, and feeding value groups into them.
13
+
14
+ ### Fixed
15
+ - Fix an issue where OnStop hooks weren't getting called on SIGINT on Windows.
16
+ - Fix a data race between app.Done() and shutdown.
17
+
18
+ [ 1.16.0 ] : https://github.com/uber-go/fx/compare/v1.15.0...v1.16.0
11
19
12
20
## [ 1.15.0] - 2021-11-08
13
21
### Added
Original file line number Diff line number Diff line change 21
21
package fx
22
22
23
23
// Version is exported for runtime compatibility checks.
24
- const Version = "1.16.0-dev "
24
+ const Version = "1.16.0"
You can’t perform that action at this time.
0 commit comments