Skip to content

chore(main): release defender 0.6.1#53

Merged
hiskudin merged 1 commit intomainfrom
release-please--branches--main--components--defender
Apr 21, 2026
Merged

chore(main): release defender 0.6.1#53
hiskudin merged 1 commit intomainfrom
release-please--branches--main--components--defender

Conversation

@stackone-devops-service-account
Copy link
Copy Markdown
Collaborator

@stackone-devops-service-account stackone-devops-service-account commented Apr 21, 2026

🤖 I have created a release beep boop

0.6.1 (2026-04-21)

Features

  • ** ENG-12684:** v4 ONNX model + cumulative risk fixes + opt-in SFE preprocessor (includes ENG-12671) (#52) (6fb1ff9)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

Copilot AI review requested due to automatic review settings April 21, 2026 09:15
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Release PR for @stackone/defender v0.7.0 generated by Release Please, updating repository metadata to reflect the new release.

Changes:

  • Bump package version to 0.7.0 (package + lockfile + release manifest).
  • Add 0.7.0 entry to CHANGELOG.md.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
package.json Updates published package version to 0.7.0.
package-lock.json Keeps lockfile/package metadata in sync with 0.7.0.
CHANGELOG.md Adds release notes entry for 0.7.0.
.release-please-manifest.json Updates Release Please manifest version to 0.7.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md

### Features

* ** ENG-12684:** v4 ONNX model + cumulative risk fixes + opt-in SFE preprocessor (includes ENG-12671) ([#52](https://github.com/StackOneHQ/defender/issues/52)) ([6fb1ff9](https://github.com/StackOneHQ/defender/commit/6fb1ff91fdc0fbbce33bf3b8987321e0945db861))
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue key formatting has an extra space after the opening bold marker (** ENG-12684:**), which is inconsistent with the rest of the changelog entries (e.g., **ENG-12658:**). Consider removing the extra space for consistent formatting.

Suggested change
* ** ENG-12684:** v4 ONNX model + cumulative risk fixes + opt-in SFE preprocessor (includes ENG-12671) ([#52](https://github.com/StackOneHQ/defender/issues/52)) ([6fb1ff9](https://github.com/StackOneHQ/defender/commit/6fb1ff91fdc0fbbce33bf3b8987321e0945db861))
* **ENG-12684:** v4 ONNX model + cumulative risk fixes + opt-in SFE preprocessor (includes ENG-12671) ([#52](https://github.com/StackOneHQ/defender/issues/52)) ([6fb1ff9](https://github.com/StackOneHQ/defender/commit/6fb1ff91fdc0fbbce33bf3b8987321e0945db861))

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 4 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="CHANGELOG.md">

<violation number="1" location="CHANGELOG.md:8">
P3: The bold marker has an extra space (`** ENG-12684:**` → `**ENG-12684:**`), which breaks Markdown bold rendering and is inconsistent with the other changelog entries.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment thread CHANGELOG.md

### Features

* ** ENG-12684:** v4 ONNX model + cumulative risk fixes + opt-in SFE preprocessor (includes ENG-12671) ([#52](https://github.com/StackOneHQ/defender/issues/52)) ([6fb1ff9](https://github.com/StackOneHQ/defender/commit/6fb1ff91fdc0fbbce33bf3b8987321e0945db861))
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: The bold marker has an extra space (** ENG-12684:****ENG-12684:**), which breaks Markdown bold rendering and is inconsistent with the other changelog entries.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At CHANGELOG.md, line 8:

<comment>The bold marker has an extra space (`** ENG-12684:**` → `**ENG-12684:**`), which breaks Markdown bold rendering and is inconsistent with the other changelog entries.</comment>

<file context>
@@ -1,5 +1,12 @@
+
+### Features
+
+* ** ENG-12684:** v4 ONNX model + cumulative risk fixes + opt-in SFE preprocessor (includes ENG-12671) ([#52](https://github.com/StackOneHQ/defender/issues/52)) ([6fb1ff9](https://github.com/StackOneHQ/defender/commit/6fb1ff91fdc0fbbce33bf3b8987321e0945db861))
+
 ## [0.6.0](https://github.com/StackOneHQ/defender/compare/defender-v0.5.8...defender-v0.6.0) (2026-04-16)
</file context>
Suggested change
* ** ENG-12684:** v4 ONNX model + cumulative risk fixes + opt-in SFE preprocessor (includes ENG-12671) ([#52](https://github.com/StackOneHQ/defender/issues/52)) ([6fb1ff9](https://github.com/StackOneHQ/defender/commit/6fb1ff91fdc0fbbce33bf3b8987321e0945db861))
* **ENG-12684:** v4 ONNX model + cumulative risk fixes + opt-in SFE preprocessor (includes ENG-12671) ([#52](https://github.com/StackOneHQ/defender/issues/52)) ([6fb1ff9](https://github.com/StackOneHQ/defender/commit/6fb1ff91fdc0fbbce33bf3b8987321e0945db861))
Fix with Cubic

@stackone-devops-service-account stackone-devops-service-account changed the title chore(main): release defender 0.7.0 chore(main): release defender 0.6.1 Apr 21, 2026
@stackone-devops-service-account stackone-devops-service-account force-pushed the release-please--branches--main--components--defender branch from 5467081 to 8f6c1ae Compare April 21, 2026 09:22
@hiskudin hiskudin merged commit d59b88e into main Apr 21, 2026
3 checks passed
@hiskudin hiskudin deleted the release-please--branches--main--components--defender branch April 21, 2026 09:23
@stackone-devops-service-account
Copy link
Copy Markdown
Collaborator Author

🤖 Created releases:

🌻

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.

3 participants