···699699 </listitem>
700700 <listitem>
701701 <para>
702702+ Updated recommended settings in
703703+ <literal>services.nginx.recommendedGzipSettings</literal>:
704704+ </para>
705705+ <itemizedlist spacing="compact">
706706+ <listitem>
707707+ <para>
708708+ Enables gzip compression for only certain proxied
709709+ requests.
710710+ </para>
711711+ </listitem>
712712+ <listitem>
713713+ <para>
714714+ Allow checking and loading of precompressed files.
715715+ </para>
716716+ </listitem>
717717+ <listitem>
718718+ <para>
719719+ Updated gzip mime-types.
720720+ </para>
721721+ </listitem>
722722+ <listitem>
723723+ <para>
724724+ Increased the minimum length of a response that will be
725725+ gzipped.
726726+ </para>
727727+ </listitem>
728728+ </itemizedlist>
729729+ </listitem>
730730+ <listitem>
731731+ <para>
702732 <link xlink:href="https://garagehq.deuxfleurs.fr/">Garage</link>
703733 version is based on
704734 <link xlink:href="options.html#opt-system.stateVersion">system.stateVersion</link>,
+6
nixos/doc/manual/release-notes/rl-2305.section.md
···179179180180- A new option `recommendedBrotliSettings` has been added to `services.nginx`. Learn more about compression in Brotli format [here](https://github.com/google/ngx_brotli/blob/master/README.md).
181181182182+- Updated recommended settings in `services.nginx.recommendedGzipSettings`:
183183+ - Enables gzip compression for only certain proxied requests.
184184+ - Allow checking and loading of precompressed files.
185185+ - Updated gzip mime-types.
186186+ - Increased the minimum length of a response that will be gzipped.
187187+182188- [Garage](https://garagehq.deuxfleurs.fr/) version is based on [system.stateVersion](options.html#opt-system.stateVersion), existing installations will keep using version 0.7. New installations will use version 0.8. In order to upgrade a Garage cluster, please follow [upstream instructions](https://garagehq.deuxfleurs.fr/documentation/cookbook/upgrading/) and force [services.garage.package](options.html#opt-services.garage.package) or upgrade accordingly [system.stateVersion](options.html#opt-system.stateVersion).
183189184190- `hip` has been separated into `hip`, `hip-common` and `hipcc`.