- If a `PYTHONPATH` environment value is set and a service is started without the `--production` flag, the paths specified in `PYTHONPATH` will be added to the list of directories to watch for code changes and in the event of any changes done to files on those directories, the service will restart. Previously only code changes in the directory or sub directory of the current working directory + the directory of the started service (or services) were monitored.
- The `topic` argument to the `tomodachi.aws_sns_sqs` decorator is now optional, which is useful if subscribing to a SQS queue where the SNS topic or the topic subscriptions are set up apart from the service code, for example during deployment or as infra.