Tags: endjin/Stacker
Tags
Improve logging format in BufferClient class (#250) Updated the output format of the buffering status message to enhance readability and visual distinction in the console. The new format uses color codes and a clearer structure to display the current index and total count.
Update package references and enhance code quality tools (#243) Updated several package references in `Stacker.Cli.csproj` to their latest versions, including `Microsoft.Extensions.*`, `NodaTime`, and `Spectre.Console.Cli`. The `packages.lock.json` file has been updated to reflect these changes, including an upgrade of `Endjin.RecommendedPractices.GitHub` from `2.1.12` to `2.1.18`. Additionally, new dependencies such as `StyleCop.Analyzers` and `StyleCop.Analyzers.Unstable` have been added, and existing dependencies like `Microsoft.Extensions.Configuration`, `Microsoft.Extensions.Primitives`, and `System.Text.Json` have been upgraded to version `9.0.4`.
Implement Buffer Shuffle (#233) * Update package versions for dependencies Updated the following package versions: - `NodaTime` from `3.1.11` to `3.2.1` - `YamlDotNet` from `16.0.0` to `16.3.0` - `Endjin.RecommendedPractices.GitHub` from `2.1.12` to `2.1.16` - `Spectre.Console.Analyzer` from `0.49.1` to `1.0.0` * Update package references in Stacker.Cli.csproj Upgraded Microsoft.Extensions libraries to version 9.0.3 and updated System.Threading.Tasks.Dataflow to version 9.0.3. These changes enhance the project with the latest features, improvements, and bug fixes from the updated dependencies. * Update Endjin.RecommendedPractices.GitHub package Updated the `Endjin.RecommendedPractices.GitHub` package version from `2.1.16` to `2.1.18` in the `Stacker.Cli.csproj` file. * Update to use Collection Expressions * Implement Buffer Shuffle Command and HTTP method * Implement shuffle commands * Update readme with new commands * Bump the major version
PreviousNext