Skip to content

Releases: dropwizard/dropwizard

1.0.0-rc2

30 Mar 08:27
Compare
Choose a tag to compare
1.0.0-rc2 Pre-release
Pre-release
  • Fixed handling multiple headers with the same name in dropwizard-client #1498
  • Upgraded to Logback 1.1.6 #1481
  • Internally guava's Optional replaced with java.util's one #1493
  • Added DataSourceFactory.rollbackOnReturn flag #1489
  • Documentation improvements

Version 1.0.0-rc1

18 Mar 23:42
Compare
Choose a tag to compare
Version 1.0.0-rc1 Pre-release
Pre-release
  • Using Java 8 as baseline
  • dropwizard-java8 bundle merged into mainline #1365
  • HTTP/2 and server push support #1349
  • dropwizard-spdy module is removed in favor of dropwizard-http2 #1330
  • Switching to logback-access for HTTP request logging #1415
  • Support for validating return values in JAX-RS resources #1251
  • Consistent handling null entities in JAX-RS resources #1251
  • Returning an HTTP 500 error for entities that can't be serialized #1347
  • Support fallback to the toString method during deserializing enum values from JSON #1340
  • Support for setting default headers in Apache HTTP client #1354
  • Printing help once on invalid command line arguments #1376
  • Support for case insensitive and all single letter SizeUnit suffixes #1380
  • Added a development profile to the build #1364
  • All the default exception mappers in ResourceTestRule are registered by default #1387
  • Ability to provide own RequestLogFactory #1290
  • Support for authentication by polymorphic principals #1392
  • Support for configuring Jetty's inheritedChannel option #1410
  • Support for using DropwizardAppRule at the suite level #1411
  • Support for adding multiple MigrationBundles #1430
  • Upgraded to Apache HTTP Client 4.5.2
  • Upgraded to argparse4j 0.7.0
  • Upgraded to Guava 19.0
  • Upgraded to Hibernate 5.0.7 #1429
  • Upgraded to Hibernate Validator 5.2.4.Final
  • Upgraded to Jadira Usertype Core 5.0.0.GA
  • Upgraded to Jackson 2.7.3
  • Upgraded to JDBI 2.72 `#1358
  • Upgraded to Jersey 2.22.2
  • Upgraded to Jetty 9.3.8.v20160314 #1330
  • Upgraded to Joda-Time 2.9.2
  • Upgraded to Liquibase 3.4.2
  • Upgraded to liquibase-slf4j 2.0.0
  • Upgraded to Mustache 0.9.1
  • Upgraded to SLF4J 1.7.18
  • Upgraded to tomcat-jdbc 8.0.32
  • Upgraded to AssertJ 3.3.0

Version 0.9.2

20 Jan 09:39
Compare
Choose a tag to compare

Version 0.9.1

Version 0.8.5

Version 0.9.0

Version 0.8.4

26 Aug 02:02
Compare
Choose a tag to compare
  • apache httpclient 4.5
  • jersey 2.21
  • fix issues with user agent

Version 0.8.3

25 Aug 21:43
Compare
Choose a tag to compare
  • Fixed an issue with closing the HTTP client connection pool after a full GC #1160

Version 0.8.2

25 Aug 21:41
Compare
Choose a tag to compare
  • Support for request-scoped configuration for Jersey client #1137
  • Upgraded to Jersey 2.19 #1143

Version 0.8.1

12 Apr 15:44
Compare
Choose a tag to compare
  • Fixed transcation commiting lifecycle for @UnitOfWork (#850, #915)
  • Fixed noisy Logback messages on startup (#902)
  • Ability to use providers in TestRule, allows testing of auth & views (#513, #922)
  • Custom ExceptionMapper not invoked when Hibernate rollback (#949)
  • Support for setting a time bound on DBI and Hibernate health checks
  • Default configuration for views
  • Ensure that JerseyRequest scoped ClientConfig gets propagated to HttpUriRequest
  • More example tests
  • Fixed security issue where info is leaked during validation of unauthenticated resources(#768)