File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55
66## [ Unreleased]
77### Added
8+
9+ ### Changed
10+
11+ ### Fixed
12+
13+ ### Removed
14+
15+
16+ ## [ 0.5.1]
17+ ### Added
818- Added ` HandsetStats ` to FlowMachine.
919- Added new ` ContactReferenceLocationStats ` query class to FlowMachine.
1020- A new zmq message ` get_available_dates ` was added to the flowmachine server, along with the ` /available_dates `
@@ -18,10 +28,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1828- FlowAPI's access and run loggers, and FlowMachine's query run logger now log to stdout instead of stderr
1929- Passwords for Redis and FlowDB must now be explicitly provided to flowmachine via argument to ` connect ` , env var, or secret
2030
21-
22- ### Fixed
23-
24-
2531### Removed
2632- FlowMachine and FlowAPI no longer support logging to a file
2733
@@ -175,7 +181,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
175181- Added Python 3.6 support for FlowClient
176182
177183
178- [ Unreleased ] : https://github.com/Flowminder/FlowKit/compare/0.5.0...master
184+ [ Unreleased ] : https://github.com/Flowminder/FlowKit/compare/0.5.1...master
185+ [ 0.5.1 ] : https://github.com/Flowminder/FlowKit/compare/0.5.0...0.5.1
179186[ 0.5.0 ] : https://github.com/Flowminder/FlowKit/compare/0.4.3...0.5.0
180187[ 0.4.3 ] : https://github.com/Flowminder/FlowKit/compare/0.4.2...0.4.3
181188[ 0.4.2 ] : https://github.com/Flowminder/FlowKit/compare/0.4.1...0.4.2
You can’t perform that action at this time.
0 commit comments