Skip to content

Commit 4677e70

Browse files
committed
chore(docs): update 2025 and 2026 changelogs
1 parent 63a01c1 commit 4677e70

4 files changed

Lines changed: 101 additions & 29 deletions

File tree

components/secutils-docs/docs/project/changelog/2023.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 3
2+
sidebar_position: 4
33
sidebar_label: 2023
44
slug: /project/changelog/2023
55
title: 2023 Changelog

components/secutils-docs/docs/project/changelog/2024.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,32 @@
11
---
2-
sidebar_position: 2
2+
sidebar_position: 3
33
sidebar_label: 2024
44
slug: /project/changelog/2024
55
title: 2024 Changelog
66
description: Explore the Secutils.dev features delivered in 2024.
77
---
88

9+
## 1.0.0-beta.2
10+
**May – December 2024**
11+
12+
### [Secutils.dev API](https://github.com/secutils-dev/secutils)
13+
14+
#### Features
15+
16+
* **web-scraping:** allow users to define custom cron schedules for tracker jobs ([secutils@acbd82a](https://github.com/secutils-dev/secutils/commit/acbd82ad3933c5b3132ba8643af44af3b71e25a8))
17+
* **webhooks:** switch from custom responder subdomains to subdomain prefix ([secutils@d5522cf](https://github.com/secutils-dev/secutils/commit/d5522cf69b5cf63504d901e2f1318fc2bc39d6c8))
18+
* **platform:** add `updated_at` field for all user data types ([secutils@beb8ebe](https://github.com/secutils-dev/secutils/commit/beb8ebec49909e0a1e0d7c83d5fed48241457029))
19+
* **webhooks:** improve responders list layout, display last requested timestamp ([secutils@a52821c](https://github.com/secutils-dev/secutils/commit/a52821ccc9903f2380ec916bd5c5e2ffaf21b452))
20+
21+
#### Fixes
22+
23+
* **platform:** fix a typo in the activation email template ([secutils@8b98cf5](https://github.com/secutils-dev/secutils/commit/8b98cf5b5a7bce332025648fff46eb17d333b973))
24+
25+
#### Infrastructure & DevOps
26+
27+
* **security:** upgrade to Ory Kratos `1.2.0` ([secutils@1227b81](https://github.com/secutils-dev/secutils/commit/1227b8195ddbc8ae5eb99e70dc80d2b2d681af5f)) and `1.3.0` ([secutils@17f70d4](https://github.com/secutils-dev/secutils/commit/17f70d4f8e4875fd069cb55bb44098bf431707ce))
28+
* Dependency upgrades across all components
29+
930
## 1.0.0-beta.1
1031
**2024-05-20**
1132

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
sidebar_position: 2
3+
sidebar_label: 2025
4+
slug: /project/changelog/2025
5+
title: 2025 Changelog
6+
description: Explore the Secutils.dev features delivered in 2025.
7+
---
8+
9+
## 1.0.0-beta.2
10+
**January – December 2025**
11+
12+
:::info MONO-REPO
13+
14+
In 2025 the project transitioned to a **mono-repo**. The Web UI, documentation site, and developer tools moved into the main [secutils](https://github.com/secutils-dev/secutils) repository, and the changelog is organized by feature area instead of per-component from this point on.
15+
16+
:::
17+
18+
### ⚠ Breaking Changes
19+
20+
* **platform:** consolidate Web UI, documentation, and developer tooling into the main repository ([secutils@4b5e054](https://github.com/secutils-dev/secutils/commit/4b5e0542eb545707769edd8ee0f8d2c328e835ec), [secutils@ad1431b](https://github.com/secutils-dev/secutils/commit/ad1431b203b296e9f2c934f6909e6a4fe1626797))
21+
* **web-scraping:** migrate content and resource trackers to the [Retrack](https://github.com/secutils-dev/retrack) scheduling service, unifying both tracker types under a single "page trackers" umbrella ([secutils@9ed3c26](https://github.com/secutils-dev/secutils/commit/9ed3c261e88c203be61df74c7639a7bd99f4bc58))
22+
23+
### UI Improvements
24+
25+
#### Features
26+
27+
* **ui:** introduce "duplicate" action for all utilities ([secutils@035df34](https://github.com/secutils-dev/secutils/commit/035df34ef9f20e8a1361bf7330f04ac81438ce00))
28+
29+
#### Fixes
30+
31+
* **ui:** fix side-bar navigation and improve hooks handling ([secutils@5e004fc](https://github.com/secutils-dev/secutils/commit/5e004fc44ab250473e3c4a85bd36fdddca994b50))
32+
33+
#### Performance
34+
35+
* **ui:** replace `axios` with native `fetch` ([secutils@457efc0](https://github.com/secutils-dev/secutils/commit/457efc0153a64ae2e0101eddba17e1fe51bceca0))
36+
37+
### API & OpenAPI
38+
39+
#### Fixes
40+
41+
* **api:** throw `403 Forbidden` when operator credentials are invalid ([secutils@f2f8913](https://github.com/secutils-dev/secutils/commit/f2f891345141fba189b18336992bdbd4b34cb377))
42+
* **webhooks:** return proper error message when saving responder with non-unique path and method ([secutils@fc038eb](https://github.com/secutils-dev/secutils/commit/fc038ebcf3c112990336207d86146f5d358f9404))
43+
* **security:** reorganize Ory error handling ([secutils@ec88825](https://github.com/secutils-dev/secutils/commit/ec88825c5d1d6a9d7fd2042797be4b2cded4ccb7))
44+
45+
### Infrastructure & DevOps
46+
47+
#### Enhancements
48+
49+
* **api:** switch to `tracing` crate for structured logging ([secutils@3b8655c](https://github.com/secutils-dev/secutils/commit/3b8655c28b454f61259de65d9b85b3d099170410))
50+
* **api:** switch to Debian distroless runtime image ([secutils@87f945e](https://github.com/secutils-dev/secutils/commit/87f945ed3aaea57aa9590e6ae82411a8d9632b21))
51+
* **security:** upgrade to Ory Kratos `v25.4.0` ([secutils@a239293](https://github.com/secutils-dev/secutils/commit/a2392935483f3793e066fdc7a463bd5fd6be2547))
52+
* Dependency upgrades across all components

0 commit comments

Comments
 (0)