Skip to content

Commit 9f53f7b

Browse files
authored
chore: release 0.2.0 (#5)
1 parent a0c30c4 commit 9f53f7b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.1"}
1+
{".":"0.2.0"}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.2.0](https://github.com/graycoreio/magento2-graphql-logger/compare/v0.1.1...v0.2.0) (2025-04-11)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* We no longer plugin around the query processor (which is a good thing). However, Magento's out-of-box log data doesn't give the exact query sent. This is likely due to the fact that it is possible for mutation data like user passwords to appear in the log if developers fail to use variables appropriately. However, I'm not going to compensate for naive developers. To keep existing functionality, we've added the full query (not variables) to the log data when this package is enabled. I would avoid using this in production environments if at all possible if you're concerned about the quality of your development team.
11+
12+
### Features
13+
14+
* replace plugin with LoggerInterface implementation ([0c52ca4](https://github.com/graycoreio/magento2-graphql-logger/commit/0c52ca4a827d923f693cb31022f5c2b6006568ae))
15+
516
### 0.1.1 (2022-07-26)

0 commit comments

Comments
 (0)