Skip to content

Commit

Permalink
Release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Mar 6, 2020
1 parent d4169b3 commit c1c21c2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ The `Unreleased` section name is replaced by the expected version of next releas

## [Unreleased]

### Added
### Changed
### Removed
### Fixed

<a name="4.1.1"></a>
## [4.1.1] - 2020-03-06

### Added

- Trap `ArguException` for invalid Argu options :pray: [@fnipo](https://github.com/fnipo)
Expand All @@ -17,7 +25,6 @@ The `Unreleased` section name is replaced by the expected version of next releas
- `MaxInflightMb` of `10 MiB` instead of measuring in GiB and defaulting to .5
- `MaxConcurrentStreams` of `8` for ingesters that write to stores (was MaxDop 1024)

### Removed
### Fixed

-`proReactor` - fixed runtime issue due to aliasing of `cosmos` parameter; simplified [@fnipo](https://github.com/fnipo) [#52](https://github.com/jet/dotnet-templates/issues/52)
Expand Down Expand Up @@ -331,7 +338,8 @@ The `Unreleased` section name is replaced by the expected version of next releas

(For information pertaining to earlier releases, see release notes in https://github.com/jet/dotnet-templates/releases and/or can someone please add it!)

[Unreleased]: https://github.com/jet/dotnet-templates/compare/4.1.0...HEAD
[Unreleased]: https://github.com/jet/dotnet-templates/compare/4.1.1...HEAD
[4.1.1]: https://github.com/jet/dotnet-templates/compare/4.1.0...4.1.1
[4.1.0]: https://github.com/jet/dotnet-templates/compare/4.0.1...4.1.0
[4.0.1]: https://github.com/jet/dotnet-templates/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/jet/dotnet-templates/compare/3.12.0...4.0.0
Expand Down

0 comments on commit c1c21c2

Please sign in to comment.