Changelog
Part 1, Chapter 2
2.0.1
Released 01/06/2021
- Bumped versions of all services in Docker Compose (Redis, PostgreSQL, Python, Node.js).
- Upgraded to Django Channels 3.
- Bumped versions of all Python and Node.js dependencies.
- Django Channels changes:
- Added
as_asgi()
function call toTaxiConsumer
inrouting.py
. - Added explicit
http
key toProtocolTypeRouter
.
- Added
- Cypress changes:
- Deleted all instances of
cy.server()
. - Changed all instances of
cy.route()
tocy.intercept()
and updated parameters to match the ones expected bycy.intercept()
.
- Deleted all instances of
- Client changes:
- Refactored code to handle WebSocket connections in a service.
2.0.0
Released 08/25/2020
- Upgraded to Python 3.8.5 and Django 3.1.
- Simplified Docker workflow.
1.0.0
Released 12/19/2019
- First release!
✓ Mark as Completed