Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.34.1 #191

Merged
merged 3 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions source/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes with Unit 1.34.1 10 Jan 2025

*) Bugfix: fix instability issues due to OpenTelemetry (OTEL) support.

*) Bugfix: fix issues with building OpenTelemetry (OTEL) support on
various platforms, including macOS.


Changes with Unit 1.34.0 19 Dec 2024

Expand Down
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
project = 'NGINX Unit'
author = 'NGINX, Inc.'
copyright = '2017-2025'
version = '1.34.0'
release_date = 'Dec 19, 2024'
version = '1.34.1'
release_date = 'Jan 10, 2025'
release = version
needs_sphinx = '6.2'

Expand Down
3 changes: 3 additions & 0 deletions source/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ News
.. toctree::
:hidden:

2025 <news/2025/index>
2024 <news/2024/index>
2023 <news/2023/index>
2022 <news/2022/index>
Expand All @@ -22,6 +23,8 @@ Most recent updates (to get them automatically, subscribe to our `RSS feed

You can also browse our archives:

- :doc:`news/2025/index`

- :doc:`news/2024/index`

- :doc:`news/2023/index`
Expand Down
10 changes: 6 additions & 4 deletions source/news/2024/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,26 @@ News archive for the year 2024.

.. nxt_news_entry::
:author: Unit Team
:description: Version 1.34.0 includes three new configuration options and a
CLI tool.
:description: Version 1.34.0 includes initial OpenTelemetry (OTEL) support.
:email: [email protected]
:title: Unit 1.34.0 Released
:url: news/2024/unit-1.34.0-released
:date: 2024-12-19

.. nxt_news_entry::
:author: Unit Team
:description: Version 1.33.0 includes three new configuration options and a CLI tool.
:description: Version 1.33.0 includes three new configuration options
and a CLI tool.
:email: [email protected]
:title: Unit 1.33.0 Released
:url: news/2024/unit-1.33.0-released
:date: 2024-09-18

.. nxt_news_entry::
:author: Unit Team
:description: Version 1.32.1 is a maintenance release that fixes bugs in the new WebAssembly Language Module and in our njs implementation.
:description: Version 1.32.1 is a maintenance release that fixes bugs
in the new WebAssembly Language Module and in our njs
implementation.
:email: [email protected]
:title: Unit 1.32.1 Released
:url: news/2024/unit-1.32.1-released
Expand Down
14 changes: 14 additions & 0 deletions source/news/2025/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
############
News of 2025
############

News archive for the year 2025.

.. nxt_news_entry::
:author: Unit Team
:description: Version 1.34.1 is a maintenance release that fixes issues
with the previously introduced OpenTelemetry (OTEL) support.
:email: [email protected]
:title: Unit 1.34.1 Released
:url: news/2025/unit-1.34.1-released
:date: 2025-01-10
28 changes: 28 additions & 0 deletions source/news/2025/unit-1.34.1-released.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
:orphan:

####################
Unit 1.34.1 Released
####################

We are pleased to announce the release of NGINX Unit 1.34.1. This is a
maintenance release that fixes stability issues caused by the
OpenTelemetry (OTEL) support that was added in the previous release.

- It addresses instability issues resulting in Unit segmentation
faulting when OTEL was not actually configured.

- It addresses issues of not being able to build Unit with OTEL support
on various platforms, including macOS.

**************
Full Changelog
**************

.. code-block:: none

Changes with Unit 1.34.1 10 Jan 2025

*) Bugfix: fix instability issues due to OpenTelemetry (OTEL) support.

*) Bugfix: fix issues with building OpenTelemetry (OTEL) support on
various platforms, including macOS.