Skip to content

Commit 1021655

Browse files
authored
chore(main): release 1.10.2 (#54)
1 parent a568734 commit 1021655

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

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

CHANGELOG.md

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

3+
## [1.10.2](https://github.com/markbeep/vvzapi/compare/v1.10.1...v1.10.2) (2026-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **search:** fix search query not transferring over when visiting a unit ([a568734](https://github.com/markbeep/vvzapi/commit/a5687345be07fc295a73d00261c2ec242a66b89e))
9+
10+
11+
### Performance Improvements
12+
13+
* **search:** add fixi.js for lightweight DOM replacement when changing pages ([b960a1d](https://github.com/markbeep/vvzapi/commit/b960a1dde98745a48cce0ac6666c7d51aec68087))
14+
* **search:** aggressively preload next page and search queries ([b960a1d](https://github.com/markbeep/vvzapi/commit/b960a1dde98745a48cce0ac6666c7d51aec68087))
15+
* **search:** improve search query performance by splitting it into two concurrent queries ([aaa40e0](https://github.com/markbeep/vvzapi/commit/aaa40e07e48678beb084e1af45aa8ee2474cfc4c))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* **api:** add influxdb support for more detailed analytics ([99417b9](https://github.com/markbeep/vvzapi/commit/99417b95189c0fa1486cbb7a8fb72fe336e2a024))
21+
* **api:** prometheus endpoint for gathering metrics ([2b0543d](https://github.com/markbeep/vvzapi/commit/2b0543d3967bcd29cbb9b66084c913eed52c4569))
22+
323
## [1.10.1](https://github.com/markbeep/vvzapi/compare/v1.10.0...v1.10.1) (2026-02-20)
424

525

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vvzapi"
3-
version = "1.10.1"
3+
version = "1.10.2"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.14"

0 commit comments

Comments
 (0)