Skip to content

v2.0.0-20231125.173242

Pre-release
Pre-release
Compare
Choose a tag to compare
@andregasser andregasser released this 25 Nov 17:36
· 109 commits to master since this release
3b8ee0e

📢 Overview

In this snapshot we have started to add methods from the Mastodon Admin API and improved the methods for retrieving notifications. Besides this, the search methods have been improved to allow searching for individual types.

⭐ New Features

📔 Documentation

🔨 Dependency Upgrades

  • Bump org.junit.platform:junit-platform-launcher from 1.10.0 to 1.10.1 by @dependabot in #340
  • Bump io.gitlab.arturbosch.detekt from 1.23.1 to 1.23.3 by @dependabot in #339
  • Bump org.junit.platform:junit-platform-suite-engine from 1.10.0 to 1.10.1 by @dependabot in #337
  • Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 by @dependabot in #338
  • Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.0 to 1.6.1 by @dependabot in #350
  • Bump com.github.ben-manes.versions from 0.49.0 to 0.50.0 by @dependabot in #348
  • Bump com.autonomousapps.dependency-analysis from 1.25.0 to 1.26.0 by @dependabot in #349

⚡ Breaking Changes

Added missing parameters to getAllNotifications() method, introduced in #332

Method signature of getAllNotifications has changed from getAllNotifications(excludeTypes: List<Notification.NotificationType>? = null, range: Range = Range()) to getAllNotifications(includeTypes: List<Notification.NotificationType>? = null, excludeTypes: List<Notification.NotificationType>? = null, accountId: String? = null, range: Range = Range()).

❤️ Contributors

Thank you to all the contributors who worked on this release:

Full Changelog: v2.0.0-20231105.202213...v2.0.0-20231125.173242