Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
c241ce7
modify version and date in config
JTorreG Feb 22, 2024
6261d93
add news document
JTorreG Feb 22, 2024
adb97c4
Add changes to configuration doc
JTorreG Feb 22, 2024
f619288
update building from source
JTorreG Feb 22, 2024
14bda11
update app languages and optional
JTorreG Feb 22, 2024
e41ac7c
moving content to the right sections
JTorreG Feb 22, 2024
34758c3
add configuration wasm section
JTorreG Feb 22, 2024
9f642ac
update configuration steps
JTorreG Feb 22, 2024
230b213
fix trailing whitespace
JTorreG Feb 22, 2024
0b02b5b
add samples changes
JTorreG Feb 22, 2024
91a163b
add conditional logging to config
JTorreG Feb 22, 2024
c66f677
make access log sub-section
JTorreG Feb 22, 2024
c73b16a
add variable
JTorreG Feb 22, 2024
4082e9c
add hyperlink
JTorreG Feb 22, 2024
44f5755
update language modules
JTorreG Feb 22, 2024
d5eaa3e
add if to NJS places
JTorreG Feb 22, 2024
f6c9030
Apply suggestions from code review
JTorreG Feb 22, 2024
1f671fd
Apply suggestions from code review
JTorreG Feb 22, 2024
1b82374
Apply suggestions from code review
JTorreG Feb 22, 2024
7957520
update line length
JTorreG Feb 22, 2024
b80dfcc
Apply suggestions from code review
JTorreG Feb 23, 2024
0939a4b
Apply suggestions from code review
JTorreG Feb 23, 2024
ebae145
Apply suggestions from code review
JTorreG Feb 26, 2024
c5bc960
Update source/howto/source.rst
JTorreG Feb 26, 2024
d9e2472
Update source/howto/samples.rst
JTorreG Feb 26, 2024
2b090b2
Update source/howto/samples.rst
JTorreG Feb 26, 2024
151fb1d
Update source/news/2024/unit-1.32.0-released.rst
JTorreG Feb 26, 2024
6f7ce9c
Update source/news/2024/unit-1.32.0-released.rst
JTorreG Feb 26, 2024
f21a06b
Update source/howto/source.rst
JTorreG Feb 26, 2024
d5d75cd
re-add removed section scripting
JTorreG Feb 26, 2024
9329fe9
cherrypick PR106
ac000 Feb 23, 2024
629ca81
news scripting support rewrite
JTorreG Feb 26, 2024
9c12ff6
add CLI enhancements to news
JTorreG Feb 26, 2024
c234e47
Update source/scripting.rst
JTorreG Feb 26, 2024
fa86bc4
Update source/scripting.rst
JTorreG Feb 26, 2024
001618c
Update source/scripting.rst
JTorreG Feb 26, 2024
971eb7d
Update source/howto/samples.rst
JTorreG Feb 26, 2024
0dde02d
fix reference
JTorreG Feb 26, 2024
47c4862
update deprecated warning
JTorreG Feb 26, 2024
9199fe6
Update source/howto/source.rst
JTorreG Feb 26, 2024
3da93db
add Cache-control example
JTorreG Feb 26, 2024
e1a6062
Merge branch 'master' into release-1.32
JTorreG Feb 26, 2024
910dba3
add vars to njs objects
JTorreG Feb 26, 2024
149e599
initial commit
JTorreG Feb 26, 2024
2a6d490
add section in changes in behavior
JTorreG Feb 26, 2024
c069d5c
update intro
JTorreG Feb 26, 2024
3412487
Update source/news/2024/unit-1.32.0-released.rst
JTorreG Feb 26, 2024
65b1d1f
update section order
JTorreG Feb 26, 2024
b118b15
rephrase blog mention
JTorreG Feb 26, 2024
ac8f544
add links in github section
JTorreG Feb 26, 2024
dbeeb2d
Apply suggestions from code review
JTorreG Feb 26, 2024
08cb947
Update source/news/2024/unit-1.32.0-released.rst
JTorreG Feb 26, 2024
118ca67
update tense
JTorreG Feb 26, 2024
6c7975a
Update source/news/2024/unit-1.32.0-released.rst
JTorreG Feb 26, 2024
24c51bb
remove redundant sentence
JTorreG Feb 26, 2024
5931583
Update source/news/2024/index.rst
JTorreG Feb 26, 2024
41c6f34
remove next level
JTorreG Feb 26, 2024
b55ea23
Update source/news/2024/unit-1.32.0-released.rst
JTorreG Feb 27, 2024
3b0563c
Update source/news/2024/unit-1.32.0-released.rst
JTorreG Feb 27, 2024
efd4f01
add full changelog
JTorreG Feb 27, 2024
4dac722
Merge pull request #110 from nginx/release-1.32-rewrite
JTorreG Feb 27, 2024
31d7c28
update wasm mentions, capitalization
JTorreG Feb 27, 2024
2a6e124
Update source/howto/samples.rst
JTorreG Feb 27, 2024
c7575ce
Update source/howto/samples.rst
JTorreG Feb 27, 2024
b75a7f7
disable smartquotes
JTorreG Feb 27, 2024
9a1b88c
add blank line to py file
JTorreG Feb 27, 2024
ce6127a
change smartquites to qe
JTorreG Feb 27, 2024
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
5 changes: 3 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-2024'
version = '1.31.1'
release_date = 'Oct 19, 2023'
version = '1.32.0'
release_date = 'Feb 27, 2024'
release = version
needs_sphinx = '6.2'

Expand Down Expand Up @@ -39,3 +39,4 @@

sys.path.append(os.path.abspath('./exts'))
extensions = ['inline', 'nxt', 'subs', 'github']
smartquotes_action = 'qe'
Loading