Skip to content

Commit d7294e2

Browse files
committed
Merge branch 'osa-proxy-2025-48-3' into 'master'
changelog for osa-proxy-2025-48-3 See merge request CodeScoring/docs!559
2 parents 9806e76 + b87c2cf commit d7294e2

File tree

6 files changed

+20
-4
lines changed

6 files changed

+20
-4
lines changed

docs/changelog/proxy-changelog.en.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ hide:
55

66
# OSA Proxy Changelog
77

8+
### [2025.48.3] - 2025-12-08
9+
10+
#### Fixed
11+
12+
- Fixed the resource leak, which manifested immediately before the Garbage Collection (GC) cycle
13+
- Fixed a behavior that caused the error `Connection prematurely closed BEFORE response` in cases where the connection was closed on the server side or by a reverse proxy
14+
815
### [2025.48.2] - 2025-12-02
916

1017
#### Fixed

docs/changelog/proxy-changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ hide:
55

66
# OSA Proxy Changelog
77

8+
### [2025.48.3] - 2025-12-08
9+
10+
#### Исправлено
11+
12+
- Устранена утечка ресурсов, которая проявлялась непосредственно перед циклом сборки мусора (GC)
13+
- Исправлено поведение, приводившее к некорректному срабатыванию ошибки `Connection prematurely closed BEFORE response` в случаях, когда соединение было закрыто на стороне сервера или обратного прокси
14+
815
### [2025.48.2] - 2025-12-02
916

1017
#### Исправлено

docs/osa-proxy/config-debian.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following repository definition needs to be added to the service's YAML conf
3434
**Configuration in `application.yml` file**
3535

3636
```yaml
37-
apt:
37+
debian:
3838
enabled: true
3939
repository:
4040
- name: debian-apt

docs/osa-proxy/config-debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
3434
**Конфигурация в файле `application.yml`**
3535

3636
```yaml
37-
apt:
37+
debian:
3838
enabled: true
3939
repository:
4040
- name: debian-apt

docs/osa-proxy/config-go.en.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ The following repository definition needs to be added to the service's YAML conf
2727
**Configuration in `application.yml` file**
2828

2929
```yaml
30-
apt:
30+
go:
3131
enabled: true
3232
repository:
3333
- name: inet-go
3434
scan-package: true
35+
scan-manifest: true
3536
registry: https://proxy.golang.org
3637
```
3738

docs/osa-proxy/config-go.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ hide:
2727
**Конфигурация в файле `application.yml`**
2828

2929
```yaml
30-
apt:
30+
go:
3131
enabled: true
3232
repository:
3333
- name: inet-go
3434
scan-package: true
35+
scan-manifest: true
3536
registry: https://proxy.golang.org
3637
```
3738

0 commit comments

Comments
 (0)