mirror of
https://github.com/penpot/penpot.git
synced 2026-08-04 11:58:48 +00:00
📚 Update changelog
This commit is contained in:
parent
5ffb7ae2ec
commit
49f06b25fa
41
CHANGES.md
41
CHANGES.md
@ -4,27 +4,30 @@
|
|||||||
|
|
||||||
### :rocket: Epics and highlights
|
### :rocket: Epics and highlights
|
||||||
|
|
||||||
### :boom: Breaking changes & Deprecations
|
- Deprecated configuration variables with the prefix `PENPOT_ASSETS_*`, and will be
|
||||||
|
removed in future versions:
|
||||||
|
|
||||||
- Remove already deprecated configuration variables with the prefix
|
- The `PENPOT_ASSETS_STORAGE_BACKEND` becomes `PENPOT_OBJECTS_STORAGE_BACKEND` and its
|
||||||
`PENPOT_ASSETS_*` (replaced by variables named with
|
values passes from (`assets-fs` or `assets-s3`) to (`fs` or `s3`)
|
||||||
`PENPOT_OBJECTS_STORAGE_*`.
|
- The `PENPOT_STORAGE_ASSETS_FS_DIRECTORY` becomes `PENPOT_OBJECTS_STORAGE_FS_DIRECTORY`
|
||||||
|
- The `PENPOT_STORAGE_ASSETS_S3_BUCKET` becomes `PENPOT_OBJECTS_STORAGE_S3_BUCKET`
|
||||||
|
- The `PENPOT_STORAGE_ASSETS_S3_REGION` becomes `PENPOT_OBJECTS_STORAGE_S3_REGION`
|
||||||
|
- The `PENPOT_STORAGE_ASSETS_S3_ENDPOINT` becomes `PENPOT_OBJECTS_STORAGE_S3_ENDPOINT`
|
||||||
|
- The `PENPOT_STORAGE_ASSETS_S3_IO_THREADS` replaced (see below)
|
||||||
|
|
||||||
- Replace the `PENPOT_OBJECTS_STORAGE_S3_IO_THREADS` with a more
|
- Add `PENPOT_NETTY_IO_THREADS` and `PENPOT_EXECUTOR_THREADS` variables to provide the
|
||||||
general configuration `PENPOT_NETTY_IO_THREADS` used to configure a
|
control over concurrency of the shared resources used by netty. Penpot uses the netty IO
|
||||||
shared netty resources across different services which use netty
|
threads for AWS S3 SDK and Redis/Valkey communication, and the EXEC threads to perform
|
||||||
internally (redis connection, S3 SDK client). This configuration is
|
out of HTTP serving threads tasks such that cache invalidation, S3 response completion,
|
||||||
not very commonly used so don't expected real impact on any user.
|
configuration reloading and many other auxiliar tasks. By default they use a half number
|
||||||
|
if available cpus with a minumum of 2 for both executors. You should not touch that
|
||||||
|
variables unless you are know what you are doing.
|
||||||
|
|
||||||
|
- Replace the `PENPOT_STORAGE_ASSETS_S3_IO_THREADS` with a more general configuration
|
||||||
|
`PENPOT_NETTY_IO_THREADS` used to configure a shared netty resources across different
|
||||||
|
services which use netty internally (redis connection, S3 SDK client). This
|
||||||
|
configuration is not very commonly used so don't expected real impact on any user.
|
||||||
|
|
||||||
- Add `PENPOT_NETTY_IO_THREADS` and `PENPOT_EXECUTOR_THREADS`
|
|
||||||
variables for provide the control over concurrency of the shared
|
|
||||||
resources used by netty. Penpot uses the netty IO threads for AWS S3
|
|
||||||
SDK and Redis/Valkey communication, and the EXEC threads to perform
|
|
||||||
out of HTTP serving threads tasks such that cache invalidation, S3
|
|
||||||
response completion, configuration reloading and many other auxiliar
|
|
||||||
tasks. By default they use a half number if available cpus with a
|
|
||||||
minumum of 2 for both executors. You should not touch that variables
|
|
||||||
unless you are really know what you are doing.
|
|
||||||
|
|
||||||
### :heart: Community contributions (Thank you!)
|
### :heart: Community contributions (Thank you!)
|
||||||
|
|
||||||
@ -182,7 +185,7 @@
|
|||||||
|
|
||||||
**Penpot Library**
|
**Penpot Library**
|
||||||
|
|
||||||
The initial prototype is completly reworked for provide a more consistent API
|
The initial prototype is completly reworked to provide a more consistent API
|
||||||
and to have proper validation and params decoding. All the details can be found
|
and to have proper validation and params decoding. All the details can be found
|
||||||
on [its own changelog](library/CHANGES.md)
|
on [its own changelog](library/CHANGES.md)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user