Skip to content

Comments

release: 0.14.1#37

Merged
stainless-app[bot] merged 3 commits intomainfrom
release-please--branches--main--changes--next
Oct 7, 2025
Merged

release: 0.14.1#37
stainless-app[bot] merged 3 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Oct 7, 2025

Automated Release PR

0.14.1 (2025-10-07)

Full Changelog: v0.14.0...v0.14.1

Features


This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions


TL;DR

This is an automated release for version 0.15.0, which introduces initial support for managing browser extensions.

Why we made these changes

This update adds the foundational services and client modifications necessary to programmatically upload and interact with browser extensions, a new capability for the SDK.

What changed?

  • Extension Service: A new ExtensionService was added to the Client to handle all extension-related logic.
  • Browser Integration: The core browser creation logic was updated to support the configuration of extensions.
  • API & Docs: Added extension.go for the new service and updated api.md with relevant documentation.
  • Version Bump: Updated CHANGELOG.md, README.md, and internal/version.go to reflect the new 0.15.0 version.

Validation

  • New unit tests were added in extension_test.go to cover the new service.
  • Browser tests in browser_test.go were updated to validate the process of creating a browser instance with extensions.

Description generated by Mesa. Update settings

Copy link

@mesa-dot-dev mesa-dot-dev bot left a comment

Choose a reason for hiding this comment

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

Performed full review of 3dcf211...830d436

Analysis

  1. Exposed HTTP Implementation Details - Extension management API returns raw *http.Response objects for download operations rather than using abstraction, potentially exposing implementation details to clients.

  2. Security Validation Concerns - Chrome Web Store download functionality accepts URLs without apparent validation, creating a potential security vector. File uploads also need server-side validation of file types and content to prevent malicious extensions.

  3. Potential Struct Tag Issues - The combination of 'required' and 'omitzero' tags in struct definitions may create edge cases in the validation logic that need to be addressed.

  4. API Abstraction Level - While the implementation maintains architectural consistency, the choice to expose low-level HTTP details may require revisiting if more abstracted interfaces are needed in the future.

Tip

⚡ Quick Actions

This review was generated by Mesa.

Actions:

Slash Commands:

  • /review - Request a full code review
  • /review latest - Review only changes since the last review
  • /describe - Generate PR description. This will update the PR body or issue comment depending on your configuration
  • /help - Get help with Mesa commands and configuration options

11 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 830d436 to 0c0b497 Compare October 7, 2025 13:52
@rgarcia rgarcia changed the title release: 0.15.0 release: 0.14.1 Oct 7, 2025
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Oct 7, 2025

Release version edited manually

The Pull Request version has been manually set to 0.14.1 and will be used for the release.

If you instead want to use the version number 0.15.0 generated from conventional commits, just remove the label autorelease: custom version from this Pull Request.

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0c0b497 to fb12fd7 Compare October 7, 2025 14:06
@stainless-app stainless-app bot merged commit 1b6f31f into main Oct 7, 2025
4 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Oct 7, 2025

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.

1 participant