We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a521d24 commit 084bc45Copy full SHA for 084bc45
CHANGELOG.md
@@ -3,6 +3,17 @@
3
## TODO List
4
- All notable changes to this project will be documented in this file.
5
6
+## version-94.2.1b
7
+- security fix
8
+- most of the process queries now don't use autocommit in order to avoid database connection locks
9
+
10
+## version-94.1.117
11
+- fix a crash bug when stopping and resuming batch pipeline
12
+- quality
13
+- added a configurable emptyDir usable to set a temporary tablespace for the kubernetes postgres executors
14
+ - set KUBERNETES_EXECUTOR_TEMPTABLESPACE_MEDIUM to "Memory"for a memory drive
15
+ - set KUBERNETES_EXECUTOR_TEMPTABLESPACE_MEDIUM to "" for a normal ephemeral drive
16
17
## version-94.1.112
18
- spring security critical upgrade
19
- webjar for js dependencies
0 commit comments