Skip to content

v2.0.0

Compare
Choose a tag to compare
@sleberknight sleberknight released this 22 Apr 01:57

Summary

  • 2022-04-21T21:53:00.109214 - 10 commit(s) by Scott Leberknight, dependabot[bot]

With this major 2.0.0 release, there are breaking API changes due to the removal of deprecated features. Several deprecated methods in KiwiEnvironment were removed (see #702). In addition, the deprecated MongoClientWrapper was removed (see #701, #703, and #704) during the update to new major versions of Spring Data MongoDB (3.x) and the Mongo Java Driver (4.x), which themselves had breaking API changes.

Assorted

  • A little more code cleanup (#716)
  • Remove warning suppressions that are now redundant (#715)
  • Uncomment several assertions in KiwiJacksonDataFormatsTest (#714)
  • Remove deprecated methods in KiwiEnvironment (#702)
  • Remove deprecated MongoClientWrapper (#701)

Dependency Updates

  • Bump retrying-again from 1.0.7 to 1.0.8 (#717)
  • Bump kiwi-bom from 0.9.0 to 0.9.1 (#712)
  • Bump kiwi-parent from 1.8.2 to 2.0.0 (#710)
  • Update to latest MongoDB 4.x java driver (#704)
  • Update Spring Data Mongo to latest 3.x version (#703)