Skip to content

Tags: codebeltnet/cuemon

Tags

v11.0.0-preview.4

Toggle v11.0.0-preview.4's commit message
🔧 remove nuget login job and adjust deployment dependencies

v10.5.4

Toggle v10.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V10.5.4/service update (#166)

♻️ refactor cache expiration tests for improved readability and efficiency
⬆️ upgrade dependencies to latest patch versions
📝 update package release notes for 10.5.4
📝 expand api documentation with examples and standards

v10.5.3

Toggle v10.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V10.5.3/replace httpbin with mockerapi (#165)

♻️ replace test mocks and http client factory
✅ strengthen test assertions for timing and caching

v11.0.0-preview.3

Toggle v11.0.0-preview.3's commit message
📝 Update CHANGELOG and release artifacts for 11.0.0

v10.5.2

Toggle v10.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V10.5.2/service update (#160)

⬆️ update dependencies and tooling for v10.5.2
📦 add v10.5.2 release notes to 43 packages
🔥 remove obsolete NuGet prompt files

v11.0.0-preview.2

Toggle v11.0.0-preview.2's commit message
🔧 Add PackageReleaseNotes merge conflict resolution utility

Added Resolve-PackageReleaseNotesConflicts.ps1 to automate resolution of merge conflicts in all PackageReleaseNotes.txt files by keeping both sides (current branch first, then incoming) and staging the resolved files. Simplifies future merge workflows.

v10.5.1

Toggle v10.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V10.5.1/due diligence pack (#158)

🚚 move configurable types to kernel assembly
🐛 fix XmlRootAttribute fallback in XML serialization
♻️ simplify XML converter collection writing logic
✅ add comprehensive XML serialization test suite
✅ update threading namespace type assertion
👷 apply fork-compatible CI pipeline approach
⬆️ upgrade dependencies and container image
📦 update package release notes for v10.5.1
💬 add v10.5.1 changelog

v11.0.0-preview.1

Toggle v11.0.0-preview.1's commit message
🩹 fix: scope net11 method-count expectation to linux

The NET11_0_OR_GREATER guard previously adjusted the expected method count
for all platforms, but GetHelpContext was only removed on Linux. Wrapping
the adjustment in an OperatingSystem.IsLinux() check ensures the correct
expected count is applied on Linux while leaving other platforms unaffected.

v10.5.0

Toggle v10.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V10.5.0/new kernel (#156)

📝 docs: refresh nuget package metadata for kernel split
🏗️ refactor: extract kernel substrate from core
📝 docs: refine core helper xml docs
✅ add kernel test project and forwarding coverage
✅ add transient fault exception tests
📝 docs: document 10.5.0 kernel release
🔧 update release note and package config
🧱 register kernel project in workspace tooling
✅ adjust tests for kernel extraction

---------

Co-authored-by: aicia[bot] <bot.mor.u25@gmail.com>

v10.4.0

Toggle v10.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V10.4.0/vary by header middleware (#154)

✨ add vary accept middleware to handle response caching
✅ tests for vary accept middleware functionality
📝 add vary accept middleware and update changelog