Skip to content

Commit 5201945

Browse files
chore(main): release veta-trading-platform 1.40.0 (#269)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b5e3afb commit 5201945

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.39.2"
2+
".": "1.40.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.40.0](https://github.com/milesburton/veta-trading-platform/compare/veta-trading-platform-v1.39.2...veta-trading-platform-v1.40.0) (2026-05-18)
4+
5+
6+
### Features
7+
8+
* **alerts:** wire Discord for platform + user-level alerts ([#280](https://github.com/milesburton/veta-trading-platform/issues/280)) ([ad78282](https://github.com/milesburton/veta-trading-platform/commit/ad782825457db0bb5e5922281df0f9474dd2d311))
9+
* **observability:** add memory-growth alert rules ([3164f39](https://github.com/milesburton/veta-trading-platform/commit/3164f39865d0f14ede822d320adf83bc7aa4aeec))
10+
* **observability:** add memory-growth alert rules to Prometheus ([870f64e](https://github.com/milesburton/veta-trading-platform/commit/870f64e513ec3b09bd06328c4c32f991d6f263b2))
11+
* **telemetry:** frontend memory polling + gateway ingestion endpoint ([#279](https://github.com/milesburton/veta-trading-platform/issues/279)) ([e2b8312](https://github.com/milesburton/veta-trading-platform/commit/e2b8312b6375399394569127ce65750d60f5bf88))
12+
13+
14+
### Bug Fixes
15+
16+
* **a11y:** add aria-label to 5 unlabelled symbol/source selects ([#276](https://github.com/milesburton/veta-trading-platform/issues/276)) ([4cfd024](https://github.com/milesburton/veta-trading-platform/commit/4cfd024bdf9e2df0b0b8101264469f4da80f4798))
17+
* **a11y:** bump contrast ratios for failing token colours ([#281](https://github.com/milesburton/veta-trading-platform/issues/281)) ([372c6ad](https://github.com/milesburton/veta-trading-platform/commit/372c6ad4d6ff5d804dc6131a04df8e58e958c0fe))
18+
* **frontend:** give the breaker-expiry janitor a stop handle ([#271](https://github.com/milesburton/veta-trading-platform/issues/271)) ([ae854e2](https://github.com/milesburton/veta-trading-platform/commit/ae854e2e2bc58981ab9d62a13aea9acb3a7d506f))
19+
* **frontend:** Market Data indicator uses avgDays + relaxed threshold ([#272](https://github.com/milesburton/veta-trading-platform/issues/272)) ([ef20045](https://github.com/milesburton/veta-trading-platform/commit/ef200458ced258004a1f07e3d0d0e4da7d72a737))
20+
* **frontend:** tighten gateway WS reconnect backoff after outage ([#267](https://github.com/milesburton/veta-trading-platform/issues/267)) ([19f7871](https://github.com/milesburton/veta-trading-platform/commit/19f78719a6056a1909098159acca152bca08ef30))
21+
* **llm-advisory:** prompt-builder tolerates partial data instead of crashing ([#270](https://github.com/milesburton/veta-trading-platform/issues/270)) ([3fe630f](https://github.com/milesburton/veta-trading-platform/commit/3fe630fa4c6bd82b306a2f832a409c56336804b4))
22+
* **observability:** repair Trading Overview dashboard health signals ([#268](https://github.com/milesburton/veta-trading-platform/issues/268)) ([3fff644](https://github.com/milesburton/veta-trading-platform/commit/3fff64411a4e7bb2e38ad7281a00bf6ac3b721f2))
23+
324
## [1.39.2](https://github.com/milesburton/veta-trading-platform/compare/veta-trading-platform-v1.39.1...veta-trading-platform-v1.39.2) (2026-05-18)
425

526

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "veta-trading-platform",
3-
"version": "1.39.2",
3+
"version": "1.40.0",
44
"private": true,
55
"description": "VETA Trading Platform — real-time market simulation with algorithmic trading strategies.",
66
"scripts": {

0 commit comments

Comments
 (0)