Skip to content

Conversation

lucasfernog
Copy link
Member

No description provided.

@lucasfernog lucasfernog requested a review from a team as a code owner March 8, 2025 17:56
Copy link
Contributor

github-actions bot commented Mar 8, 2025

Package Changes Through 50fba89

There are 6 changes which include clipboard-manager with patch, clipboard-manager-js with patch, log with minor, log-js with minor, updater with patch, updater-js with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.19 2.0.20
api-example-js 2.0.15 2.0.16
clipboard-manager 2.2.1 2.2.2
clipboard-manager-js 2.2.1 2.2.2
log 2.2.3 2.3.0
log-js 2.2.3 2.3.0
updater 2.5.1 2.5.2
updater-js 2.5.1 2.5.2

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@amrbashir amrbashir merged commit ac60d58 into v2 Mar 9, 2025
150 checks passed
@amrbashir amrbashir deleted the feat/updater-logs branch March 9, 2025 01:24
.map_err(Into::into)
{
Ok(release) => {
println!("parsed release response {release:?}");
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be log::debug as well?

Copy link
Member Author

Choose a reason for hiding this comment

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

ohhh

gezihuzi pushed a commit to Hypobenthos/plugins-workspace that referenced this pull request Jun 22, 2025
Comment on lines +420 to +422
log::error!(
"update endpoint did not respond with a successful status code"
);

Choose a reason for hiding this comment

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

Is this case missing a last_error?

Users are reporting that 400 errors are shown as "invalid json", even though the response should be hitting this success status check, and the body is still a valid json string.

Copy link
Member

Choose a reason for hiding this comment

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

looks like it

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.

5 participants