Spring Cloud Square Versions Save

Spring Cloud auto-configuration of Retrofit and OkHttp (with Spring Cloud LoadBalancer).

v0.4.1

2 years ago

Features:

  • Support for configuring custom WebClient.Builder beans for non-load-balanced scenarios (#44)

Bugfixes:

  • Use a custom conversion service (#46)

v0.4.0

2 years ago

Since no issues needed to be addressed after releasing the Release Candidate 1, the final 0.4.0 release has not had any additional changes.

v0.4.0-RC1

2 years ago

Features:

  • Possibility to mark Retrofit beans instantiated by Spring Cloud Square as non-primary (#33)
  • Spring Cloud Sleuth integration for OkHttpClient (#36)

Bugfixes:

  • OkHttpClient lower version resolved from Retrofit transitive dependency (#40)

Tasks:

  • duplicate-finder plugin added and set up (#37)
  • Property naming made consistent (#39)

v0.4.0-M3

2 years ago

This is primarily a bugfix release.

Bugfixes

  • Version M2 requires milestone & snapshot repositories to Work #32

v0.4.0-M2

2 years ago

Features:

  • Allow configuring different WebClient.Builder beans (not shared) for each @RetrofitClient instance #25 (PR)
  • Adjustments for allowing Spring Native integration for non-load-balanced usecases (PR)

Bugfixes

  • @POST with @Body doesn't work using @RetrofitClient with WebClient #26

v0.4.0-M1

3 years ago
  • Upgrades, refactoring and code cleanup
  • Bugfixes: #18