Commit 0e82963
committed
feat: deprecate
The `asyncEnabled` field was removed from the Weaviate server schema in
v1.38. The client still accepted `async_enabled` and forwarded it, so the
server silently dropped it and the user's intent was lost without any
indication (issue #2047).
Following the existing precedent for `max_workers` /
`alive_nodes_checking_frequency` (Dep029), the `async_enabled` argument in
`Configure.replication` / `Reconfigure.replication` now emits a
`DeprecationWarning` (Dep030) when passed, while remaining functional
against older servers. Docstrings are updated to document the removal.
Closes #2047async_enabled replication argument removed server-side1 parent 5a4b983 commit 0e82963
3 files changed
Lines changed: 51 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3041 | 3041 | | |
3042 | 3042 | | |
3043 | 3043 | | |
| 3044 | + | |
| 3045 | + | |
| 3046 | + | |
| 3047 | + | |
| 3048 | + | |
| 3049 | + | |
| 3050 | + | |
| 3051 | + | |
| 3052 | + | |
| 3053 | + | |
| 3054 | + | |
| 3055 | + | |
| 3056 | + | |
| 3057 | + | |
| 3058 | + | |
| 3059 | + | |
| 3060 | + | |
| 3061 | + | |
| 3062 | + | |
| 3063 | + | |
| 3064 | + | |
| 3065 | + | |
| 3066 | + | |
3044 | 3067 | | |
3045 | 3068 | | |
3046 | 3069 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2791 | 2791 | | |
2792 | 2792 | | |
2793 | 2793 | | |
2794 | | - | |
| 2794 | + | |
| 2795 | + | |
| 2796 | + | |
| 2797 | + | |
| 2798 | + | |
2795 | 2799 | | |
2796 | 2800 | | |
2797 | 2801 | | |
2798 | 2802 | | |
2799 | 2803 | | |
2800 | | - | |
| 2804 | + | |
2801 | 2805 | | |
| 2806 | + | |
| 2807 | + | |
2802 | 2808 | | |
2803 | 2809 | | |
2804 | 2810 | | |
| |||
3071 | 3077 | | |
3072 | 3078 | | |
3073 | 3079 | | |
| 3080 | + | |
| 3081 | + | |
| 3082 | + | |
| 3083 | + | |
| 3084 | + | |
| 3085 | + | |
3074 | 3086 | | |
3075 | 3087 | | |
3076 | 3088 | | |
3077 | 3089 | | |
3078 | | - | |
| 3090 | + | |
3079 | 3091 | | |
| 3092 | + | |
| 3093 | + | |
3080 | 3094 | | |
3081 | 3095 | | |
3082 | 3096 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
264 | 275 | | |
265 | 276 | | |
266 | 277 | | |
| |||
0 commit comments