Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use id instead of SKU #39

Merged
merged 3 commits into from
Mar 29, 2024
Merged

fix: use id instead of SKU #39

merged 3 commits into from
Mar 29, 2024

Conversation

ah-net
Copy link
Collaborator

@ah-net ah-net commented Mar 27, 2024

Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.

@ah-net ah-net requested a review from jansentjeu March 29, 2024 09:16
@ah-net ah-net merged commit 7b325cb into beta Mar 29, 2024
1 check failed
@ah-net ah-net deleted the fix-use-id-instead-of-sku branch March 29, 2024 10:32
github-actions bot pushed a commit that referenced this pull request Mar 29, 2024
## [6.0.3-beta.1](v6.0.2...v6.0.3-beta.1) (2024-03-29)

### Bug Fixes

* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))
github-actions bot pushed a commit that referenced this pull request Mar 29, 2024
# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-03-29)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

### Performance Improvements

* Applied phpcs and phpmd rules ([d7e82dd](d7e82dd))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.
github-actions bot pushed a commit that referenced this pull request Apr 5, 2024
# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-05)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Fixed issue in FeedContent construct ([d289fd3](d289fd3))
* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

### Performance Improvements

* Applied phpcs and phpmd rules ([d7e82dd](d7e82dd))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.
github-actions bot pushed a commit that referenced this pull request Apr 5, 2024
# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-05)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Fixed issue in FeedContent construct ([d289fd3](d289fd3))
* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

### Performance Improvements

* Applied phpcs and phpmd rules ([d7e82dd](d7e82dd))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.
github-actions bot pushed a commit that referenced this pull request Apr 9, 2024
# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-09)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Fixed issue in FeedContent construct ([d289fd3](d289fd3))
* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

### Performance Improvements

