File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -35,4 +35,6 @@ toc_landing_pages = [
35
35
36
36
[constants ]
37
37
ddl = " :abbr:`DDL (Data Definition Language)`"
38
+ job = " sync job" # this will be updated to migration job in the near future.
39
+ job_plural = " sync jobs" # this will be updated to migration jobs in the near future.
38
40
Original file line number Diff line number Diff line change @@ -10,6 +10,17 @@ Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ 1.3.3 Changelog
14
+ ---------------
15
+
16
+ *Released November 7, 2023*
17
+
18
+ Improvements:
19
+
20
+ - Performance improvements for {+job_plural+} that create large arrays.
21
+ - Fixed an issue where schema discovery failed on schema names
22
+ that contain the dash character.
23
+
13
24
1.3.2 Changelog
14
25
---------------
15
26
You can’t perform that action at this time.
0 commit comments