Skip to content

Hotfix/op io#125

Merged
lissmeister merged 3 commits intomainfrom
hotfix/op-io
Jan 23, 2026
Merged

Hotfix/op io#125
lissmeister merged 3 commits intomainfrom
hotfix/op-io

Conversation

@lissmeister
Copy link
Member

@lissmeister lissmeister commented Jan 23, 2026

PR Summary

  • Updated Software Version: The software version has been updated to 2.20.3 across the board, including in the changelog, index.js, and package.json files for consistency. The update in the changelog notes a key fix - correcting a previously faulty item ID for Sendgrid due to changes made in the 1Password organization.

  • Refinement in sendgrid.js: There have been several adjustments made to the sendgrid.js file:

    • Declarations have been made more secure, with certain items changing their status from variable (let) to constant (const). This means these items can't be inadvertently altered later in the code.
    • The command used to retrieve the Sendgrid API key has been shifted to a secure format using op read.
    • The success message creation process has also been simplified, making it quicker and more efficient, by adopting an easier string concatenation format.

Dev's Notes

Short text about what has been done in this feature branch. Copy the same info that has been added to CHANGELOG.md

ToDo

  • Add todo list if needed
  • Update CHANGELOG.md

Issue:

  • Link to trello card or similar

Added

  • Adds ...

Changed

  • Changes ...

Fixed

  • Fixes ...

Removed

  • Removes ...

@lissmeister lissmeister merged commit ab6c761 into main Jan 23, 2026
1 check passed
@lissmeister lissmeister deleted the hotfix/op-io branch January 23, 2026 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant