Releases: sokomishalov/skraper
Releases · sokomishalov/skraper
0.8.3
What's Changed
- Bump spring-boot.version from 2.6.1 to 2.6.2 by @dependabot in #240
- Bump kotlinx-coroutines-reactive from 1.5.2 to 1.6.0 by @dependabot in #241
- Bump logback-classic from 1.2.9 to 1.2.10 by @dependabot in #242
- Bump telegrambots-spring-boot-starter from 5.5.0 to 5.6.0 by @dependabot in #244
- Bump dokka-maven-plugin from 1.6.0 to 1.6.10 by @dependabot in #243
- Bump reactor-netty from 1.0.14 to 1.0.15 by @dependabot in #245
- Bump spring-webflux from 5.3.14 to 5.3.15 by @dependabot in #246
- Bump spring-boot.version from 2.6.2 to 2.6.3 by @dependabot in #247
- Bump telegrambots-spring-boot-starter from 5.6.0 to 5.7.1 by @dependabot in #248
Full Changelog: 0.8.2...0.8.3
0.8.2
What's Changed
- Bump ktor.version from 1.6.4 to 1.6.6 by @dependabot in #230
- Bump spring-boot.version from 2.6.0 to 2.6.1 by @dependabot in #231
- Bump telegrambots-spring-boot-starter from 5.4.0.1 to 5.5.0 by @dependabot in #233
Full Changelog: 0.8.1...0.8.2
0.8.1
What's Changed
- Bump logback-classic from 1.2.4 to 1.2.5 by @dependabot in #188
- Bump ktor.version from 1.6.1 to 1.6.2 by @dependabot in #189
- Bump reactor-netty from 1.0.9 to 1.0.10 by @dependabot in #190
- Bump jsoup from 1.14.1 to 1.14.2 by @dependabot in #191
- Bump logbook-spring-boot-webflux-autoconfigure from 2.11.0 to 2.12.0 by @dependabot in #192
- Bump spring-boot.version from 2.5.3 to 2.5.4 by @dependabot in #193
- Bump kotlin.version from 1.5.21 to 1.5.30 by @dependabot in #195
- Added Search feature to Youtube Scraper by @OmarELRayes in #194
- Bump ktor.version from 1.6.2 to 1.6.3 by @dependabot in #196
- Bump jackson.version from 2.12.4 to 2.12.5 by @dependabot in #197
- Bump kotlinx-coroutines-reactive from 1.5.1 to 1.5.2 by @dependabot in #198
- Bump logbook-spring-boot-webflux-autoconfigure from 2.12.0 to 2.13.0 by @dependabot in #199
- Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 by @dependabot in #200
- Bump logback-classic from 1.2.5 to 1.2.6 by @dependabot in #201
- Bump reactor-netty from 1.0.10 to 1.0.11 by @dependabot in #202
- Bump spring-webflux from 5.3.9 to 5.3.10 by @dependabot in #203
- Bump dokka-maven-plugin from 1.5.0 to 1.5.30 by @dependabot in #204
- Bump kotlin.version from 1.5.30 to 1.5.31 by @dependabot in #205
- Bump jackson.version from 2.12.5 to 2.13.0 by @dependabot in #206
- Bump okhttp from 4.9.1 to 4.9.2 by @dependabot in #208
- Bump jsoup from 1.14.2 to 1.14.3 by @dependabot in #207
- Bump ktor.version from 1.6.3 to 1.6.4 by @dependabot in #209
- Bump dokka-maven-plugin from 1.5.30 to 1.5.31 by @dependabot in #210
- Bump reactor-netty from 1.0.11 to 1.0.12 by @dependabot in #212
- Bump logbook-spring-boot-webflux-autoconfigure from 2.13.0 to 2.14.0 by @dependabot in #211
- Bump spring-webflux from 5.3.10 to 5.3.11 by @dependabot in #213
- Bump spring-boot.version from 2.5.5 to 2.5.6 by @dependabot in #214
- Bump spring-webflux from 5.3.11 to 5.3.12 by @dependabot in #215
- Bump ktor.version from 1.6.4 to 1.6.5 by @dependabot in #216
- Bump telegrambots-spring-boot-starter from 5.3.0 to 5.4.0 by @dependabot in #217
- Bump reactor-netty from 1.0.12 to 1.0.13 by @dependabot in #218
- Bump logback-classic from 1.2.6 to 1.2.7 by @dependabot in #219
- Bump spring-webflux from 5.3.12 to 5.3.13 by @dependabot in #220
- Bump kotlin.version from 1.5.31 to 1.6.0 by @dependabot in #221
- Bump telegrambots-spring-boot-starter from 5.4.0 to 5.4.0.1 by @dependabot in #222
- Bump spring-boot.version from 2.5.6 to 2.6.0 by @dependabot in #227
- Bump okhttp from 4.9.2 to 4.9.3 by @dependabot in #228
- Bump dokka-maven-plugin from 1.5.31 to 1.6.0 by @dependabot in #229
New Contributors
- @OmarELRayes made their first contribution in #194
Full Changelog: 0.8.0...0.8.1
0.8.0
getPosts
and extensions for it should returnFlow<Post>
and be paginable.- add
statistics
field toPost
, which includeslikes
,reposts
,views
andcomments
amount fields. - add
statistics
field toPageInfo
, which includesposts
,followers
andfollowing
amount fields. - remove
baseUrl
fromSkraper
interface - provide
UnknownMedia
type - various extraction fixes
0.7.0
Changelog:
- tiktok implemented
- telegram implemented
- instagram: hashtag posts + some improvements
- clients rework
- post's
publishedAt
is an instance of Instant - migrate tests to junit 5
- page info refactoring: covers and avatars are single-imaged now
- maven central distribution
- some refactoring
- dependency upgrades
0.6.3
0.6.2
- Youtube fix
- bump versions