v1.1.0
What's Changed
-
Merge Dwolla/async-utils-twitter back into Dwolla/async-utils by @bpholt in #114
-
Publish version-specific jars for all supported Twitter versions by @bpholt in #119
Twitter uses a{YEAR}-{MONTH}
version scheme, where the combination of the two forms a major version.The "current" version of the artifacts published by this project intend to track the latest Twitter ecosystem release, with previously supported versions published as supplemental artifacts with the supported release version appended to the artifact name.
For example, the latest supported Twitter ecosystem version is
22.7.0
, so the latest version ofcom.dwolla::async-utils-twitter
depends oncom.twitter::util-core:22.7.0
. In addition, we publish artifacts named likecom.dwolla::async-utils-twitter-22.4.0
for that version and each of the previously supported Twitter ecosystem releases.
Dependency Updates and Other Housekeeping
- Update sbt to 1.8.1 by @dwolla-oss-scala-steward in #94
- Update cats-effect to 3.4.4 by @dwolla-oss-scala-steward in #93
- Update sbt-typelevel-ci-release, ... to 0.4.18 by @dwolla-oss-scala-steward in #97
- Update sbt to 1.8.2 by @dwolla-oss-scala-steward in #95
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.0 by @dwolla-oss-scala-steward in #99
- Update cats-effect to 3.4.8 by @dwolla-oss-scala-steward in #102
- Update sbt-typelevel-ci-release, ... to 0.4.19 by @dwolla-oss-scala-steward in #103
- Update sbt-tpolecat to 0.4.2 by @dwolla-oss-scala-steward in #96
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.1 by @dwolla-oss-scala-steward in #105
- Update sbt-scalajs-crossproject to 1.3.1 by @dwolla-oss-scala-steward in #107
- Update cats-effect to 3.4.11 by @dwolla-oss-scala-steward in #110
- Update sbt to 1.8.3 by @dwolla-oss-scala-steward in #111
- Update sbt-typelevel-ci-release, ... to 0.4.21 by @dwolla-oss-scala-steward in #112
- Update cats-effect to 3.5.0 by @dwolla-oss-scala-steward in #113
- Update natchez-core, natchez-mtl to 0.3.2 by @dwolla-oss-scala-steward in #117
- Pin libthrift by @bpholt in #118
- Update sbt to 1.9.0 by @dwolla-oss-scala-steward in #121
- Update cats-tagless-core, ... to 0.15.0 by @dwolla-oss-scala-steward in #120
- Update sbt-typelevel-ci-release, ... to 0.4.22 by @dwolla-oss-scala-steward in #123
- Update sbt-scalafix, scalafix-core to 0.11.0 by @dwolla-oss-scala-steward in #122
- Discover node executable with nvm by @bpholt in #124
Notes
The update to cats-tagless (#120) appears to pull in an early-semver-major change, but it has been shown that v0.15.0
is binary compatible with v0.14.0
. As such, updating cats-tagless to v0.15.0
instead of v0.14.1
was arguably a mistake, but it's too late to go back now.
Full Changelog: v1.0.0...v1.1.0