This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Releases: cashapp/wisp
Releases · cashapp/wisp
wisp-1.4.10
- add logs for launchdarkly client startup
wisp-1.4.9
- docker: "3.3.0" -> "3.3.1"
- jnrUnixsocket: "0.38.19" -> "0.38.20"
- kotlinBinaryCompatibilityPlugin: "0.13.1" -> "0.13.2"
- kotlinx: "1.7.0" -> "1.7.2"
- logback: "1.4.7" -> "1.4.8"
- micrometer: "1.11.0" -> "1.11.1"
- mockito: "5.3.1" -> "5.4.0"
- moshi: "1.14.0" -> "1.15.0"
- versionsGradlePlugin: "0.46.0" -> "0.47.0"
wisp-1.4.8
- Add key validation for strong feature flags
wisp-1.4.7
- Remove unused api/platform dependencies (netty, grpc, jackson)
wisp-1.4.6
Dependency changes:
- netty: "4.1.92.Final" -> "4.1.93.Final"
wisp-1.4.5
- Fix ABI incompatibility for Launch Darkly Client
wisp-1.4.4
- Add metrics for ldClient initialization
wisp-1.4.3
- Deprecate wisp-tracing extensions:
Tracer.spanned
,Tracer.scoped
, andTracer.childSpan
. - Update wisp-tracing extensions to better support multithreaded traces, and to support optional baggage retention on independent traces.
- Update wisp-tracing documentation.
NB: Version 1.4.2 was a skipped release.
wisp-1.4.1
- Fix accidental inclusion of kotest runner in runtime dependencies.
wisp-1.4.0
Dependency changes:
- aws2: "2.18.4" -> "2.19.33"
- dependencyAnalysisPlugin: "1.19.0" -> "1.20.0"
- grpc: "1.54.0" -> "1.55.1"
- hoplite: "2.7.1" -> "2.7.4"
- jackson: "2.14.2" -> "2.15.0"
- junit: "5.9.2" -> "5.9.3"
- kotest: "5.5.5" -> "5.6.2"
- kotlin: "1.7.22" -> "1.8.21"
- kotlinBinaryCompatibilityPlugin: "0.13.0" -> "0.13.1"
- kotlinx: "1.6.4" -> "1.7.0"
- logback: "1.4.5" -> "1.4.7"
- micrometer: "1.10.4" -> "1.11.0"
- mockito: "4.9.0" -> "5.3.1"
- netty: "4.1.91.Final" -> "4.1.92.Final"
- okHttp: "4.10.0" -> "4.11.0"
- protobufGradlePlugin: "0.9.2" -> "0.9.3"
- slf4j: "2.0.6" -> "2.0.7"
- versionCatalogUpdateGradlePlugin: "0.7.0" -> "0.8.0"
- versionsGradlePlugin: "0.45.0" -> "0.46.0"