Skip to content

Basecamp SDK v0.17.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 22:04
· 20 commits to main since this release
6e73a06

Upgrading

Read MIGRATING.md before you bump the version — it lists the breaks a clean build will not catch: the silent ones that change behaviour with no error at all, and the ones that compile and then raise or fail to decode on one particular shape of response.

The notes below are generated from merged pull requests, so a change that merged without one cannot appear in them — MIGRATING.md records consumer-visible changes regardless of how they merged.

Installation

Go

go get github.com/basecamp/basecamp-sdk/go@v0.17.0

TypeScript

npm install @37signals/basecamp@0.17.0

Ruby

gem install basecamp-sdk -v 0.17.0

Swift

.package(url: "https://github.com/basecamp/basecamp-sdk.git", from: "0.17.0")

Kotlin

implementation("com.basecamp:basecamp-sdk:0.17.0")

Requires the GitHub Packages repository and a token — see Kotlin installation.

Python

pip install basecamp-sdk==0.17.0

What's Changed

⚠️ Breaking Changes

  • feat(people): add project client access and client enablement operations by @jeremy in #847
  • Bump version to 0.17.0 by @jeremy in #849

Other

  • Send login_hint with the device authorization request by @jeremy in #841
  • fix(typescript): raise js-yaml override past high-severity advisory by @jeremy in #848

Full Changelog: v0.16.0...v0.17.0