Skip to content

Commit 661f900

Browse files
Update version no and other documentation (#717)
* added version no to dependency file * updated README with release notes
1 parent a7f9610 commit 661f900

2 files changed

Lines changed: 43 additions & 1 deletion

File tree

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,48 @@ Head to the address it gives you to check if your changes have worked. More info
4141
## Licences
4242
Third party licenses have been used, see Licenses, Apache 2.0 and OpenLDAP, kdbldap.so
4343
## Release Notes
44+
- **5.2.12, Nov 2025**
45+
* Update to Partbyfirstchar to group save by first character
46+
- **5.2.11, Nov 2025**
47+
* Partbyfirstchar for parting WDB on disk by first symbol char
48+
- **5.2.10, Sep 2025**
49+
* Partbyenum on int column
50+
* .z.exit update when STP is in memory batch mode
51+
* Fix: default tempdir to be an hsym in tickerlogreplay.q
52+
* Add parallel compression for multithreaded process
53+
- **5.2.9, Mar 2025**
54+
* Sort and apply attributes once per table partition
55+
* Remove kill command override
56+
* Adding replaymaxrows for optional row count on recovery
57+
- **5.2.8, Jan 2025**
58+
* Fix partbyenum to enumerate against placeholding symbol
59+
- **5.2.7, Jan 2025**
60+
* Add subscriber info to CTP
61+
* Fix IDB intraday write
62+
- **5.2.6, Dec 2024**
63+
* Add warning if environment variable is not set and improve logging
64+
* fix idbreload issues
65+
- **5.2.5, Nov 2024**
66+
* Make sort process call initmissingtables and notifyidbs instead
67+
- **5.2.4, Nov 2024**
68+
* Support immediate writing in WDB
69+
- **5.2.3, Nov 2024**
70+
* Correct .merge.mergebypart error trap on upsert
71+
* Correct .merge.getpartchunks to use the filtered view
72+
* IDB WDB connection retry
73+
* Ensure idb process is reloaded after wdb savedown
74+
- **5.2.2, Oct 2024**
75+
* IDB reload fix for default writedown mode, fixed table row counts
76+
* WDB 0 eodwaittime - reload of backends fixed
77+
* IDB documentation enhanced
78+
- **5.2.1, Sep 2024**
79+
* Fix for IDB on Windows: WDB EOD now doesn't fail when deleting WDB folder
80+
* IDB notification bugfix: WDB was constantly sending IDB reloads, even if no write down happened
81+
- **5.2.0, Sep 2024**
82+
* New IDB (Intraday DataBase) process
83+
* New WDB writedown mode partbyenum
84+
* Fix for processes storing entire tables instead of schema after pubsub init
85+
* Datecheck function period fix
4486
- **5.1.0, May 2024**
4587
* Added support for DataAcess API using int partitions
4688
* Adding support for FinSpace STP, WDB and AWS Dataviews

config/dependency.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
app,version,dependency
2-
TorQ,5.1.0,
2+
TorQ,5.2.12,

0 commit comments

Comments
 (0)