Skip to content

v3.1.0 release

Compare
Choose a tag to compare
@codeforkjeff codeforkjeff released this 14 Sep 01:10
· 15 commits to main since this release

This release mostly contains significant under-the-hood changes made to facilitate development and maintenance. Hence the minor version bump.

  • upgraded to Spring Boot 2.7.3, Java 11
  • removed JSONP support; OpenRefine has used CORS for a long time now
  • improved async gathering of results from threadpool
  • added stats for monitoring and troubleshooting
  • added a Dockerfile and instructions for running in a container
  • cleaned up tests for easier maintainability