Skip to content

Update module github.com/majewsky/schwift to v2#15

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-majewsky-schwift-2.x
Open

Update module github.com/majewsky/schwift to v2#15
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-majewsky-schwift-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 8, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/majewsky/schwift v0.0.0-20180906125654-e1b3d5e2efc9v2.1.0 age confidence

Release Notes

majewsky/schwift (github.com/majewsky/schwift)

v2.1.0

Compare Source

Changes:

  • The library must now be imported from the new module path go.xyrillian.de/schwift/v2.
    The Go compiler should throw suitable errors after upgrading with go get -u.
  • Bumped all dependencies to their latest versions. The minimum Go version is now 1.25.

v2.0.0

Compare Source

Breaking changes:

  • All methods that make HTTP requests now take a leading context.Context argument.
    The RequestOptions.Context field has been removed because it is made redundant
    by these extra arguments.

v1.3.0

Compare Source

New features:

  • The error message of type UnexpectedStatusCodeError now includes the
    request method and target object name. This will make those errors more
    plausible when returned from complex operations that involve several Swift
    API calls.

v1.2.0

Compare Source

New features:

  • Digest signing now uses sha256 and sha512 (preference in that order) if
    enabled by Swift.

Changes:

  • Added golangci-lint to make test. All new errors and lints were addressed.

v1.1.0

Compare Source

Bugfixes:

  • Fix request URL when object name is not a well-formed path. For example, an
    object name like "a///b" is not wrongly normalized into "a/b" anymore. If
    your application relies on object names being normalized paths, consider
    passing your object names through path.Clean() before giving them to
    Container.Object().

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jul 8, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.17 -> 1.22
github.com/gophercloud/gophercloud v0.7.0 -> v1.7.0

@renovate renovate bot force-pushed the renovate/github.com-majewsky-schwift-2.x branch from 1f04e41 to 20100ed Compare September 11, 2024 15:49
@renovate renovate bot force-pushed the renovate/github.com-majewsky-schwift-2.x branch from 20100ed to 83dcf5c Compare November 17, 2024 16:32
@renovate renovate bot force-pushed the renovate/github.com-majewsky-schwift-2.x branch from 83dcf5c to 186af6f Compare December 22, 2024 20:24
@renovate renovate bot force-pushed the renovate/github.com-majewsky-schwift-2.x branch from 186af6f to 72234ee Compare March 3, 2025 14:41
@renovate renovate bot force-pushed the renovate/github.com-majewsky-schwift-2.x branch from 72234ee to 7965661 Compare March 11, 2025 09:39
@renovate renovate bot force-pushed the renovate/github.com-majewsky-schwift-2.x branch from 7965661 to 67d104b Compare April 8, 2025 15:01
@renovate renovate bot force-pushed the renovate/github.com-majewsky-schwift-2.x branch from 67d104b to d45c0ab Compare May 7, 2025 10:31
@renovate renovate bot force-pushed the renovate/github.com-majewsky-schwift-2.x branch from d45c0ab to 8aff447 Compare August 2, 2025 20:00
@renovate renovate bot force-pushed the renovate/github.com-majewsky-schwift-2.x branch from 8aff447 to 0a050e1 Compare August 10, 2025 15:25
@renovate renovate bot force-pushed the renovate/github.com-majewsky-schwift-2.x branch from 0a050e1 to 7f24caa Compare October 9, 2025 12:11
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Dec 15, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.17 -> 1.22
github.com/gophercloud/gophercloud v0.7.0 -> v1.7.0

@renovate renovate bot force-pushed the renovate/github.com-majewsky-schwift-2.x branch from 7f24caa to 05d3e60 Compare April 19, 2026 11:33
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 19, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/majewsky/schwift/v2@v2.1.0: parsing go.mod:
	module declares its path as: go.xyrillian.de/schwift/v2
	        but was required as: github.com/majewsky/schwift/v2

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.

0 participants