2021-06-17 23:07:00 +01:00
# Release 21.11 (“?”, 2021.11/??) {#sec-release-21.11}
2021-05-09 04:22:32 +01:00
In addition to numerous new and upgraded packages, this release has the following highlights:
2021-06-22 01:59:44 +01:00
- Support is planned until the end of April 2022, handing over to 22.05.
2021-05-24 13:17:51 +01:00
2021-06-17 23:07:00 +01:00
## Highlights {#sec-release-21.11-highlights}
2021-06-02 19:52:02 +01:00
2021-06-22 01:59:44 +01:00
- PHP now defaults to PHP 8.0, updated from 7.4.
2021-06-03 14:35:16 +01:00
2021-06-17 23:07:00 +01:00
## New Services {#sec-release-21.11-new-services}
2021-06-02 19:52:02 +01:00
2021-06-22 01:59:44 +01:00
- [geoipupdate ](https://github.com/maxmind/geoipupdate ), a GeoIP database updater from MaxMind. Available as [services.geoipupdate ](options.html#opt-services.geoipupdate.enable ).
2021-04-28 15:56:06 +01:00
2021-06-22 01:59:44 +01:00
- [sourcehut ](https://sr.ht ), a collection of tools useful for software development. Available as [services.sourcehut ](options.html#opt-services.sourcehut.enable ).
2021-06-07 16:20:13 +01:00
2021-06-22 01:59:44 +01:00
- [ucarp ](https://download.pureftpd.org/pub/ucarp/README ), an userspace implementation of the Common Address Redundancy Protocol (CARP). Available as [networking.ucarp ](options.html#opt-networking.ucarp.enable ).
2021-06-13 21:00:09 +01:00
2021-06-17 23:07:00 +01:00
## Backward Incompatibilities {#sec-release-21.11-incompatibilities}
2021-05-24 13:17:51 +01:00
2021-06-22 01:59:44 +01:00
- The `staticjinja` package has been upgraded from 1.0.4 to 2.0.0
2021-06-02 19:52:02 +01:00
2021-06-22 01:59:44 +01:00
- `services.geoip-updater` was broken and has been replaced by [services.geoipupdate ](options.html#opt-services.geoipupdate.enable ).
2021-04-28 15:56:06 +01:00
2021-06-22 01:59:44 +01:00
- PHP 7.3 is no longer supported due to upstream not supporting this version for the entire lifecycle of the 21.11 release.
2021-06-03 14:06:06 +01:00
2021-06-22 01:59:44 +01:00
- Those making use of `buildBazelPackage` will need to regenerate the fetch hashes (preferred), or set `fetchConfigured = false;` .
2021-06-06 22:28:19 +01:00
2021-06-22 01:59:44 +01:00
- fsharp41 has been removed in preference to use the latest dotnet-sdk
- The following F#-related packages have been removed for being unmaintaned. Please use `fetchNuGet` for specific packages.
2021-06-08 21:03:10 +01:00
2021-06-09 06:23:44 +01:00
- ExtCore
- Fake
- Fantomas
- FsCheck
- FsCheck262
- FsCheckNunit
- FSharpAutoComplete
- FSharpCompilerCodeDom
- FSharpCompilerService
- FSharpCompilerTools
- FSharpCore302
- FSharpCore3125
- FSharpCore4001
- FSharpCore4117
- FSharpData
- FSharpData225
- FSharpDataSQLProvider
- FSharpFormatting
- FsLexYacc
- FsLexYacc706
- FsLexYaccRuntime
- FsPickler
- FsUnit
- Projekt
- Suave
- UnionArgParser
- ExcelDnaRegistration
- MathNetNumerics
2021-06-22 01:59:44 +01:00
- `programs.x2goserver` is now `services.x2goserver`
2021-06-10 06:01:21 +01:00
2021-06-22 01:59:44 +01:00
- The following dotnet-related packages have been removed for being unmaintaned. Please use `fetchNuGet` for specific packages.
2021-06-09 08:22:14 +01:00
- Autofac
- SystemValueTuple
- MicrosoftDiaSymReader
- MicrosoftDiaSymReaderPortablePdb
- SystemCollectionsImmutable
- SystemCollectionsImmutable131
- SystemReflectionMetadata
- NUnit350
- Deedle
- ExcelDna
- GitVersionTree
- NDeskOptions
2021-06-20 11:23:37 +01:00
* The `antlr` package now defaults to the 4.x release instead of the
old 2.7.7 version.
2021-06-17 23:07:00 +01:00
## Other Notable Changes {#sec-release-21.11-notable-changes}