summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* make Account.Headers and Container.Headers thread-safeStefan Majewsky13 days1-0/+6
| | | | | | | | | | For type Object, it is a good tradeoff to not carry a mutex in every instance, since Objects are likely only used in the scope of a particular operation (and thus within an individual goroutine). But Account and Container instances are much more likely to be initialized once on startup and then shared across goroutines, so making them safer to use at the expense of a slight increase in resource usage looks like a good choice.
* v2.2.0v2.2.0Stefan Majewsky2026-07-171-1/+1
|
* bump all dependencies to their latest versionsStefan Majewsky2026-07-171-0/+1
|
* add Account.ModifyReportedCapabilitiesStefan Majewsky2026-07-171-0/+7
|
* v2.1.0v2.1.0Stefan Majewsky2026-04-191-1/+1
|
* bump all dependencies to their latest versionsStefan Majewsky2026-04-191-0/+1
|
* change module path to go.xyrillian.de/schwift/v2Stefan Majewsky2026-04-191-0/+7
|
* v2.0.0v2.0.0Stefan Majewsky2024-07-081-1/+1
|
* add ctx argument to Account.CapabilitiesStefan Majewsky2024-07-081-0/+8
|
* v1.3.0v1.3.0Stefan Majewsky2023-10-251-1/+1
|
* add Method, Target to type UnexpectedStatusCodeErrorStefan Majewsky2023-10-231-0/+9
|
* v1.2.0v1.2.0Stefan Majewsky2022-10-281-2/+7
|
* Generate digest preferable with sha2, then sha512 and fallback to insecure sha1Sandro Jäckel2022-10-281-0/+6
|
* v1.1.0v1.1.0Stefan Majewsky2022-02-071-1/+1
|
* changelog for previous commitStefan Majewsky2022-02-071-0/+10
|
* v1.0.0v1.0.0Stefan Majewsky2021-05-281-0/+6