Releases: swift-server/swift-service-lifecycle
Releases · swift-server/swift-service-lifecycle
2.11.0
What's Changed
SemVer Minor
- [CI] Add Wasm support by @czechboy0 in #218
- Support custom service names by @kukushechkin in #233
Other Changes
- Bump swiftlang/github-workflows/.github/workflows/soundness.yml from 0.0.7 to 0.0.8 by @dependabot[bot] in #231
- [CI] Add automated release workflow using swift-temporal-sdk by @kukushechkin in #234
New Contributors
- @kukushechkin made their first contribution in #233
Full Changelog: 2.10.1...2.11.0
2.10.1
2.10.0
What's Changed
SemVer Minor
- Drop support for 5.10 by @FranzBusch in #226
- Add a
ClosureServiceby @gjcairo in #227
SemVer Patch
- Fix weak var warning on 6.2 and above by @FranzBusch in #223
Other Changes
- Enable dependabot and switch GHA references to tags by @czechboy0 in #224
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #225
New Contributors
- @dependabot[bot] made their first contribution in #225
Full Changelog: 2.9.1...2.10.0
2.9.1
What's Changed
SemVer Patch
- Enable 6.2 CI and enable Windows CI by @FranzBusch in #215
Other Changes
Full Changelog: 2.9.0...2.9.1
2.9.0
What's Changed
SemVer Minor
- Add support for
SIGPIPEby @FranzBusch in #214 - Include the service name in the
serviceFinishedUnexpectedlyerror by @FranzBusch in #217
SemVer Patch
Other Changes
- Enable release mode builds by @josephnoir in #211
- extending the documentation content by @heckj in #212
New Contributors
- @heckj made their first contribution in #205
- @josephnoir made their first contribution in #211
Full Changelog: 2.8.0...2.9.0
2.8.0
2.7.0
What's Changed
SemVer Minor
- Support adding services while
ServiceGroupis running by @sliemeobn in #199
SemVer Patch
- Import the Android module if available, since glibc and musl are unavailable on Android by @Joannis in #198
Other Changes
- Update documentation by @mimischi in #195
- Update README.md by @FranzBusch in #197
New Contributors
Full Changelog: 2.6.3...2.7.0
2.6.3
What's Changed
SemVer Minor
SemVer Patch
- Remove deprecation of withGracefulShutdownHandler if compiler < 6 by @hamzahrmalik in #194
Other Changes
- Aligning semantic version label check name by @FranzBusch in #190
- Make logging optional and update docs by @nervenes in #189
- Update release.yml by @FranzBusch in #193
New Contributors
Full Changelog: 2.6.2...2.6.3
2.6.2
What's Changed
SemVer Patch
- Adopt GitHub actions & fix Swift 6 warnings by @FranzBusch in #187
Full Changelog: 2.6.1...2.6.2
Swift Service Lifecycle 2.6.1
SemVer Patch
- Change 'unsafeDowncast' to 'as!' (#186)