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 = [
3535
3636[constants ]
3737ddl = " :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.
3840
Original file line number Diff line number Diff line change @@ -10,6 +10,17 @@ Release Notes
1010 :depth: 1
1111 :class: twocols
1212
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+
13241.3.2 Changelog
1425---------------
1526
You can’t perform that action at this time.
0 commit comments