Skip to content

Releases: avaje/avaje-http

1.44

10 Jul 03:23
Compare
Choose a tag to compare

What's Changed

  • Fix Jsonb Controller for modular projects without compiler plugin by @SentryMan in #231
  • Update Trim Annotation Logic by @SentryMan in #232

Full Changelog: 1.43...1.44

1.43

25 Jun 20:13
Compare
Choose a tag to compare

What's Changed

  • (Javalin Jsonb) Add support for disableDirectWrites to NOT write directly to Jetty HttpOutput Stream by @SentryMan in #230

Full Changelog: 1.42...1.43

1.42

19 Jun 20:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.41...1.42

1.41

19 Jun 20:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.40...1.41

1.40

19 Jun 20:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.39...1.40

1.39

30 Apr 22:38
Compare
Choose a tag to compare

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

30 Apr 20:38
Compare
Choose a tag to compare

What's Changed

  • Fix Hard Inject Dependency (use cyclical plugin module) by @SentryMan in #212

Full Changelog: 1.37...1.38

1.37

30 Apr 20:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.36...1.37

1.36

18 Apr 11:24
Compare
Choose a tag to compare

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

05 Apr 03:26
Compare
Choose a tag to compare

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 @Valid Annotation to support custom validators by @SentryMan in #195
  • [Javalin] Use Context#bodyStreamAsClass(...) by @Mechite in #196
  • Add @Ignore for 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
  • @Ignore should 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 @Consumes annotation by @SentryMan in #202

New Contributors

Full Changelog: 1.34...1.35