Skip to content

Commit fb1b85a

Browse files
committed
Update CHANGELOG.md
1 parent 19919e0 commit fb1b85a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77
### Added
8+
9+
10+
### Changed
11+
12+
13+
### Fixed
14+
15+
16+
### Removed
17+
18+
19+
## [0.4.3]
20+
### Added
821
- When running integration tests locally, normally pytest will automatically spin up servers for flowmachine and flowapi as part of the test setup.
922
This can now be disabled by setting the environment variable `FLOWKIT_INTEGRATION_TESTS_DISABLE_AUTOSTART_SERVERS=TRUE`.
1023
- The integration tests now use the environment variables `FLOWAPI_HOST`, `FLOWAPI_PORT` to determine how to connect to the flowapi server.
@@ -25,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2538

2639
### Fixed
2740
- Server no longer loses track of queries under heavy load
41+
- `TopUpBalances` no longer always uses entire topups table
2842

2943
### Removed
3044

@@ -127,7 +141,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
127141
- Added Python 3.6 support for FlowClient
128142

129143

130-
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/0.4.2...master
144+
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/0.4.3...master
145+
[0.4.3]: https://github.com/Flowminder/FlowKit/compare/0.4.2...0.4.3
131146
[0.4.2]: https://github.com/Flowminder/FlowKit/compare/0.4.1...0.4.2
132147
[0.4.1]: https://github.com/Flowminder/FlowKit/compare/0.4.0...0.4.1
133148
[0.4.0]: https://github.com/Flowminder/FlowKit/compare/0.3.0...0.4.0

0 commit comments

Comments
 (0)