2024-11-16 04:02:52 +00:00
# Release 25.05 (“Warbler”, 2025.05/??) {#sec-release-25.05}
2024-11-14 17:23:16 +00:00
2024-11-14 17:09:41 +00:00
## Highlights {#sec-release-25.05-highlights}
2024-11-16 04:04:40 +00:00
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
2024-11-14 17:09:41 +00:00
- Create the first release note entry in this section!
2024-11-16 04:04:40 +00:00
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
2024-11-15 05:56:35 +00:00
## New Modules {#sec-release-25.05-new-modules}
2024-11-14 17:09:41 +00:00
2024-11-16 04:04:40 +00:00
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
2024-11-02 18:03:29 +00:00
- [Kimai ](https://www.kimai.org/ ), a web-based multi-user time-tracking application. Available as [services.kimai ](option.html#opt-services.kimai ).
2024-11-14 17:09:41 +00:00
2024-08-27 06:53:59 +01:00
- [Amazon CloudWatch Agent ](https://github.com/aws/amazon-cloudwatch-agent ), the official telemetry collector for AWS CloudWatch and AWS X-Ray. Available as [services.amazon-cloudwatch-agent ](#opt-services.amazon-cloudwatch-agent.enable ).
2024-11-16 04:04:40 +00:00
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
2024-11-14 17:09:41 +00:00
## Backward Incompatibilities {#sec-release-25.05-incompatibilities}
2024-11-16 04:04:40 +00:00
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
2024-10-18 08:53:29 +01:00
- `buildGoPackage` has been removed. Use `buildGoModule` instead. See the [Go section in the nixpkgs manual ](https://nixos.org/manual/nixpkgs/unstable/#sec-language-go ) for details.
2024-10-18 08:53:11 +01:00
2024-11-19 19:53:01 +00:00
- `timescaledb` requires manual upgrade steps.
After you run ALTER EXTENSION, you must run [this SQL script ](https://github.com/timescale/timescaledb-extras/blob/master/utils/2.15.X-fix_hypertable_foreign_keys.sql ). For more details, see the following pull requests [#6797 ](https://github.com/timescale/timescaledb/pull/6797 ).
PostgreSQL 13 is no longer supported in TimescaleDB v2.16.
2024-11-19 20:32:28 +00:00
- Support for CUDA 10 has been dropped, as announced in the 24.11 release notes.
2024-11-15 05:45:53 +00:00
- `kanata` was updated to v1.7.0, which introduces several breaking changes.
See the release notes of
[v1.7.0 ](https://github.com/jtroo/kanata/releases/tag/v1.7.0 )
for more information.
2024-11-14 17:09:41 +00:00
2024-11-03 16:55:34 +00:00
- the notmuch vim plugin now lives in a separate output of the `notmuch`
package. Installing `notmuch` will not bring the notmuch vim package anymore,
add `vimPlugins.notmuch-vim` to your (Neo)vim configuration if you want the
vim plugin.
2024-11-16 04:04:40 +00:00
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
2024-11-14 17:09:41 +00:00
## Other Notable Changes {#sec-release-25.05-notable-changes}
2024-11-16 04:04:40 +00:00
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
2024-11-14 17:09:41 +00:00
- Create the first release note entry in this section!
2024-11-14 17:23:16 +00:00
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->