Releases: avaje/avaje-http
Releases · avaje/avaje-http
1.42
What's Changed
- Update the tests to use HttpClient (from HttpClientContext) by @rob-bygrave in #224
- Remove inject from quickstart by @SentryMan in #225
- [HttpClient] Remove deprecated method withHandler() migrate to handler() by @rob-bygrave in #226
- Extendable Clients by @SentryMan in #229
New Contributors
- @rob-bygrave made their first contribution in #224
Full Changelog: 1.41...1.42
1.41
1.40
1.39
What's Changed
- InstrumentServerContext annotation by @SentryMan in #214
- Don't serialize twice when Javalin Context is already committed by @SentryMan in #211
- [http-client] Copy Annotations to Generated Clients by @SentryMan in #216
Full Changelog: 1.38...1.39
1.38
What's Changed
- Fix Hard Inject Dependency (use cyclical plugin module) by @SentryMan in #212
Full Changelog: 1.37...1.38
1.37
1.36
What's Changed
- [http client] Support VarArg interceptors for HttpClient by @SentryMan in #203
- Add RequestContextResolver Feature by @SentryMan in #204
- [http client] Expose UrlBuilder url() method on client by @rbygrave in #205
Full Changelog: 1.35...1.36
1.35
What's Changed
- [http client] Use more generic Type rather than ParameterizedType by @SentryMan in #194
- [http client] Change Async API to use more generic Type instead of ParameterizedType by @SentryMan in #199
- Add io.avaje.http.api
@ValidAnnotation to support custom validators by @SentryMan in #195 - [Javalin] Use Context#bodyStreamAsClass(...) by @mechite in #196
- Add
@Ignorefor ignoring a BeanParam field (or query param field) by @SentryMan in #197 - [http-client] Fix Non-Json bodytypes/Add InputStream body method by @SentryMan in #200
@Ignoreshould not be included in openapi generation by @rbygrave in #201- Add BodyString annotation, to support controllers with body of type String by @SentryMan in #198
- Add
@Consumesannotation by @SentryMan in #202
New Contributors
Full Changelog: 1.34...1.35
1.34
What's Changed
- Fix #188 - IllegalAccessError io.avaje.http.generator.core.openapi.KnownTypes ... does not read module java.sql by @rbygrave in #190
- Nima JsonB Stream by @SentryMan in #191
- Remove Compiler Plugin from quick start by @SentryMan in #192
Full Changelog: 1.33...1.34