Skip to content

Latest commit

 

History

History
263 lines (166 loc) · 29 KB

File metadata and controls

263 lines (166 loc) · 29 KB

Changelog

2.2.1 (2026-02-20)

Bug Fixes

  • deps: bump com.diffplug.spotless from 8.1.0 to 8.2.0 (#319) (5ea5978)
  • deps: bump com.diffplug.spotless from 8.2.0 to 8.2.1 (#322) (9612470)
  • deps: bump com.sksamuel.scrimage:scrimage-core from 4.3.5 to 4.3.6 (#325) (738f26d)
  • deps: bump gradle-wrapper from 9.2.1 to 9.3.0 (#320) (a0b47e5)
  • deps: bump gradle-wrapper from 9.3.0 to 9.3.1 (#323) (0e87c16)
  • deps: bump org.mockito.kotlin:mockito-kotlin from 6.1.0 to 6.2.0 (#314) (9cd517d)
  • deps: bump org.mockito.kotlin:mockito-kotlin from 6.2.0 to 6.2.1 (#316) (9b0a503)
  • deps: bump org.mockito.kotlin:mockito-kotlin from 6.2.1 to 6.2.2 (#317) (2647ab7)
  • deps: bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 (#321) (7f50a6a)
  • deps: bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 3.0.0 to 3.0.1 (#312) (e49ef66)
  • deps: bump org.springframework.boot from 4.0.1 to 4.0.2 (#318) (5a64a77)
  • deps: bump org.springframework.boot from 4.0.2 to 4.0.3 (#327) (fe6c373)
  • deps: bump org.wiremock.integrations:wiremock-spring-boot from 4.0.8 to 4.0.9 (#315) (f0fa440)
  • deps: bump org.wiremock.integrations:wiremock-spring-boot from 4.0.9 to 4.1.0 (#324) (e4732c0)

2.2.0 (2025-12-19)

Features

  • add debug logging to FileDownloader and ImageService (#304) (2fe4415)
  • add sound capabilities (#147) (f29f261)
  • improve Docker healthcheck configuration (#302) (0949b8b)

Bug Fixes

  • deps: bump kotlin-core version to 2.2.21 (#308) (c933e63)
  • deps: bump org.springframework.boot from 4.0.0 to 4.0.1 (#306) (97d1a5c)
  • deps: update Java version to 25 liberica (#309) (231d963)
  • update PIXOO_BASE_URL to include http in docker-compose and README (#310) (b8da99a)
  • use HttpComponentsClientHttpRequestFactory globally for improved timeout handling (#307) (0801e31)

2.1.0 (2025-11-28)

Features

  • add forward header support to support reverse proxies (#298) (e5bf44f)
  • add root redirect to swagger ui (#300) (0c59a42)

2.0.0 (2025-11-21)

⚠ BREAKING CHANGES

  • introduce bridge config and move config parameter names that belong to the bridge and not the pixoo (#295)

Features

  • add migration guide section to readme (#296) (c0d743c)
  • add port override parameter for bridge (#297) (24c38e7)
  • introduce bridge config and move config parameter names that belong to the bridge and not the pixoo (#295) (1e7ac98)

Bug Fixes

  • deps: bump com.diffplug.spotless from 8.0.0 to 8.1.0 (#291) (7fd07b1)
  • deps: bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.1.0 (#282) (89155b1)
  • deps: bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.13 to 2.8.14 (#287) (e216a07)
  • deps: bump org.springframework.boot from 3.5.6 to 3.5.7 (#285) (21bca43)
  • deps: bump org.springframework.boot from 3.5.7 to 4.0.0 (#293) (e0dbbc5)
  • deps: bump org.wiremock.integrations:wiremock-spring-boot from 3.10.6 to 4.0.6 (#288) (6ea7d11)
  • deps: bump org.wiremock.integrations:wiremock-spring-boot from 4.0.6 to 4.0.7 (#289) (386b0f7)
  • deps: bump org.wiremock.integrations:wiremock-spring-boot from 4.0.7 to 4.0.8 (#290) (0c0c2f1)

1.1.1 (2025-09-25)

Bug Fixes

  • deps: bump com.diffplug.spotless from 7.2.1 to 8.0.0 (#281) (5ce9dad)
  • deps: bump com.sksamuel.scrimage:scrimage-core from 4.3.3 to 4.3.4 (#276) (b394513)
  • deps: bump com.sksamuel.scrimage:scrimage-core from 4.3.4 to 4.3.5 (#280) (dc6ffc0)
  • deps: bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.10 to 2.8.11 (#272) (17af6b4)
  • deps: bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.11 to 2.8.12 (#277) (d916be0)
  • deps: bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.12 to 2.8.13 (#278) (1dd02f4)
  • deps: bump org.springframework.boot from 3.5.5 to 3.5.6 (#279) (fdc6368)

1.1.0 (2025-08-24)

Features

  • enhance health check endpoint to support force flag (ec43aa2)

1.0.3 (2025-08-24)

Bug Fixes

  • revert migration to rest client as it seems not working correctly (#268) (7fc7228)

1.0.2 (2025-08-24)

Bug Fixes

  • add missing Apache HttpClient dependency to build configuration (27e30bf)

1.0.1 (2025-08-24)

Bug Fixes

  • build: enable spring boot plugin and remove BOM dependency (#265) (5d90a8c)

1.0.0 (2025-08-24)

⚠ BREAKING CHANGES

  • update configuration to use baseUrl instead of host in configuration properties (#264)

Features

  • build: migrate dependencies to version catalog (#260) (370b59e)
  • update configuration to use baseUrl instead of host in configuration properties (#264) (dcb8e2b)

Bug Fixes

  • deps: bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.9 to 2.8.10 (#261) (050d1c4)
  • deps: bump org.springframework.boot from 3.5.3 to 3.5.4 (#255) (adf54fc)
  • deps: bump spring-boot from 3.5.4 to 3.5.5 (#263) (ab0efb6)

0.5.15 (2025-07-22)

Bug Fixes

  • deps: bump com.diffplug.spotless from 7.0.4 to 7.1.0 (#251) (173ab99)
  • deps: bump com.diffplug.spotless from 7.1.0 to 7.2.1 (#253) (b61b80b)
  • deps: bump com.sksamuel.scrimage:scrimage-core from 4.3.1 to 4.3.2 (#250) (40125e5)
  • deps: bump com.sksamuel.scrimage:scrimage-core from 4.3.2 to 4.3.3 (#254) (88bf949)
  • deps: bump jvm from 2.1.21 to 2.2.0 (#248) (284be34)
  • deps: bump org.mockito.kotlin:mockito-kotlin from 5.4.0 to 6.0.0 (#252) (a614a3c)
  • deps: bump org.springframework.boot from 3.5.0 to 3.5.3 (#246) (25cbcfc)
  • deps: bump plugin.spring from 2.1.21 to 2.2.0 (#249) (83e4c38)

0.5.14 (2025-06-10)

Bug Fixes

  • deps: bump com.diffplug.spotless from 7.0.3 to 7.0.4 (#242) (7d5587a)
  • deps: bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.8 to 2.8.9 (#245) (105ec41)
  • deps: bump org.springframework.boot from 3.4.5 to 3.5.0 (#241) (ccef0e1)
  • deps: bump org.springframework.cloud:spring-cloud-dependencies from 2024.0.1 to 2025.0.0 (#244) (31a27c2)

0.5.13 (2025-05-15)

Bug Fixes

  • deps: bump com.diffplug.spotless from 7.0.2 to 7.0.3 (#232) (5109933)
  • deps: bump com.google.guava:guava from 33.4.6-jre to 33.4.8-jre (#235) (4f478ed)
  • deps: bump com.sksamuel.scrimage:scrimage-core from 4.3.0 to 4.3.1 (#236) (4b4c6f3)
  • deps: bump jvm from 2.1.20 to 2.1.21 (#240) (7ea11af)
  • deps: bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.6 to 2.8.8 (#238) (7002e56)
  • deps: bump org.springframework.boot from 3.4.4 to 3.4.5 (#237) (8a0aa22)
  • deps: bump plugin.spring from 2.1.20 to 2.1.21 (#239) (2653ee3)

0.5.12 (2025-03-26)

Bug Fixes

  • deps: bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre (#227) (990addc)
  • deps: bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre (#231) (44fc8e5)
  • deps: bump jvm from 2.1.10 to 2.1.20 (#226) (2228810)
  • deps: bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.5 to 2.8.6 (#230) (d8121f6)
  • deps: bump org.springframework.boot from 3.4.3 to 3.4.4 (#229) (c2e5d92)
  • deps: bump org.springframework.cloud:spring-cloud-dependencies from 2024.0.0 to 2024.0.1 (#224) (249e5ac)
  • deps: bump plugin.spring from 2.1.10 to 2.1.20 (#225) (20a9664)

0.5.11 (2025-02-27)

Bug Fixes

  • deps: bump com.diffplug.spotless from 6.25.0 to 7.0.2 (#217) (e3fcc17)
  • deps: bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#208) (22ffd86)
  • deps: bump io.spring.dependency-management from 1.1.6 to 1.1.7 (#209) (d0d3a15)
  • deps: bump jvm from 2.1.0 to 2.1.10 (#221) (df0ad0c)
  • deps: bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.7.0 to 2.8.5 (#222) (cddbb0f)
  • deps: bump org.springframework.boot from 3.4.0 to 3.4.3 (#223) (6e4dbd4)
  • deps: bump plugin.spring from 2.1.0 to 2.1.10 (#219) (90458e7)

0.5.10 (2024-12-04)

Bug Fixes

  • deps: bump com.sksamuel.scrimage:scrimage-core from 4.2.0 to 4.3.0 (#206) (8ebf23d)
  • deps: bump jvm from 2.0.21 to 2.1.0 (#205) (02f8455)
  • deps: bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.6.0 to 2.7.0 (#202) (3745194)
  • deps: bump org.springframework.boot from 3.3.4 to 3.3.5 (#198) (8240f77)
  • deps: bump org.springframework.boot from 3.3.5 to 3.4.0 (#201) (9d4d4c5)
  • deps: bump org.springframework.cloud:spring-cloud-dependencies from 2023.0.3 to 2023.0.4 (#203) (cbd3294)
  • deps: bump org.springframework.cloud:spring-cloud-dependencies from 2023.0.4 to 2024.0.0 (#207) (e7c5cb8)
  • deps: bump plugin.spring from 2.0.21 to 2.1.0 (#204) (617e3c3)

0.5.9 (2024-10-11)

Bug Fixes

  • deps: bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre (#195) (6cd7a23)
  • deps: bump jvm from 2.0.20 to 2.0.21 (#197) (89db90b)
  • deps: bump org.springframework.boot from 3.3.3 to 3.3.4 (#193) (02516df)
  • deps: bump plugin.spring from 2.0.20 to 2.0.21 (#196) (fd9bd26)

0.5.8 (2024-08-27)

Bug Fixes

  • deps: bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre (#189) (683dd9c)
  • deps: bump com.sksamuel.scrimage:scrimage-core from 4.1.3 to 4.2.0 (#188) (9ac232a)
  • deps: bump jvm from 2.0.10 to 2.0.20 (#190) (3316dfc)
  • deps: bump org.springframework.boot from 3.3.2 to 3.3.3 (#191) (018b3a6)
  • deps: bump plugin.spring from 2.0.10 to 2.0.20 (#192) (64906e2)
  • wrong link in CONTRIBUTING.md (#186) (6ad4b74)

0.5.7 (2024-08-06)

Bug Fixes

  • deps: bump jvm from 2.0.0 to 2.0.10 (#184) (f5c06aa)
  • deps: bump org.springframework.boot from 3.3.1 to 3.3.2 (#181) (5c7dc66)
  • deps: bump org.springframework.cloud:spring-cloud-dependencies from 2023.0.2 to 2023.0.3 (#179) (3c8d164)
  • deps: bump plugin.spring from 2.0.0 to 2.0.10 (#185) (c709abc)
  • migrate deprecated kotlinOptions (#183) (436a9f6)

0.5.6 (2024-07-10)

Bug Fixes

  • deps: bump io.spring.dependency-management from 1.1.5 to 1.1.6 (#177) (996b906)
  • deps: bump org.mockito.kotlin:mockito-kotlin from 5.3.1 to 5.4.0 (#178) (43ebc26)
  • deps: bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.5.0 to 2.6.0 (#175) (746e1e2)
  • deps: bump org.springframework.boot from 3.2.5 to 3.3.1 (#167) (b2aac3f)

0.5.5 (2024-06-25)

Bug Fixes

  • change conventional commit prefix (#170) (0143336)
  • deps: bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre (#165) (5d2da7d)
  • deps: bump jvm from 1.9.24 to 2.0.0 (#162) (387726c)
  • deps: bump org.springframework.cloud:spring-cloud-dependencies from 2023.0.1 to 2023.0.2 (#164) (4fe9dcf)
  • deps: bump plugin.spring from 1.9.24 to 2.0.0 (#161) (67e0bad)