3.10.0
github-actions
released this
03 Sep 18:26
·
17 commits
to refs/heads/main
since this release
Hey everyone, just wanted to say a huge thanks to all of you who helped with this version — whether through contributions, reporting issues, or discussions. I've been very busy lately, and your support has been a huge help. I really appreciate it!
What's Changed
🚀 Features
- feat: Add MongoDB replica set support (#1196) @artiomchi
- feat: Detect CSharp, FSharp and Visual Basic projects (#1234) @HofmeisterAn
- feat: Improve parsing of Docker image tag version
MatchVersion(Predicate<Version>)
(#1231) @0xced - feat: Log Docker daemon labels if present (#1226) @eddumelendez
🐛 Bug Fixes
- fix: Get sqlcmd utility file path from container instead of const file path (#1221) @outofrange-consulting
- fix: Add Keycloak health port 9000 starting from major version 25 (#1213) @paulomorgado
- fix: Allow specifying the protocol (TCP, UDP, SCTP) to resolve the public assigned host port (#1219) @wolfman42
- fix: Trim relative path indicators from Dockerfile path (#1203) @HofmeisterAn
📖 Documentation
- chore: Replace codeinclude with snippets (#1251) @HofmeisterAn
- docs: Use codeinclude in module examples (#1245) @HofmeisterAn
🧹 Housekeeping
- chore: Apply fix for github.com/apache/pulsar/issues/22811 only for affected versions (#1232) @entvex
- chore: Replace codeinclude with snippets (#1251) @HofmeisterAn
- chore: Change global.json roll-forward policy from
latestPatch
tolatestMinor
(#1230) @0xced - chore: Remove obsolete UntilOperationIsSucceeded wait strategy (#1202) @HofmeisterAn