v2.0.0-20231125.173242
Pre-release
Pre-release
andregasser
released this
25 Nov 17:36
·
109 commits
to master
since this release
📢 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
- Add admin/retention methods by @PattaFeuFeu in #334
- Add admin/measures methods by @PattaFeuFeu in #333
- Add missing types and parameters to Notifications API by @PattaFeuFeu in #332
- Allow searches for individual types by @bocops in #345
- Clarify parameter interaction in searchContent method by @bocops in #346
📔 Documentation
- Add section for breaking changes to pull request template by @andregasser in #344
- Move documentation into docs folder by @andregasser in #347
🔨 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