Releases: OptiSchmopti/CsvProc9000
Releases · OptiSchmopti/CsvProc9000
v1.4.0
v1.3.0
🌟 What's New
- Write logs to a rolling file (creates a new file every day, without any other restrictions) by @wgnf
🐞 Bugfixes
- When using as a Windows-Service, still write the logs to the binary-folder (not
C:/System/Win32
) by @wgnf
⬆️ Version upgrades
- bump CsvHelper from 27.1.1 to 27.2.0 by @dependabot in #44
- bump ArrangeContext.Moq from 1.2.2 to 1.3.0 by @dependabot in #43
- bump FluentAssertions.Analyzers from 0.12.1 to 0.13.0 by @dependabot in #42
- bump CsvHelper from 27.2.0 to 27.2.1 by @dependabot in #46
- bump System.IO.Abstractions from 13.2.47 to 14.0.3 by @dependabot in #45
- bump System.IO.Abstractions from 14.0.3 to 14.0.13 by @dependabot in #47
- bump System.IO.Abstractions from 14.0.13 to 16.0.1 by @dependabot in #48
- bump FluentAssertions from 6.2.0 to 6.3.0 by @dependabot in #49
- bump FluentAssertions.Analyzers from 0.13.0 to 0.15.0 by @dependabot in #51
- bump System.IO.Abstractions from 16.0.1 to 16.0.8 by @dependabot in #52
- bump ArrangeContext.Moq from 1.3.0 to 2.0.0 by @dependabot in #50
- bump System.IO.Abstractions from 16.0.8 to 16.1.4 by @dependabot in #53
- bump FluentAssertions from 6.3.0 to 6.4.0 by @dependabot in #54
- bump coverlet.collector from 3.1.0 to 3.1.1 by @dependabot in #56
- bump System.IO.Abstractions from 16.1.4 to 16.1.7 by @dependabot in #55
- bump coverlet.collector from 3.1.1 to 3.1.2 by @dependabot in #58
- bump System.IO.Abstractions from 16.1.7 to 16.1.10 by @dependabot in #57
- bump Microsoft.Extensions.Hosting from 6.0.0 to 6.0.1 by @dependabot in #60
- bump FluentAssertions from 6.4.0 to 6.5.1 by @dependabot in #59
- bump System.IO.Abstractions from 16.1.10 to 16.1.15 by @dependabot in #61
- bump FluentAssertions.Analyzers from 0.15.0 to 0.16.0 by @dependabot in #62
- bump Serilog.AspNetCore from 4.1.0 to 5.0.0 by @dependabot in #63
- bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 by @dependabot in #64
- bump Moq from 4.16.1 to 4.17.1 by @dependabot in #65
- bump System.IO.Abstractions from 16.1.15 to 16.1.16 by @dependabot in #67
- bump Moq from 4.17.1 to 4.17.2 by @dependabot in #66
- bump System.IO.Abstractions from 16.1.16 to 16.1.23 by @dependabot in #68
- bump System.IO.Abstractions from 16.1.23 to 16.1.25 by @dependabot in #69
- bump FluentAssertions from 6.5.1 to 6.6.0 by @dependabot in #70
- bump FluentAssertions.Analyzers from 0.16.0 to 0.17.2 by @dependabot in #71
Full Changelog: v1.2.0...v1.3.0
v1.2.0
🐞 Bugfixes
⬆️ Version upgrades
- Upgrade to .NET 6 by @wgnf in #39
- Bump System.Text.Encoding.CodePages from 5.0.0 to 6.0.0 by @dependabot in #36
- Bump Microsoft.Extensions.Hosting.WindowsServices from 5.0.1 to 6.0.0 by @dependabot in #35
- Bump Microsoft.Extensions.Hosting from 5.0.0 to 6.0.0 by @dependabot in #34
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.1
v1.0.0
🌟 What's new?
- #7 (💥 Breaking Change) The Service can now reliably handle lots of input files. by @wgnf in #21
- Added new configuration parameter
JobThreadCount
(pos. number, default: 2) which controls how many processes can run in parallel
- Added new configuration parameter
- #6 The Service now also recognizes files that are in the Inbox-Folder before execution and will process them as well upon process start. by @wgnf in https://github.com/OptiSchmopti/CsvProc9000
⌨️ Codebase Improvements
- Bump Microsoft.NET.Test.Sdk from 16.9.4 to 17.0.0 by @dependabot in #22
- Bump coverlet.collector from 3.0.2 to 3.1.0 by @dependabot in #23
- Bump JetBrains.Annotations from 2021.2.0 to 2021.3.0 by @dependabot in #20
- Refactored some portions of the code. by @wgnf in #21
- #2 Added Unit-Tests for all code. by @wgnf in #21
- #17 Uses
CsvHelper
to write the CSV-Files as well. by @wgnf in #21
Full Changelog: v0.2.0...v1.0.0
v0.2.0
v0.1.1
v0.1.0
This release includes the first implementation for the CsvProc9000.
🌟 Whats new?
- Observing a configurable Inbox-Folder for newly created CSV-Files
- Reading in that CSV-File
- Applying changes to that CSV-File according to the defined rules
- Saving the altered CSV-File to a configured Outbox-Folder