* Applied phpcs and phpmd rules ([d7e82dd](d7e82dd))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.
ah-net added a commit that referenced this pull request Apr 9, 2024
Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.
github-actions bot pushed a commit that referenced this pull request Apr 9, 2024
# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-09)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Fixed issue in FeedContent construct ([d289fd3](d289fd3))
* use id instead of SKU ([#39](#39)) ([389dad7](389dad7))
* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

### Performance Improvements

* Applied phpcs and phpmd rules ([d7e82dd](d7e82dd))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.
Copy link

github-actions bot commented Apr 9, 2024

🎉 This PR is included in version 7.0.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

ah-net added a commit that referenced this pull request Apr 9, 2024
Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.
github-actions bot pushed a commit that referenced this pull request Apr 9, 2024
# [7.0.0-beta.2](v7.0.0-beta.1...v7.0.0-beta.2) (2024-04-09)

### Bug Fixes

* use id instead of SKU [#39](#39) ([3576069](3576069))
ah-net added a commit that referenced this pull request Apr 10, 2024
Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.
github-actions bot pushed a commit that referenced this pull request Apr 10, 2024
# [7.0.0-beta.3](v7.0.0-beta.2...v7.0.0-beta.3) (2024-04-10)

### Bug Fixes

* use id instead of sku [#39](#39) ([7f8fa8a](7f8fa8a))

### Performance Improvements

* Applied phpcs and phpmd rules ([dad3813](dad3813))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules. #37 #36
ah-net added a commit that referenced this pull request Apr 10, 2024
* chore: Added semantic release (#30)

* chore: Added semantic release

* chore: Added develop branch to semantic release

* chore: Set beta branch as prerelease branch

* chore: Only trigger release workflow for master and beta branch

* chore: Updated README for semantic release

* chore: Added Youwe Testing Suite

* chore: Added Magento secrets in testing suite action

* chore: Disabled phpstan linter

* chore: Fixed phpmd linter

* chore: Run grumphp directly with PHP

* fix: use id instead of SKU (#39)

Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.

* chore(release): 6.0.3-beta.1 [skip ci]

## [6.0.3-beta.1](v6.0.2...v6.0.3-beta.1) (2024-03-29)

### Bug Fixes

* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

* perf: Applied phpcs and phpmd rules

BREAKING CHANGE: Code is refactored based on phpcs and phpmd rules.

* fix: Fixed DriverInterface issue

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-03-29)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

### Performance Improvements

* Applied phpcs and phpmd rules ([d7e82dd](d7e82dd))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.

* fix: Fixed issue in FeedContent construct

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-05)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Fixed issue in FeedContent construct ([d289fd3](d289fd3))
* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

### Performance Improvements

* Applied phpcs and phpmd rules ([d7e82dd](d7e82dd))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.

* chore: Changed release job permissions

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-05)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Fixed issue in FeedContent construct ([d289fd3](d289fd3))
* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

### Performance Improvements

* Applied phpcs and phpmd rules ([d7e82dd](d7e82dd))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.

* Bump version nr

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-09)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Fixed issue in FeedContent construct ([d289fd3](d289fd3))
* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

### Performance Improvements

* Applied phpcs and phpmd rules ([d7e82dd](d7e82dd))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.

* fix: use id instead of SKU (#39)

Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-09)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Fixed issue in FeedContent construct ([d289fd3](d289fd3))
* use id instead of SKU ([#39](#39)) ([389dad7](389dad7))
* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

### Performance Improvements

* Applied phpcs and phpmd rules ([d7e82dd](d7e82dd))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.

* fix: use id instead of SKU #39

Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.

* chore(release): 7.0.0-beta.2 [skip ci]

# [7.0.0-beta.2](v7.0.0-beta.1...v7.0.0-beta.2) (2024-04-09)

### Bug Fixes

* use id instead of SKU [#39](#39) ([3576069](3576069))

* perf: Applied phpcs and phpmd rules

BREAKING CHANGE: Code is refactored based on phpcs and phpmd rules. #37 #36

* fix: use id instead of sku #39

Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.

* chore(release): 7.0.0-beta.3 [skip ci]

# [7.0.0-beta.3](v7.0.0-beta.2...v7.0.0-beta.3) (2024-04-10)

### Bug Fixes

* use id instead of sku [#39](#39) ([7f8fa8a](7f8fa8a))

### Performance Improvements

* Applied phpcs and phpmd rules ([dad3813](dad3813))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules. #37 #36

---------

Co-authored-by: Tjeu Jansen <[email protected]>
Co-authored-by: tjeujansen <[email protected]>
Co-authored-by: semantic-release-bot <[email protected]>
@ah-net ah-net mentioned this pull request Apr 10, 2024
ah-net added a commit that referenced this pull request Apr 10, 2024
Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.
github-actions bot pushed a commit that referenced this pull request Apr 10, 2024
# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-10)

### Bug Fixes

* Applied phpcs and phpmd rules [#38](#38) ([b63a1cc](b63a1cc))
* use id instead of SKU [#39](#39) ([76d45bf](76d45bf))

* Merge beta into master (#45) ([12701f7](12701f7)), closes [#45](#45) [#30](#30) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#37](#37) [#36](#36)

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.

* fix: Fixed DriverInterface issue

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-03-29)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Code is refactored based on phpcs and phpmd rules. #37 #36
ah-net added a commit that referenced this pull request Apr 10, 2024
Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.
ah-net pushed a commit that referenced this pull request Apr 10, 2024
# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-10)

### Bug Fixes

* Applied phpcs and phpmd rules [#38](#38) ([b63a1cc](b63a1cc))
* use id instead of SKU [#39](#39) ([76d45bf](76d45bf))

* Merge beta into master (#45) ([12701f7](12701f7)), closes [#45](#45) [#30](#30) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#37](#37) [#36](#36)

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.

* fix: Fixed DriverInterface issue

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-03-29)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Code is refactored based on phpcs and phpmd rules. #37 #36
github-actions bot pushed a commit that referenced this pull request Apr 10, 2024
# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-10)

### Bug Fixes

* Applied phpcs and phpmd rules [#38](#38) ([e3966fd](e3966fd))
* Trigger release ([ed7cc19](ed7cc19))
* use id instead of SKU [#39](#39) ([f0070ec](f0070ec))

* Merge beta into master (#45) ([12701f7](12701f7)), closes [#45](#45) [#30](#30) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#37](#37) [#36](#36)

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.

* fix: Fixed DriverInterface issue

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-03-29)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Code is refactored based on phpcs and phpmd rules. #37 #36
jansentjeu pushed a commit that referenced this pull request Apr 10, 2024
# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-10)

### Bug Fixes

* Applied phpcs and phpmd rules [#38](#38) ([e3966fd](e3966fd))
* Trigger release ([ed7cc19](ed7cc19))
* use id instead of SKU [#39](#39) ([f0070ec](f0070ec))

* Merge beta into master (#45) ([12701f7](12701f7)), closes [#45](#45) [#30](#30) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#37](#37) [#36](#36)

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.

* fix: Fixed DriverInterface issue

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-03-29)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Code is refactored based on phpcs and phpmd rules. #37 #36
github-actions bot pushed a commit that referenced this pull request Apr 12, 2024
# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-12)

### Bug Fixes

* Applied phpcs and phpmd rules [#38](#38) ([e3966fd](e3966fd))
* Trigger release ([7334c1e](7334c1e))
* use id instead of SKU [#39](#39) ([f0070ec](f0070ec))

* Merge beta into master (#45) ([12701f7](12701f7)), closes [#45](#45) [#30](#30) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#37](#37) [#36](#36)

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.

* fix: Fixed DriverInterface issue

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-03-29)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Code is refactored based on phpcs and phpmd rules. #37 #36
ah-net pushed a commit that referenced this pull request Apr 12, 2024
# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-12)

### Bug Fixes

* Applied phpcs and phpmd rules [#38](#38) ([e3966fd](e3966fd))
* Trigger release ([7334c1e](7334c1e))
* use id instead of SKU [#39](#39) ([f0070ec](f0070ec))

* Merge beta into master (#45) ([12701f7](12701f7)), closes [#45](#45) [#30](#30) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#37](#37) [#36](#36)

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.

* fix: Fixed DriverInterface issue

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-03-29)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Code is refactored based on phpcs and phpmd rules. #37 #36
github-actions bot pushed a commit that referenced this pull request Apr 12, 2024
# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-12)

### Bug Fixes

* Applied phpcs and phpmd rules [#38](#38) ([e3966fd](e3966fd))
* Trigger release ([7334c1e](7334c1e))
* use id instead of SKU [#39](#39) ([f0070ec](f0070ec))

* Merge beta into master (#45) ([12701f7](12701f7)), closes [#45](#45) [#30](#30) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#37](#37) [#36](#36)

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.

* fix: Fixed DriverInterface issue

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-03-29)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Code is refactored based on phpcs and phpmd rules. #37 #36
github-actions bot pushed a commit that referenced this pull request Apr 12, 2024
# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-12)

### Bug Fixes

* Applied phpcs and phpmd rules [#38](#38) ([e3966fd](e3966fd))
* Trigger release ([7334c1e](7334c1e))
* use id instead of SKU [#39](#39) ([f0070ec](f0070ec))

* Merge beta into master (#45) ([12701f7](12701f7)), closes [#45](#45) [#30](#30) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#37](#37) [#36](#36)

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.

* fix: Fixed DriverInterface issue

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-03-29)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Code is refactored based on phpcs and phpmd rules. #37 #36
ah-net added a commit that referenced this pull request Apr 12, 2024
* chore: manually trigger release

* Trigger release manually (#56)

* chore: manually trigger release

* Update release.yml

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-12)

### Bug Fixes

* Applied phpcs and phpmd rules [#38](#38) ([e3966fd](e3966fd))
* Trigger release ([7334c1e](7334c1e))
* use id instead of SKU [#39](#39) ([f0070ec](f0070ec))

* Merge beta into master (#45) ([12701f7](12701f7)), closes [#45](#45) [#30](#30) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#37](#37) [#36](#36)

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.

* fix: Fixed DriverInterface issue

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-03-29)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Code is refactored based on phpcs and phpmd rules. #37 #36

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-12)

### Bug Fixes

* Applied phpcs and phpmd rules [#38](#38) ([e3966fd](e3966fd))
* Trigger release ([7334c1e](7334c1e))
* use id instead of SKU [#39](#39) ([f0070ec](f0070ec))

* Merge beta into master (#45) ([12701f7](12701f7)), closes [#45](#45) [#30](#30) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#37](#37) [#36](#36)

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.

* fix: Fixed DriverInterface issue

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-03-29)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Code is refactored based on phpcs and phpmd rules. #37 #36

---------

Co-authored-by: semantic-release-bot <[email protected]>
github-actions bot pushed a commit that referenced this pull request Apr 12, 2024
# [7.0.0](v6.0.2...v7.0.0) (2024-04-12)

### Bug Fixes

* Applied phpcs and phpmd rules [#38](#38) ([e3966fd](e3966fd))
* Trigger release ([7334c1e](7334c1e))
* use id instead of SKU [#39](#39) ([f0070ec](f0070ec))

* Merge beta into master (#45) ([12701f7](12701f7)), closes [#45](#45) [#30](#30) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#39](#39) [#37](#37) [#36](#36)

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.
* Code is refactored based on phpcs and phpmd rules.

* fix: Fixed DriverInterface issue

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-03-29)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Code is refactored based on phpcs and phpmd rules. #37 #36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants