Skip to content

Commit 0729a92

Browse files
mishamyteclaude
andcommitted
docs: add batchPostingLimit rename to the migration table; fix EOL TFM placeholder
The README migration table skipped the batchPostingLimit -> batchSizeLimit rename - the one change every appsettings migrator hits first (the wiki had it, the README did not). The bug-report template suggested net6.0, which v9 no longer targets. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 5e42a5d commit 0729a92

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
id: net-version
1616
attributes:
1717
label: Which version of .NET are you using?
18-
placeholder: net6.0
18+
placeholder: net8.0
1919
validations:
2020
required: true
2121
- type: textarea

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ V9 is a major release with breaking changes. The highlights:
466466
| Target frameworks | `netstandard2.0`, `net5.0``net8.0` | `net8.0`, `net9.0`, `net10.0` |
467467
| Serilog | 2.x / 3.x | **4.3.1+** (native batching) |
468468
| HTTP client | `ILokiHttpClient` / `LokiGzipHttpClient` subclasses | Inject `httpClient` / `httpMessageHandler`; gzip via `DelegatingHandler` |
469+
| Batch size parameter | `batchPostingLimit` | renamed to `batchSizeLimit` |
469470
| Level label | always injected, collisions renamed | `handleLogLevelAsLabel` (default `true`); `Fatal``fatal` (was `critical`) |
470471
| Property → label | removed the property from the body | property is **kept** in the body |
471472
| Reserved-property renaming | `IReservedPropertyRenamingStrategy` | removed — pipeline is immutable; reserved body keys are prefixed with `_` |

0 commit comments

Comments
 (0)