Breaking changes
- Drop Scala 2.12 support https://github.com/agourlay/cornichon/commit/e71e152fa811e8dd744ae13498d7ab09deb653f0
- Use
Shortinstead ofIntfor status code everywhere (it should be rather transparent for literal call sites) https://github.com/agourlay/cornichon/commit/2e583efd513181bb736ad9530458f04c9d08fe62
Improvements
- Reinstate URL cache to avoid expensive par...