On 05/03/2019 14:19, Jonathan Valliere wrote:
What in 2.1.X is not compatible with products build around 2.0.X?
The difference lies in the API change in IoFilter interface (which should not impact your code), and in the IoHandler interface, where the addition of the event() method has been added.
OTOH, if you don't use those methods, as they have default implementation in abstract classes, you should be just fine.
The biggest impact is when you want to check if a session is secured, in 2.0 we were using a notification system, while in 2.1 we are using an event.
Note that 2.0 and 2.1 will evolve in parallel, with everything fixed in 2.0 being ported to 2.1. If you prefer using 2.0.20, that will just work fine.
