Hi everyone,
I'm currently planning to upgrade my web2py installation and I'm trying out version 3.0.11. Up until now, I've been using version 2.24.1 with Python 3.9. However, during testing, I’ve encountered some breaking changes and I haven’t been able to find a complete changelog or migration guide for recent versions. Is there a place where the full changelog for each release is published? For example, in my app I’ve been using the following code to queue a task in the scheduler: scheduler.queue_task( function='compilar_sitios', application_name='webmedios', start_time=request.now + timedelta(seconds=10), timeout=50) This used to work fine in 2.24.1, but in version 3.0.11 it raises an error saying that "application_name" is invalid. If I omit that argument, the task gets created with application_name='webmedios/sitios', where *webmedios* is the app name and *sitios* is the controller from where the task was queued. Clearly, something has changed in how the scheduler handles application_name, but without a changelog it’s difficult to review all the necessary adjustments. Would you recommend sticking with a 2.x version for now? Thanks in advance! Lisandro -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/web2py/6140ee89-c034-418a-aa69-5a873c4ffaefn%40googlegroups.com.