Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

curiostack-0.4.0

Compare
Choose a tag to compare
@chokoswitch chokoswitch released this 15 Feb 07:37
· 166 commits to master since this release
59835fc

Improvements

  • Published projects now use Gradle to populate resolved versions instead of manually resolving versions in the XML
  • Better error messaging in armeria-google-cloud-storage
  • curio-test-framework now configures JUnit5 with a default timeout of 10s. If you have tests that take longer than this, they will begin to fail until you add @Timeout

Bug fixes

  • Conda failed to execute in IntelliJ on Windows

Breaking changes

  • Armeria 0.98.1 contains many breaking changes on its way to 1.0. Check its release notes for details. Most breakage you will find in your code will be when accessing RequestContext attributes.