You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/docs/addons/graphql/changelog.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,22 @@ weight: 1
6
6
cascade:
7
7
addon:
8
8
id: graphql
9
-
version: 0.33.0
9
+
version: 0.34.0
10
10
---
11
11
12
12
# Changelog
13
13
All notable changes to this add-on will be documented in this file.
14
14
15
15
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
16
16
17
+
## [0.34.0] - 2026-08-12
18
+
### Added
19
+
- Allow users to limit the number of GraphQL messages to import (`maxMessages`). Ex: If testing authentication, access, etc.
20
+
21
+
### Changed
22
+
- Update dependency.
23
+
- Maintenance changes.
24
+
17
25
## [0.33.0] - 2026-04-14
18
26
### Changed
19
27
- The alerts now have new tags for the OWASP Top 10 2025, and API Top 10 2023.
@@ -255,6 +263,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
0 commit comments